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 in reverse chronological order.
|
Future<DescribeStackEventsResult> |
AmazonCloudFormationAsyncClient.describeStackEventsAsync(DescribeStackEventsRequest request,
AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler) |
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's associated with the stack, which aren't always interchangeable:
|
Copyright © 2023. All rights reserved.