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

Packages that use DescribeLaunchConfigurationsResult
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 DescribeLaunchConfigurationsResult in com.amazonaws.services.autoscaling
 

Methods in com.amazonaws.services.autoscaling that return DescribeLaunchConfigurationsResult
 DescribeLaunchConfigurationsResult AmazonAutoScalingClient.describeLaunchConfigurations()
           Returns a full description of the launch configurations given the specified names.
 DescribeLaunchConfigurationsResult AmazonAutoScaling.describeLaunchConfigurations()
           Returns a full description of the launch configurations given the specified names.
 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.
 

Methods in com.amazonaws.services.autoscaling that return types with arguments of type DescribeLaunchConfigurationsResult
 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 DescribeLaunchConfigurationsResult in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return DescribeLaunchConfigurationsResult
 DescribeLaunchConfigurationsResult DescribeLaunchConfigurationsResult.withLaunchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsResult DescribeLaunchConfigurationsResult.withLaunchConfigurations(LaunchConfiguration... launchConfigurations)
           Returns a reference to this object so that method calls can be chained together.
 DescribeLaunchConfigurationsResult DescribeLaunchConfigurationsResult.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.