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