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