Uses of Class
com.amazonaws.services.autoscaling.model.DeleteLaunchConfigurationResult
-
Packages that use DeleteLaunchConfigurationResult Package Description com.amazonaws.services.autoscaling com.amazonaws.services.autoscaling.model -
-
Uses of DeleteLaunchConfigurationResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DeleteLaunchConfigurationResult Modifier and Type Method Description DeleteLaunchConfigurationResult
AbstractAmazonAutoScaling. deleteLaunchConfiguration(DeleteLaunchConfigurationRequest request)
DeleteLaunchConfigurationResult
AmazonAutoScaling. deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
Deletes the specified launch configuration.DeleteLaunchConfigurationResult
AmazonAutoScalingClient. deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)
Deletes the specified launch configuration.Method parameters in com.amazonaws.services.autoscaling with type arguments of type DeleteLaunchConfigurationResult Modifier and Type Method Description Future<DeleteLaunchConfigurationResult>
AbstractAmazonAutoScalingAsync. deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest request, AsyncHandler<DeleteLaunchConfigurationRequest,DeleteLaunchConfigurationResult> asyncHandler)
Future<DeleteLaunchConfigurationResult>
AmazonAutoScalingAsync. deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest, AsyncHandler<DeleteLaunchConfigurationRequest,DeleteLaunchConfigurationResult> asyncHandler)
Deletes the specified launch configuration.Future<DeleteLaunchConfigurationResult>
AmazonAutoScalingAsyncClient. deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest request, AsyncHandler<DeleteLaunchConfigurationRequest,DeleteLaunchConfigurationResult> asyncHandler)
-
Uses of DeleteLaunchConfigurationResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DeleteLaunchConfigurationResult Modifier and Type Method Description DeleteLaunchConfigurationResult
DeleteLaunchConfigurationResult. clone()
-