Uses of Class
software.amazon.awssdk.services.autoscaling.model.DeleteLaunchConfigurationResponse
-
Packages that use DeleteLaunchConfigurationResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DeleteLaunchConfigurationResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DeleteLaunchConfigurationResponse Modifier and Type Method Description default DeleteLaunchConfigurationResponseAutoScalingClient. deleteLaunchConfiguration(Consumer<DeleteLaunchConfigurationRequest.Builder> deleteLaunchConfigurationRequest)Deletes the specified launch configuration.default DeleteLaunchConfigurationResponseAutoScalingClient. deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)Deletes the specified launch configuration.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DeleteLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteLaunchConfigurationResponse>AutoScalingAsyncClient. deleteLaunchConfiguration(Consumer<DeleteLaunchConfigurationRequest.Builder> deleteLaunchConfigurationRequest)Deletes the specified launch configuration.default CompletableFuture<DeleteLaunchConfigurationResponse>AutoScalingAsyncClient. deleteLaunchConfiguration(DeleteLaunchConfigurationRequest deleteLaunchConfigurationRequest)Deletes the specified launch configuration.
-