Uses of Class
com.amazonaws.services.autoscaling.model.DescribeLaunchConfigurationsRequest

Packages that use DescribeLaunchConfigurationsRequest
com.amazonaws.services.autoscaling Synchronous and asynchronous client classes for accessing AmazonAutoScaling. 
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of DescribeLaunchConfigurationsRequest in com.amazonaws.services.autoscaling
 

Methods in com.amazonaws.services.autoscaling with parameters of type DescribeLaunchConfigurationsRequest
 DescribeLaunchConfigurationsResult AmazonAutoScalingClient.describeLaunchConfigurations(DescribeLaunchConfigurationsRequest describeLaunchConfigurationsRequest)
           Returns a full description of the launch configurations given the specified names.
 DescribeLaunchConfigurationsResult AmazonAutoScaling.describeLaunchConfigurations(DescribeLaunchConfigurationsRequest describeLaunchConfigurationsRequest)
           Returns a full description of the launch configurations given the specified names.
 Future<DescribeLaunchConfigurationsResult> AmazonAutoScalingAsync.describeLaunchConfigurationsAsync(DescribeLaunchConfigurationsRequest describeLaunchConfigurationsRequest)
           Returns a full description of the launch configurations given the specified names.
 Future<DescribeLaunchConfigurationsResult> AmazonAutoScalingAsyncClient.describeLaunchConfigurationsAsync(DescribeLaunchConfigurationsRequest describeLaunchConfigurationsRequest)
           Returns a full description of the launch configurations given the specified names.
 

Uses of DescribeLaunchConfigurationsRequest in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return DescribeLaunchConfigurationsRequest
 DescribeLaunchConfigurationsRequest DescribeLaunchConfigurationsRequest.withLaunchConfigurationNames(Collection<String> launchConfigurationNames)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsRequest DescribeLaunchConfigurationsRequest.withLaunchConfigurationNames(String... launchConfigurationNames)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsRequest DescribeLaunchConfigurationsRequest.withMaxRecords(Integer maxRecords)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsRequest DescribeLaunchConfigurationsRequest.withNextToken(String nextToken)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.