Uses of Class
software.amazon.awssdk.services.apprunner.model.CreateAutoScalingConfigurationResponse
-
Packages that use CreateAutoScalingConfigurationResponse Package Description software.amazon.awssdk.services.apprunner App Runner -
-
Uses of CreateAutoScalingConfigurationResponse in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner that return CreateAutoScalingConfigurationResponse Modifier and Type Method Description default CreateAutoScalingConfigurationResponseAppRunnerClient. createAutoScalingConfiguration(Consumer<CreateAutoScalingConfigurationRequest.Builder> createAutoScalingConfigurationRequest)Create an App Runner automatic scaling configuration resource.default CreateAutoScalingConfigurationResponseAppRunnerClient. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest)Create an App Runner automatic scaling configuration resource.Methods in software.amazon.awssdk.services.apprunner that return types with arguments of type CreateAutoScalingConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateAutoScalingConfigurationResponse>AppRunnerAsyncClient. createAutoScalingConfiguration(Consumer<CreateAutoScalingConfigurationRequest.Builder> createAutoScalingConfigurationRequest)Create an App Runner automatic scaling configuration resource.default CompletableFuture<CreateAutoScalingConfigurationResponse>AppRunnerAsyncClient. createAutoScalingConfiguration(CreateAutoScalingConfigurationRequest createAutoScalingConfigurationRequest)Create an App Runner automatic scaling configuration resource.
-