Uses of Class
com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackRequest
Packages that use ContinueUpdateRollbackRequest
Package
Description
-
Uses of ContinueUpdateRollbackRequest in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation with parameters of type ContinueUpdateRollbackRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.continueUpdateRollback
(ContinueUpdateRollbackRequest request) AmazonCloudFormation.continueUpdateRollback
(ContinueUpdateRollbackRequest continueUpdateRollbackRequest) For a specified stack that is in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.AmazonCloudFormationClient.continueUpdateRollback
(ContinueUpdateRollbackRequest continueUpdateRollbackRequest) For a specified stack that is in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.AbstractAmazonCloudFormationAsync.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest request) AbstractAmazonCloudFormationAsync.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest request, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult> asyncHandler) AmazonCloudFormationAsync.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest continueUpdateRollbackRequest) For a specified stack that is in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.AmazonCloudFormationAsync.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest continueUpdateRollbackRequest, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult> asyncHandler) For a specified stack that is in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.AmazonCloudFormationAsyncClient.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest request) AmazonCloudFormationAsyncClient.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest request, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type ContinueUpdateRollbackRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest request, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult> asyncHandler) AmazonCloudFormationAsync.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest continueUpdateRollbackRequest, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult> asyncHandler) For a specified stack that is in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.AmazonCloudFormationAsyncClient.continueUpdateRollbackAsync
(ContinueUpdateRollbackRequest request, AsyncHandler<ContinueUpdateRollbackRequest, ContinueUpdateRollbackResult> asyncHandler) -
Uses of ContinueUpdateRollbackRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ContinueUpdateRollbackRequestModifier and TypeMethodDescriptionContinueUpdateRollbackRequest.clone()
ContinueUpdateRollbackRequest.withStackName
(String stackName) The name or the unique ID of the stack that you want to continue rolling back.