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

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

Methods in com.amazonaws.services.autoscaling with parameters of type DeleteLaunchConfigurationRequest
 void AmazonAutoScalingClient.deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
           Deletes the specified LaunchConfiguration.
 void AmazonAutoScaling.deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
           Deletes the specified LaunchConfiguration.
 Future<Void> AmazonAutoScalingAsync.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
           Deletes the specified LaunchConfiguration.
 Future<Void> AmazonAutoScalingAsyncClient.deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
           Deletes the specified LaunchConfiguration.
 

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

Methods in com.amazonaws.services.autoscaling.model that return DeleteLaunchConfigurationRequest
 DeleteLaunchConfigurationRequest DeleteLaunchConfigurationRequest.withLaunchConfigurationName(String launchConfigurationName)
           Returns a reference to this object so that method calls can be chained together.
 



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