Uses of Class
com.amazonaws.services.autoscaling.model.DeleteLaunchConfigurationRequest
Packages that use DeleteLaunchConfigurationRequest
-
Uses of DeleteLaunchConfigurationRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type DeleteLaunchConfigurationRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.deleteLaunchConfiguration
(DeleteLaunchConfigurationRequest request) AmazonAutoScaling.deleteLaunchConfiguration
(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest) Deletes the specified launch configuration.AmazonAutoScalingClient.deleteLaunchConfiguration
(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest) Deletes the specified launch configuration.AbstractAmazonAutoScalingAsync.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest request) AbstractAmazonAutoScalingAsync.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest request, AsyncHandler<DeleteLaunchConfigurationRequest, DeleteLaunchConfigurationResult> asyncHandler) AmazonAutoScalingAsync.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest) Deletes the specified launch configuration.AmazonAutoScalingAsync.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest, AsyncHandler<DeleteLaunchConfigurationRequest, DeleteLaunchConfigurationResult> asyncHandler) Deletes the specified launch configuration.AmazonAutoScalingAsyncClient.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest request) AmazonAutoScalingAsyncClient.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest request, AsyncHandler<DeleteLaunchConfigurationRequest, DeleteLaunchConfigurationResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DeleteLaunchConfigurationRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest request, AsyncHandler<DeleteLaunchConfigurationRequest, DeleteLaunchConfigurationResult> asyncHandler) AmazonAutoScalingAsync.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest, AsyncHandler<DeleteLaunchConfigurationRequest, DeleteLaunchConfigurationResult> asyncHandler) Deletes the specified launch configuration.AmazonAutoScalingAsyncClient.deleteLaunchConfigurationAsync
(DeleteLaunchConfigurationRequest request, AsyncHandler<DeleteLaunchConfigurationRequest, DeleteLaunchConfigurationResult> asyncHandler) -
Uses of DeleteLaunchConfigurationRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DeleteLaunchConfigurationRequestModifier and TypeMethodDescriptionDeleteLaunchConfigurationRequest.clone()
DeleteLaunchConfigurationRequest.withLaunchConfigurationName
(String launchConfigurationName) The name of the launch configuration.