Uses of Interface
software.amazon.awssdk.services.apprunner.model.UpdateDefaultAutoScalingConfigurationResponse.Builder
-
Packages that use UpdateDefaultAutoScalingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of UpdateDefaultAutoScalingConfigurationResponse.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return UpdateDefaultAutoScalingConfigurationResponse.Builder Modifier and Type Method Description default UpdateDefaultAutoScalingConfigurationResponse.BuilderUpdateDefaultAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)A description of the App Runner auto scaling configuration that was set as default.UpdateDefaultAutoScalingConfigurationResponse.BuilderUpdateDefaultAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)A description of the App Runner auto scaling configuration that was set as default.static UpdateDefaultAutoScalingConfigurationResponse.BuilderUpdateDefaultAutoScalingConfigurationResponse. builder()UpdateDefaultAutoScalingConfigurationResponse.BuilderUpdateDefaultAutoScalingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type UpdateDefaultAutoScalingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDefaultAutoScalingConfigurationResponse.Builder>UpdateDefaultAutoScalingConfigurationResponse. serializableBuilderClass()
-