Uses of Class
software.amazon.awssdk.services.cloudformation.model.ContinueUpdateRollbackResponse
-
Packages that use ContinueUpdateRollbackResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of ContinueUpdateRollbackResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return ContinueUpdateRollbackResponse Modifier and Type Method Description default ContinueUpdateRollbackResponse
CloudFormationClient. continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest)
For a specified stack that's in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.default ContinueUpdateRollbackResponse
CloudFormationClient. continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)
For a specified stack that's in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type ContinueUpdateRollbackResponse Modifier and Type Method Description default CompletableFuture<ContinueUpdateRollbackResponse>
CloudFormationAsyncClient. continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest)
For a specified stack that's in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.default CompletableFuture<ContinueUpdateRollbackResponse>
CloudFormationAsyncClient. continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)
For a specified stack that's in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.
-