| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResult |
AmazonCloudFormation.listChangeSets(ListChangeSetsRequest listChangeSetsRequest)
Returns the ID and status of each active change set for a stack.
|
ListChangeSetsResult |
AbstractAmazonCloudFormation.listChangeSets(ListChangeSetsRequest request) |
ListChangeSetsResult |
AmazonCloudFormationClient.listChangeSets(ListChangeSetsRequest request)
Returns the ID and status of each active change set for a stack.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChangeSetsResult> |
AbstractAmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest request,
AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler) |
Future<ListChangeSetsResult> |
AmazonCloudFormationAsyncClient.listChangeSetsAsync(ListChangeSetsRequest request,
AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler) |
Future<ListChangeSetsResult> |
AmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest listChangeSetsRequest,
AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler)
Returns the ID and status of each active change set for a stack.
|
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResult |
ListChangeSetsResult.clone() |
ListChangeSetsResult |
ListChangeSetsResult.withNextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of change sets.
|
ListChangeSetsResult |
ListChangeSetsResult.withSummaries(ChangeSetSummary... summaries)
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
ListChangeSetsResult |
ListChangeSetsResult.withSummaries(Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
Copyright © 2017. All rights reserved.