Uses of Interface
software.amazon.awssdk.services.autoscalingplans.model.DescribeScalingPlansResponse.Builder
-
Packages that use DescribeScalingPlansResponse.Builder Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of DescribeScalingPlansResponse.Builder in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return DescribeScalingPlansResponse.Builder Modifier and Type Method Description static DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse. builder()DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse.Builder. nextToken(String nextToken)The token required to get the next set of results.DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse.Builder. scalingPlans(Collection<ScalingPlan> scalingPlans)Information about the scaling plans.DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse.Builder. scalingPlans(Consumer<ScalingPlan.Builder>... scalingPlans)Information about the scaling plans.DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse.Builder. scalingPlans(ScalingPlan... scalingPlans)Information about the scaling plans.DescribeScalingPlansResponse.BuilderDescribeScalingPlansResponse. toBuilder()Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type DescribeScalingPlansResponse.Builder Modifier and Type Method Description static Class<? extends DescribeScalingPlansResponse.Builder>DescribeScalingPlansResponse. serializableBuilderClass()
-