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