Uses of Class
software.amazon.awssdk.services.autoscaling.model.CreateLaunchConfigurationResponse
-
Packages that use CreateLaunchConfigurationResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of CreateLaunchConfigurationResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return CreateLaunchConfigurationResponse Modifier and Type Method Description default CreateLaunchConfigurationResponseAutoScalingClient. createLaunchConfiguration(Consumer<CreateLaunchConfigurationRequest.Builder> createLaunchConfigurationRequest)Creates a launch configuration.default CreateLaunchConfigurationResponseAutoScalingClient. createLaunchConfiguration(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)Creates a launch configuration.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type CreateLaunchConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateLaunchConfigurationResponse>AutoScalingAsyncClient. createLaunchConfiguration(Consumer<CreateLaunchConfigurationRequest.Builder> createLaunchConfigurationRequest)Creates a launch configuration.default CompletableFuture<CreateLaunchConfigurationResponse>AutoScalingAsyncClient. createLaunchConfiguration(CreateLaunchConfigurationRequest createLaunchConfigurationRequest)Creates a launch configuration.
-