Uses of Class
com.amazonaws.services.cloudformation.model.ListChangeSetsRequest
Packages that use ListChangeSetsRequest
Package
Description
-
Uses of ListChangeSetsRequest in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation with parameters of type ListChangeSetsRequestModifier 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.AbstractAmazonCloudFormationAsync.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 ListChangeSetsRequestModifier 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 ListChangeSetsRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ListChangeSetsRequestModifier and TypeMethodDescriptionListChangeSetsRequest.clone()
ListChangeSetsRequest.withNextToken
(String nextToken) A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.ListChangeSetsRequest.withStackName
(String stackName) The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.