Java com.amazonaws.services.autoscaling.model DescribeLaunchConfigurationsRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.autoscaling.model DescribeLaunchConfigurationsRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.autoscaling.model DescribeLaunchConfigurationsRequest.

The text is from its open source code.

Constructor

Method

java.util.ListgetLaunchConfigurationNames()

The launch configuration names.

voidsetLaunchConfigurationNames(java.util.Collection launchConfigurationNames)

The launch configuration names.

voidsetNextToken(String nextToken)

The token for the next set of items to return.

DescribeLaunchConfigurationsRequestwithLaunchConfigurationNames(String... launchConfigurationNames)

The launch configuration names.

DescribeLaunchConfigurationsRequestwithLaunchConfigurationNames( java.util.Collection launchConfigurationNames)

The launch configuration names.