Uses of Class
com.amazonaws.services.cloudformation.model.ListChangeSetsResult
Packages that use ListChangeSetsResult
Package
Description
-
Uses of ListChangeSetsResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return ListChangeSetsResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.listChangeSets(ListChangeSetsRequest request) AmazonCloudFormation.listChangeSets(ListChangeSetsRequest listChangeSetsRequest) Returns the ID and status of each active change set for a stack.AmazonCloudFormationClient.listChangeSets(ListChangeSetsRequest listChangeSetsRequest) Returns the ID and status of each active change set for a stack.Methods in com.amazonaws.services.cloudformation that return types with arguments of type ListChangeSetsResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest request) AbstractAmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest request, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult> asyncHandler) AmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest listChangeSetsRequest) Returns the ID and status of each active change set for a stack.AmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest listChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult> asyncHandler) Returns the ID and status of each active change set for a stack.AmazonCloudFormationAsyncClient.listChangeSetsAsync(ListChangeSetsRequest request) AmazonCloudFormationAsyncClient.listChangeSetsAsync(ListChangeSetsRequest request, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type ListChangeSetsResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest request, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult> asyncHandler) AmazonCloudFormationAsync.listChangeSetsAsync(ListChangeSetsRequest listChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult> asyncHandler) Returns the ID and status of each active change set for a stack.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 ListChangeSetsResultModifier and TypeMethodDescriptionListChangeSetsResult.clone()ListChangeSetsResult.withNextToken(String nextToken) If the output exceeds 1 MB, a string that identifies the next page of change sets.ListChangeSetsResult.withSummaries(ChangeSetSummary... summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.ListChangeSetsResult.withSummaries(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.