Uses of Class
software.amazon.awssdk.services.cloudformation.model.TokenAlreadyExistsException
Packages that use TokenAlreadyExistsException
-
Uses of TokenAlreadyExistsException in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that throw TokenAlreadyExistsExceptionModifier and TypeMethodDescriptiondefault CancelUpdateStackResponseCloudFormationClient.cancelUpdateStack(Consumer<CancelUpdateStackRequest.Builder> cancelUpdateStackRequest) Cancels an update on the specified stack.default CancelUpdateStackResponseCloudFormationClient.cancelUpdateStack(CancelUpdateStackRequest cancelUpdateStackRequest) Cancels an update on the specified stack.default ContinueUpdateRollbackResponseCloudFormationClient.continueUpdateRollback(Consumer<ContinueUpdateRollbackRequest.Builder> continueUpdateRollbackRequest) Continues rolling back a stack fromUPDATE_ROLLBACK_FAILEDtoUPDATE_ROLLBACK_COMPLETEstate.default ContinueUpdateRollbackResponseCloudFormationClient.continueUpdateRollback(ContinueUpdateRollbackRequest continueUpdateRollbackRequest) Continues rolling back a stack fromUPDATE_ROLLBACK_FAILEDtoUPDATE_ROLLBACK_COMPLETEstate.default CreateStackResponseCloudFormationClient.createStack(Consumer<CreateStackRequest.Builder> createStackRequest) Creates a stack as specified in the template.default CreateStackResponseCloudFormationClient.createStack(CreateStackRequest createStackRequest) Creates a stack as specified in the template.default DeleteStackResponseCloudFormationClient.deleteStack(Consumer<DeleteStackRequest.Builder> deleteStackRequest) Deletes a specified stack.default DeleteStackResponseCloudFormationClient.deleteStack(DeleteStackRequest deleteStackRequest) Deletes a specified stack.default ExecuteChangeSetResponseCloudFormationClient.executeChangeSet(Consumer<ExecuteChangeSetRequest.Builder> executeChangeSetRequest) Updates a stack using the input information that was provided when the specified change set was created.default ExecuteChangeSetResponseCloudFormationClient.executeChangeSet(ExecuteChangeSetRequest executeChangeSetRequest) Updates a stack using the input information that was provided when the specified change set was created.default RollbackStackResponseCloudFormationClient.rollbackStack(Consumer<RollbackStackRequest.Builder> rollbackStackRequest) When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails.default RollbackStackResponseCloudFormationClient.rollbackStack(RollbackStackRequest rollbackStackRequest) When specifyingRollbackStack, you preserve the state of previously provisioned resources when an operation fails.default UpdateStackResponseCloudFormationClient.updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest) Updates a stack as specified in the template.default UpdateStackResponseCloudFormationClient.updateStack(UpdateStackRequest updateStackRequest) Updates a stack as specified in the template.