| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSource |
ApplicationSource.clone() |
ApplicationSource |
ScalingPlan.getApplicationSource()
A CloudFormation stack or a set of tags.
|
ApplicationSource |
UpdateScalingPlanRequest.getApplicationSource()
A CloudFormation stack or set of tags.
|
ApplicationSource |
CreateScalingPlanRequest.getApplicationSource()
A CloudFormation stack or set of tags.
|
ApplicationSource |
ApplicationSource.withCloudFormationStackARN(String cloudFormationStackARN)
The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
|
ApplicationSource |
ApplicationSource.withTagFilters(Collection<TagFilter> tagFilters)
A set of tags (up to 50).
|
ApplicationSource |
ApplicationSource.withTagFilters(TagFilter... tagFilters)
A set of tags (up to 50).
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSource> |
DescribeScalingPlansRequest.getApplicationSources()
The sources for the applications (up to 10).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalingPlan.setApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or a set of tags.
|
void |
UpdateScalingPlanRequest.setApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
void |
CreateScalingPlanRequest.setApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
ScalingPlan |
ScalingPlan.withApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or a set of tags.
|
UpdateScalingPlanRequest |
UpdateScalingPlanRequest.withApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withApplicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withApplicationSources(ApplicationSource... applicationSources)
The sources for the applications (up to 10).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingPlansRequest.setApplicationSources(Collection<ApplicationSource> applicationSources)
The sources for the applications (up to 10).
|
DescribeScalingPlansRequest |
DescribeScalingPlansRequest.withApplicationSources(Collection<ApplicationSource> applicationSources)
The sources for the applications (up to 10).
|
Copyright © 2023. All rights reserved.