Uses of Class
software.amazon.awssdk.services.apprunner.model.AutoScalingConfiguration
-
Packages that use AutoScalingConfiguration Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of AutoScalingConfiguration in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return AutoScalingConfiguration Modifier and Type Method Description AutoScalingConfigurationCreateAutoScalingConfigurationResponse. autoScalingConfiguration()A description of the App Runner auto scaling configuration that's created by this request.AutoScalingConfigurationDeleteAutoScalingConfigurationResponse. autoScalingConfiguration()A description of the App Runner auto scaling configuration that this request just deleted.AutoScalingConfigurationDescribeAutoScalingConfigurationResponse. autoScalingConfiguration()A full description of the App Runner auto scaling configuration that you specified in this request.AutoScalingConfigurationUpdateDefaultAutoScalingConfigurationResponse. autoScalingConfiguration()A description of the App Runner auto scaling configuration that was set as default.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type AutoScalingConfiguration Modifier and Type Method Description CreateAutoScalingConfigurationResponse.BuilderCreateAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)A description of the App Runner auto scaling configuration that's created by this request.DeleteAutoScalingConfigurationResponse.BuilderDeleteAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)A description of the App Runner auto scaling configuration that this request just deleted.DescribeAutoScalingConfigurationResponse.BuilderDescribeAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)A full description of the App Runner auto scaling configuration that you specified in this request.UpdateDefaultAutoScalingConfigurationResponse.BuilderUpdateDefaultAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)A description of the App Runner auto scaling configuration that was set as default.
-