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(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.
|
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 |
---|---|
DescribeStacksRequest |
DescribeStacksRequest.withNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there
is one.
|
DescribeStacksRequest |
DescribeStacksRequest.withStackName(String stackName)
The name or the unique identifier associated with the stack, which are
not always interchangeable: Running stacks: You can specify
either the stack's name or its unique stack ID. Deleted
stacks: You must specify the unique stack ID.
|
Copyright © 2014. All rights reserved.