Uses of Class
com.amazonaws.services.cloudformation.model.ListChangeSetsResult
-
Packages that use ListChangeSetsResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of ListChangeSetsResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return ListChangeSetsResult Modifier and Type Method Description ListChangeSetsResult
AbstractAmazonCloudFormation. listChangeSets(ListChangeSetsRequest request)
ListChangeSetsResult
AmazonCloudFormation. listChangeSets(ListChangeSetsRequest listChangeSetsRequest)
Returns the ID and status of each active change set for a stack.ListChangeSetsResult
AmazonCloudFormationClient. listChangeSets(ListChangeSetsRequest listChangeSetsRequest)
Returns the ID and status of each active change set for a stack.Method parameters in com.amazonaws.services.cloudformation with type arguments of type ListChangeSetsResult Modifier and Type Method Description Future<ListChangeSetsResult>
AbstractAmazonCloudFormationAsync. 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.Future<ListChangeSetsResult>
AmazonCloudFormationAsyncClient. listChangeSetsAsync(ListChangeSetsRequest request, AsyncHandler<ListChangeSetsRequest,ListChangeSetsResult> asyncHandler)
-
Uses of ListChangeSetsResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ListChangeSetsResult Modifier and Type Method 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 ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.ListChangeSetsResult
ListChangeSetsResult. withSummaries(Collection<ChangeSetSummary> summaries)
A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.
-