| 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> |
AmazonCloudFormationAsyncClient.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 in reverse chronological order.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStackEventsRequest |
DescribeStackEventsRequest.clone() |
DescribeStackEventsRequest |
DescribeStackEventsRequest.withNextToken(String nextToken)
A string that identifies the next page of events that you want to retrieve.
|
DescribeStackEventsRequest |
DescribeStackEventsRequest.withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
Copyright © 2017. All rights reserved.