Package | Description |
---|---|
com.amazonaws.services.cloudformation |
Synchronous and asynchronous client classes for accessing AmazonCloudFormation.
|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonCloudFormation.cancelUpdateStack(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
void |
AmazonCloudFormationClient.cancelUpdateStack(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
Future<Void> |
AmazonCloudFormationAsync.cancelUpdateStackAsync(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
Future<Void> |
AmazonCloudFormationAsyncClient.cancelUpdateStackAsync(CancelUpdateStackRequest cancelUpdateStackRequest)
Cancels an update on the specified stack.
|
Future<Void> |
AmazonCloudFormationAsync.cancelUpdateStackAsync(CancelUpdateStackRequest cancelUpdateStackRequest,
AsyncHandler<CancelUpdateStackRequest,Void> asyncHandler)
Cancels an update on the specified stack.
|
Future<Void> |
AmazonCloudFormationAsyncClient.cancelUpdateStackAsync(CancelUpdateStackRequest cancelUpdateStackRequest,
AsyncHandler<CancelUpdateStackRequest,Void> asyncHandler)
Cancels an update on the specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonCloudFormationAsync.cancelUpdateStackAsync(CancelUpdateStackRequest cancelUpdateStackRequest,
AsyncHandler<CancelUpdateStackRequest,Void> asyncHandler)
Cancels an update on the specified stack.
|
Future<Void> |
AmazonCloudFormationAsyncClient.cancelUpdateStackAsync(CancelUpdateStackRequest cancelUpdateStackRequest,
AsyncHandler<CancelUpdateStackRequest,Void> asyncHandler)
Cancels an update on the specified stack.
|
Modifier and Type | Method and Description |
---|---|
CancelUpdateStackRequest |
CancelUpdateStackRequest.withStackName(String stackName)
The name or the unique identifier associated with the stack.
|
Copyright © 2014. All rights reserved.