Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.CustomizedLoadMetricSpecification
-
Packages that use CustomizedLoadMetricSpecification Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of CustomizedLoadMetricSpecification in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return CustomizedLoadMetricSpecification Modifier and Type Method Description CustomizedLoadMetricSpecificationScalingInstruction. customizedLoadMetricSpecification()The customized load metric to use for predictive scaling.Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type CustomizedLoadMetricSpecification Modifier and Type Method Description ScalingInstruction.BuilderScalingInstruction.Builder. customizedLoadMetricSpecification(CustomizedLoadMetricSpecification customizedLoadMetricSpecification)The customized load metric to use for predictive scaling.
-