Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.ScalingPlan
-
Packages that use ScalingPlan Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of ScalingPlan in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type ScalingPlan Modifier and Type Method Description List<ScalingPlan>DescribeScalingPlansResponse. scalingPlans()Information about the scaling plans.Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type ScalingPlan Modifier and Type Method Description DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse.Builder. scalingPlans(ScalingPlan... scalingPlans)Information about the scaling plans.Method parameters in software.amazon.awssdk.services.autoscalingplans.model with type arguments of type ScalingPlan Modifier and Type Method Description DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse.Builder. scalingPlans(Collection<ScalingPlan> scalingPlans)Information about the scaling plans.
-