Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingPredefinedLoadMetricSpecification.Builder
-
Packages that use PredictiveScalingPredefinedLoadMetricSpecification.Builder Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingPredefinedLoadMetricSpecification.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingPredefinedLoadMetricSpecification.Builder Modifier and Type Method Description static PredictiveScalingPredefinedLoadMetricSpecification.BuilderPredictiveScalingPredefinedLoadMetricSpecification. builder()PredictiveScalingPredefinedLoadMetricSpecification.BuilderPredictiveScalingPredefinedLoadMetricSpecification.Builder. predefinedMetricType(String predefinedMetricType)The metric type.PredictiveScalingPredefinedLoadMetricSpecification.BuilderPredictiveScalingPredefinedLoadMetricSpecification.Builder. resourceLabel(String resourceLabel)A label that uniquely identifies a target group.PredictiveScalingPredefinedLoadMetricSpecification.BuilderPredictiveScalingPredefinedLoadMetricSpecification. toBuilder()Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type PredictiveScalingPredefinedLoadMetricSpecification.Builder Modifier and Type Method Description static Class<? extends PredictiveScalingPredefinedLoadMetricSpecification.Builder>PredictiveScalingPredefinedLoadMetricSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type PredictiveScalingPredefinedLoadMetricSpecification.Builder Modifier and Type Method Description default PredictiveScalingMetricSpecification.BuilderPredictiveScalingMetricSpecification.Builder. predefinedLoadMetricSpecification(Consumer<PredictiveScalingPredefinedLoadMetricSpecification.Builder> predefinedLoadMetricSpecification)The predefined load metric specification.
-