Uses of Class
com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
-
Packages that use ContinueUpdateRollbackResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of ContinueUpdateRollbackResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return ContinueUpdateRollbackResult Modifier and Type Method Description ContinueUpdateRollbackResult
AbstractAmazonCloudFormation. continueUpdateRollback(ContinueUpdateRollbackRequest request)
ContinueUpdateRollbackResult
AmazonCloudFormation. continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)
For a specified stack that is in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.ContinueUpdateRollbackResult
AmazonCloudFormationClient. continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)
For a specified stack that is in theUPDATE_ROLLBACK_FAILED
state, continues rolling it back to theUPDATE_ROLLBACK_COMPLETE
state.Method parameters in com.amazonaws.services.cloudformation with type arguments of type ContinueUpdateRollbackResult Modifier and Type Method Description Future<ContinueUpdateRollbackResult>
AbstractAmazonCloudFormationAsync. continueUpdateRollbackAsync(ContinueUpdateRollbackRequest request, AsyncHandler<ContinueUpdateRollbackRequest,ContinueUpdateRollbackResult> asyncHandler)
Future<ContinueUpdateRollbackResult>
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.Future<ContinueUpdateRollbackResult>
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 Modifier and Type Method Description ContinueUpdateRollbackResult
ContinueUpdateRollbackResult. clone()
-