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 ListChangeSetsResultAbstractAmazonCloudFormation. listChangeSets(ListChangeSetsRequest request)ListChangeSetsResultAmazonCloudFormation. listChangeSets(ListChangeSetsRequest listChangeSetsRequest)Returns the ID and status of each active change set for a stack.ListChangeSetsResultAmazonCloudFormationClient. 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 ListChangeSetsResultListChangeSetsResult. clone()ListChangeSetsResultListChangeSetsResult. withNextToken(String nextToken)If the output exceeds 1 MB, a string that identifies the next page of change sets.ListChangeSetsResultListChangeSetsResult. withSummaries(ChangeSetSummary... summaries)A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.ListChangeSetsResultListChangeSetsResult. withSummaries(Collection<ChangeSetSummary> summaries)A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.
-