| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans |
|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeScalingPlansResult> |
AbstractAWSAutoScalingPlansAsync.describeScalingPlansAsync(DescribeScalingPlansRequest request,
AsyncHandler<DescribeScalingPlansRequest,DescribeScalingPlansResult> asyncHandler) |
Future<DescribeScalingPlansResult> |
AWSAutoScalingPlansAsyncClient.describeScalingPlansAsync(DescribeScalingPlansRequest request,
AsyncHandler<DescribeScalingPlansRequest,DescribeScalingPlansResult> asyncHandler) |
Future<DescribeScalingPlansResult> |
AWSAutoScalingPlansAsync.describeScalingPlansAsync(DescribeScalingPlansRequest describeScalingPlansRequest,
AsyncHandler<DescribeScalingPlansRequest,DescribeScalingPlansResult> asyncHandler)
Describes one or more of your scaling plans.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.clone() |
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withApplicationSources(ApplicationSource... applicationSources)
The sources for the applications (up to 10).
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withApplicationSources(Collection<ApplicationSource> applicationSources)
The sources for the applications (up to 10).
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withMaxResults(Integer maxResults)
The maximum number of scalable resources to return.
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withNextToken(String nextToken)
The token for the next set of results.
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withScalingPlanNames(Collection<String> scalingPlanNames)
The names of the scaling plans (up to 10).
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withScalingPlanNames(String... scalingPlanNames)
The names of the scaling plans (up to 10).
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
Copyright © 2023. All rights reserved.