| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSource |
UpdateScalingPlanRequest.applicationSource()
A CloudFormation stack or set of tags.
|
ApplicationSource |
ScalingPlan.applicationSource()
A CloudFormation stack or a set of tags.
|
ApplicationSource |
CreateScalingPlanRequest.applicationSource()
A CloudFormation stack or set of tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSource> |
DescribeScalingPlansRequest.applicationSources()
The sources for the applications (up to 10).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateScalingPlanRequest.Builder |
UpdateScalingPlanRequest.Builder.applicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
ScalingPlan.Builder |
ScalingPlan.Builder.applicationSource(ApplicationSource applicationSource)
A CloudFormation stack or a set of tags.
|
CreateScalingPlanRequest.Builder |
CreateScalingPlanRequest.Builder.applicationSource(ApplicationSource applicationSource)
A CloudFormation stack or set of tags.
|
DescribeScalingPlansRequest.Builder |
DescribeScalingPlansRequest.Builder.applicationSources(ApplicationSource... applicationSources)
The sources for the applications (up to 10).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPlansRequest.Builder |
DescribeScalingPlansRequest.Builder.applicationSources(Collection<ApplicationSource> applicationSources)
The sources for the applications (up to 10).
|
Copyright © 2023. All rights reserved.