Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
RollbackStackResult |
AmazonCloudFormationClient.rollbackStack(RollbackStackRequest request)
When specifying
RollbackStack , you preserve the state of previously provisioned resources when an
operation fails. |
RollbackStackResult |
AmazonCloudFormation.rollbackStack(RollbackStackRequest rollbackStackRequest)
When specifying
RollbackStack , you preserve the state of previously provisioned resources when an
operation fails. |
RollbackStackResult |
AbstractAmazonCloudFormation.rollbackStack(RollbackStackRequest request) |
Future<RollbackStackResult> |
AmazonCloudFormationAsyncClient.rollbackStackAsync(RollbackStackRequest request) |
Future<RollbackStackResult> |
AmazonCloudFormationAsync.rollbackStackAsync(RollbackStackRequest rollbackStackRequest)
When specifying
RollbackStack , you preserve the state of previously provisioned resources when an
operation fails. |
Future<RollbackStackResult> |
AbstractAmazonCloudFormationAsync.rollbackStackAsync(RollbackStackRequest request) |
Future<RollbackStackResult> |
AmazonCloudFormationAsyncClient.rollbackStackAsync(RollbackStackRequest request,
AsyncHandler<RollbackStackRequest,RollbackStackResult> asyncHandler) |
Future<RollbackStackResult> |
AmazonCloudFormationAsync.rollbackStackAsync(RollbackStackRequest rollbackStackRequest,
AsyncHandler<RollbackStackRequest,RollbackStackResult> asyncHandler)
When specifying
RollbackStack , you preserve the state of previously provisioned resources when an
operation fails. |
Future<RollbackStackResult> |
AbstractAmazonCloudFormationAsync.rollbackStackAsync(RollbackStackRequest request,
AsyncHandler<RollbackStackRequest,RollbackStackResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RollbackStackResult> |
AmazonCloudFormationAsyncClient.rollbackStackAsync(RollbackStackRequest request,
AsyncHandler<RollbackStackRequest,RollbackStackResult> asyncHandler) |
Future<RollbackStackResult> |
AmazonCloudFormationAsync.rollbackStackAsync(RollbackStackRequest rollbackStackRequest,
AsyncHandler<RollbackStackRequest,RollbackStackResult> asyncHandler)
When specifying
RollbackStack , you preserve the state of previously provisioned resources when an
operation fails. |
Future<RollbackStackResult> |
AbstractAmazonCloudFormationAsync.rollbackStackAsync(RollbackStackRequest request,
AsyncHandler<RollbackStackRequest,RollbackStackResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RollbackStackRequest |
RollbackStackRequest.clone() |
RollbackStackRequest |
RollbackStackRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for this
RollbackStack request. |
RollbackStackRequest |
RollbackStackRequest.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management role that CloudFormation assumes to rollback
the stack.
|
RollbackStackRequest |
RollbackStackRequest.withStackName(String stackName)
The name that's associated with the stack.
|
Copyright © 2022. All rights reserved.