Uses of Class
com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest

Packages that use DescribeStackEventsRequest
com.amazonaws.services.cloudformation Synchronous and asynchronous client classes for accessing AmazonCloudFormation. 
com.amazonaws.services.cloudformation.model Classes modeling the various types represented by AmazonCloudFormation. 
 

Uses of DescribeStackEventsRequest in com.amazonaws.services.cloudformation
 

Methods in com.amazonaws.services.cloudformation with parameters of type DescribeStackEventsRequest
 DescribeStackEventsResult AmazonCloudFormationClient.describeStackEvents(DescribeStackEventsRequest describeStackEventsRequest)
           Returns all stack related events for a specified stack.
 DescribeStackEventsResult AmazonCloudFormation.describeStackEvents(DescribeStackEventsRequest describeStackEventsRequest)
           Returns all stack related events for a specified stack.
 Future<DescribeStackEventsResult> AmazonCloudFormationAsyncClient.describeStackEventsAsync(DescribeStackEventsRequest describeStackEventsRequest)
           Returns all stack related events for a specified stack.
 Future<DescribeStackEventsResult> AmazonCloudFormationAsync.describeStackEventsAsync(DescribeStackEventsRequest describeStackEventsRequest)
           Returns all stack related events for a specified stack.
 Future<DescribeStackEventsResult> AmazonCloudFormationAsyncClient.describeStackEventsAsync(DescribeStackEventsRequest describeStackEventsRequest, AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler)
           Returns all stack related events for a specified stack.
 Future<DescribeStackEventsResult> AmazonCloudFormationAsync.describeStackEventsAsync(DescribeStackEventsRequest describeStackEventsRequest, AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler)
           Returns all stack related events for a specified stack.
 

Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStackEventsRequest
 Future<DescribeStackEventsResult> AmazonCloudFormationAsyncClient.describeStackEventsAsync(DescribeStackEventsRequest describeStackEventsRequest, AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler)
           Returns all stack related events for a specified stack.
 Future<DescribeStackEventsResult> AmazonCloudFormationAsync.describeStackEventsAsync(DescribeStackEventsRequest describeStackEventsRequest, AsyncHandler<DescribeStackEventsRequest,DescribeStackEventsResult> asyncHandler)
           Returns all stack related events for a specified stack.
 

Uses of DescribeStackEventsRequest in com.amazonaws.services.cloudformation.model
 

Methods in com.amazonaws.services.cloudformation.model that return DescribeStackEventsRequest
 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 identifier associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID.
 



Copyright © 2016. All rights reserved.