Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ScalingPolicy
-
Packages that use ScalingPolicy Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ScalingPolicy in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type ScalingPolicy Modifier and Type Method Description List<ScalingPolicy>ScalingPlanResource. scalingPolicies()The scaling policies.Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ScalingPolicy Modifier and Type Method Description ScalingPlanResource.BuilderScalingPlanResource.Builder. scalingPolicies(ScalingPolicy... scalingPolicies)The scaling policies.Method parameters in software.amazon.awssdk.services.autoscalingplans.model with type arguments of type ScalingPolicy Modifier and Type Method Description ScalingPlanResource.BuilderScalingPlanResource.Builder. scalingPolicies(Collection<ScalingPolicy> scalingPolicies)The scaling policies.
-