Uses of Interface
software.amazon.awssdk.services.apprunner.model.CreateAutoScalingConfigurationResponse.Builder
-
Packages that use CreateAutoScalingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of CreateAutoScalingConfigurationResponse.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return CreateAutoScalingConfigurationResponse.Builder Modifier and Type Method Description default CreateAutoScalingConfigurationResponse.BuilderCreateAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(Consumer<AutoScalingConfiguration.Builder> autoScalingConfiguration)A description of the App Runner auto scaling configuration that's created by this request.CreateAutoScalingConfigurationResponse.BuilderCreateAutoScalingConfigurationResponse.Builder. autoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)A description of the App Runner auto scaling configuration that's created by this request.static CreateAutoScalingConfigurationResponse.BuilderCreateAutoScalingConfigurationResponse. builder()CreateAutoScalingConfigurationResponse.BuilderCreateAutoScalingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type CreateAutoScalingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends CreateAutoScalingConfigurationResponse.Builder>CreateAutoScalingConfigurationResponse. serializableBuilderClass()
-