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 ContinueUpdateRollbackResponseCloudFormationClient. continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest)For a specified stack that's in theUPDATE_ROLLBACK_FAILEDstate, continues rolling it back to theUPDATE_ROLLBACK_COMPLETEstate.default ContinueUpdateRollbackResponseCloudFormationClient. continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)For a specified stack that's in theUPDATE_ROLLBACK_FAILEDstate, continues rolling it back to theUPDATE_ROLLBACK_COMPLETEstate.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_FAILEDstate, continues rolling it back to theUPDATE_ROLLBACK_COMPLETEstate.default CompletableFuture<ContinueUpdateRollbackResponse>CloudFormationAsyncClient. continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)For a specified stack that's in theUPDATE_ROLLBACK_FAILEDstate, continues rolling it back to theUPDATE_ROLLBACK_COMPLETEstate.
-