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 |
---|---|
DescribeStacksResult |
AmazonCloudFormation.describeStacks()
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()
Returns the description for the specified stack; if no stack name was
specified, then it returns the description for all the stacks created.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 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> |
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 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> |
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 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 |
---|---|
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 © 2014. All rights reserved.