|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeStackEventsResult | |
---|---|
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 DescribeStackEventsResult in com.amazonaws.services.cloudformation |
---|
Methods in com.amazonaws.services.cloudformation that return DescribeStackEventsResult | |
---|---|
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. |
Methods in com.amazonaws.services.cloudformation that return types with arguments of type DescribeStackEventsResult | |
---|---|
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 DescribeStackEventsResult | |
---|---|
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 DescribeStackEventsResult in com.amazonaws.services.cloudformation.model |
---|
Methods in com.amazonaws.services.cloudformation.model that return DescribeStackEventsResult | |
---|---|
DescribeStackEventsResult |
DescribeStackEventsResult.withNextToken(String nextToken)
String that identifies the start of the next list of events, if there is one. |
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(Collection<StackEvent> stackEvents)
A list of StackEvents structures. |
DescribeStackEventsResult |
DescribeStackEventsResult.withStackEvents(StackEvent... stackEvents)
A list of StackEvents structures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |