Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingPredefinedScalingMetricSpecification.Builder
-
Packages that use PredictiveScalingPredefinedScalingMetricSpecification.Builder Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingPredefinedScalingMetricSpecification.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingPredefinedScalingMetricSpecification.Builder Modifier and Type Method Description static PredictiveScalingPredefinedScalingMetricSpecification.BuilderPredictiveScalingPredefinedScalingMetricSpecification. builder()PredictiveScalingPredefinedScalingMetricSpecification.BuilderPredictiveScalingPredefinedScalingMetricSpecification.Builder. predefinedMetricType(String predefinedMetricType)The metric type.PredictiveScalingPredefinedScalingMetricSpecification.BuilderPredictiveScalingPredefinedScalingMetricSpecification.Builder. resourceLabel(String resourceLabel)A label that uniquely identifies a specific target group from which to determine the average request count.PredictiveScalingPredefinedScalingMetricSpecification.BuilderPredictiveScalingPredefinedScalingMetricSpecification. toBuilder()Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type PredictiveScalingPredefinedScalingMetricSpecification.Builder Modifier and Type Method Description static Class<? extends PredictiveScalingPredefinedScalingMetricSpecification.Builder>PredictiveScalingPredefinedScalingMetricSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type PredictiveScalingPredefinedScalingMetricSpecification.Builder Modifier and Type Method Description default PredictiveScalingMetricSpecification.BuilderPredictiveScalingMetricSpecification.Builder. predefinedScalingMetricSpecification(Consumer<PredictiveScalingPredefinedScalingMetricSpecification.Builder> predefinedScalingMetricSpecification)The predefined scaling metric specification.
-