| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelUpdateStackResponse |
CloudFormationClient.cancelUpdateStack(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
default CancelUpdateStackResponse |
CloudFormationClient.cancelUpdateStack(Consumer<CancelUpdateStackRequest.Builder> cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
default ContinueUpdateRollbackResponse |
CloudFormationClient.continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest)
For a specified stack that is in the
UPDATE_ROLLBACK_FAILED state, continues rolling it back to the
UPDATE_ROLLBACK_COMPLETE state. |
default ContinueUpdateRollbackResponse |
CloudFormationClient.continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest)
For a specified stack that is in the
UPDATE_ROLLBACK_FAILED state, continues rolling it back to the
UPDATE_ROLLBACK_COMPLETE state. |
default CreateStackResponse |
CloudFormationClient.createStack(Consumer<CreateStackRequest.Builder> createStackRequest)
Creates a stack as specified in the template.
|
default CreateStackResponse |
CloudFormationClient.createStack(CreateStackRequest createStackRequest)
Creates a stack as specified in the template.
|
default DeleteStackResponse |
CloudFormationClient.deleteStack(Consumer<DeleteStackRequest.Builder> deleteStackRequest)
Deletes a specified stack.
|
default DeleteStackResponse |
CloudFormationClient.deleteStack(DeleteStackRequest deleteStackRequest)
Deletes a specified stack.
|
default ExecuteChangeSetResponse |
CloudFormationClient.executeChangeSet(Consumer<ExecuteChangeSetRequest.Builder> executeChangeSetRequest)
Updates a stack using the input information that was provided when the specified change set was created.
|
default ExecuteChangeSetResponse |
CloudFormationClient.executeChangeSet(ExecuteChangeSetRequest executeChangeSetRequest)
Updates a stack using the input information that was provided when the specified change set was created.
|
default RollbackStackResponse |
CloudFormationClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
default RollbackStackResponse |
CloudFormationClient.rollbackStack(RollbackStackRequest rollbackStackRequest)
When specifying
RollbackStack, you preserve the state of previously provisioned resources when an
operation fails. |
default UpdateStackResponse |
CloudFormationClient.updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)
Updates a stack as specified in the template.
|
default UpdateStackResponse |
CloudFormationClient.updateStack(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
Copyright © 2021. All rights reserved.