Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingCustomizedMetricSpecification
-
Packages that use PredictiveScalingCustomizedMetricSpecification Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingCustomizedMetricSpecification in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingCustomizedMetricSpecification Modifier and Type Method Description PredictiveScalingCustomizedMetricSpecificationPredictiveScalingMetricSpecification. customizedCapacityMetricSpecification()The customized capacity metric specification.PredictiveScalingCustomizedMetricSpecificationPredictiveScalingMetricSpecification. customizedLoadMetricSpecification()The customized load metric specification.PredictiveScalingCustomizedMetricSpecificationPredictiveScalingMetricSpecification. customizedScalingMetricSpecification()The customized scaling metric specification.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type PredictiveScalingCustomizedMetricSpecification Modifier and Type Method Description PredictiveScalingMetricSpecification.BuilderPredictiveScalingMetricSpecification.Builder. customizedCapacityMetricSpecification(PredictiveScalingCustomizedMetricSpecification customizedCapacityMetricSpecification)The customized capacity metric specification.PredictiveScalingMetricSpecification.BuilderPredictiveScalingMetricSpecification.Builder. customizedLoadMetricSpecification(PredictiveScalingCustomizedMetricSpecification customizedLoadMetricSpecification)The customized load metric specification.PredictiveScalingMetricSpecification.BuilderPredictiveScalingMetricSpecification.Builder. customizedScalingMetricSpecification(PredictiveScalingCustomizedMetricSpecification customizedScalingMetricSpecification)The customized scaling metric specification.
-