Package | Description |
---|---|
com.amazonaws.services.cloudformation | |
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Method and Description |
---|---|
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 |
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) |
java.util.concurrent.Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest request) |
java.util.concurrent.Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Simplified method form for invoking the DescribeStacks operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeStacksResult> |
AmazonCloudFormationAsync.describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Simplified method form for invoking the DescribeStacks operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Simplified method form for invoking the DescribeStacks operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeStacksResult> |
AmazonCloudFormationAsyncClient.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<DescribeStacksResult> |
AbstractAmazonCloudFormationAsync.describeStacksAsync(DescribeStacksRequest request,
AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeStacksRequest |
DescribeStacksRequest.clone() |
DescribeStacksRequest |
DescribeStacksRequest.withNextToken(java.lang.String nextToken)
A string that identifies the next page of stacks that you want to
retrieve.
|
DescribeStacksRequest |
DescribeStacksRequest.withStackName(java.lang.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 |
---|---|
Request<DescribeStacksRequest> |
DescribeStacksRequestMarshaller.marshall(DescribeStacksRequest describeStacksRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeStacksRequest> |
DescribeStacksRequestMarshaller.marshall(DescribeStacksRequest describeStacksRequest) |