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 DescribeStackEventsResultAbstractAmazonCloudFormation. describeStackEvents(DescribeStackEventsRequest request)DescribeStackEventsResultAmazonCloudFormation. describeStackEvents(DescribeStackEventsRequest describeStackEventsRequest)Returns all stack related events for a specified stack in reverse chronological order.DescribeStackEventsResultAmazonCloudFormationClient. 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 DescribeStackEventsResultDescribeStackEventsResult. clone()DescribeStackEventsResultDescribeStackEventsResult. withNextToken(String nextToken)If the output exceeds 1 MB in size, a string that identifies the next page of events.DescribeStackEventsResultDescribeStackEventsResult. withStackEvents(StackEvent... stackEvents)A list ofStackEventsstructures.DescribeStackEventsResultDescribeStackEventsResult. withStackEvents(Collection<StackEvent> stackEvents)A list ofStackEventsstructures.
-