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