Uses of Class
com.amazonaws.services.cloudformation.model.DescribeStackEventsResult
-
Packages that use DescribeStackEventsResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of DescribeStackEventsResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return DescribeStackEventsResult Modifier and Type Method Description DescribeStackEventsResult
AbstractAmazonCloudFormation. describeStackEvents(DescribeStackEventsRequest request)
DescribeStackEventsResult
AmazonCloudFormation. describeStackEvents(DescribeStackEventsRequest describeStackEventsRequest)
Returns all stack related events for a specified stack in reverse chronological order.DescribeStackEventsResult
AmazonCloudFormationClient. describeStackEvents(DescribeStackEventsRequest describeStackEventsRequest)
Returns all stack related events for a specified stack in reverse chronological order.Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStackEventsResult Modifier and Type Method 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)
-
Uses of DescribeStackEventsResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return DescribeStackEventsResult Modifier and Type Method Description DescribeStackEventsResult
DescribeStackEventsResult. clone()
DescribeStackEventsResult
DescribeStackEventsResult. withNextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of events.DescribeStackEventsResult
DescribeStackEventsResult. withStackEvents(StackEvent... stackEvents)
A list ofStackEvents
structures.DescribeStackEventsResult
DescribeStackEventsResult. withStackEvents(Collection<StackEvent> stackEvents)
A list ofStackEvents
structures.
-