| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation | |
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStackEventsResult> |
AbstractAmazonCloudFormationAsync.describeStackEventsAsync(DescribeStackEventsRequest request,
AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler) |
Future<DescribeStackEventsResult> |
AmazonCloudFormationAsync.describeStackEventsAsync(DescribeStackEventsRequest describeStackEventsRequest,
AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler)
Returns all stack related events for a specified stack.
|
Future<DescribeStackEventsResult> |
AmazonCloudFormationAsyncClient.describeStackEventsAsync(DescribeStackEventsRequest request,
AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackEventsRequest |
DescribeStackEventsRequest.clone() |
DescribeStackEventsRequest |
DescribeStackEventsRequest.withNextToken(String nextToken)
String that identifies the start of the next list of events, if there is
one.
|
DescribeStackEventsRequest |
DescribeStackEventsRequest.withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
Copyright © 2015. All rights reserved.