| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation | |
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResult |
AmazonCloudFormation.describeStacks()
Simplified method form for invoking the DescribeStacks operation.
|
DescribeStacksResult |
AmazonCloudFormationClient.describeStacks() |
DescribeStacksResult |
AbstractAmazonCloudFormation.describeStacks() |
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 |
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.
|
DescribeStacksResult |
AbstractAmazonCloudFormation.describeStacks(DescribeStacksRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync()
Simplified method form for invoking the DescribeStacks operation.
|
Future<DescribeStacksResult> |
AmazonCloudFormationAsync.describeStacksAsync()
Simplified method form for invoking the DescribeStacks operation.
|
Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync()
Simplified method form for invoking the DescribeStacks operation.
|
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.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> |
AmazonCloudFormationAsyncClient.describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Simplified method form for invoking the DescribeStacks operation with an
AsyncHandler.
|
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.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> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request) |
Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.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.
|
Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
| 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> |
AmazonCloudFormationAsync.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> |
AbstractAmazonCloudFormationAsync.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.
|
Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResult |
DescribeStacksResult.clone() |
DescribeStacksResult |
DescribeStacksResult.withNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is
one.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Collection<Stack> stacks)
A list of stack structures.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Stack... stacks)
A list of stack structures.
|
Copyright © 2015. All rights reserved.