Uses of Class
com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
Packages that use ContinueUpdateRollbackResult
Package
Description
-
Uses of ContinueUpdateRollbackResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return ContinueUpdateRollbackResultModifier 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.Methods in com.amazonaws.services.cloudformation that return types with arguments of type ContinueUpdateRollbackResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.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 ContinueUpdateRollbackResultModifier 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 ContinueUpdateRollbackResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ContinueUpdateRollbackResult