| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model | |
| com.amazonaws.services.cloudformation.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResult |
AmazonCloudFormation.describeStacks(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was
specified, then it returns the description for all the stacks created.
|
DescribeStacksResult |
AbstractAmazonCloudFormation.describeStacks(DescribeStacksRequest request) |
DescribeStacksResult |
AmazonCloudFormationClient.describeStacks(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was
specified, then it returns the description for all the stacks created.
|
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest request) |
Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request) |
Future<DescribeStacksResult> |
AmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was
specified, then it returns the description for all the stacks created.
|
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Future<DescribeStacksResult> |
AmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Returns the description for the specified stack; if no stack name was
specified, then it returns the description for all the stacks created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Simplified method form for invoking the DescribeStacks operation with an
AsyncHandler.
|
Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Simplified method form for invoking the DescribeStacks operation with an
AsyncHandler.
|
Future<DescribeStacksResult> |
AmazonCloudFormationAsync.describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Simplified method form for invoking the DescribeStacks operation with an
AsyncHandler.
|
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Future<DescribeStacksResult> |
AmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Returns the description for the specified stack; if no stack name was
specified, then it returns the description for all the stacks created.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksRequest |
DescribeStacksRequest.clone() |
DescribeStacksRequest |
DescribeStacksRequest.withNextToken(String nextToken)
A string that identifies the next page of stacks that you want to
retrieve.
|
DescribeStacksRequest |
DescribeStacksRequest.withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeStacksRequest> |
AmazonCloudFormationWaiters.stackCreateComplete()
Builds a StackCreateComplete waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
Waiter<DescribeStacksRequest> |
AmazonCloudFormationWaiters.stackDeleteComplete()
Builds a StackDeleteComplete waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
Waiter<DescribeStacksRequest> |
AmazonCloudFormationWaiters.stackExists()
Builds a StackExists waiter by using custom parameters waiterParameters
and other parameters defined in the waiters specification, and then polls
until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy
or custom polling strategy.
|
Waiter<DescribeStacksRequest> |
AmazonCloudFormationWaiters.stackUpdateComplete()
Builds a StackUpdateComplete waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResult |
DescribeStacksFunction.apply(DescribeStacksRequest describeStacksRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2016. All rights reserved.