|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListStacksResult | |
---|---|
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 ListStacksResult in com.amazonaws.services.cloudformation |
---|
Methods in com.amazonaws.services.cloudformation that return ListStacksResult | |
---|---|
ListStacksResult |
AmazonCloudFormationClient.listStacks()
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
ListStacksResult |
AmazonCloudFormation.listStacks()
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
ListStacksResult |
AmazonCloudFormationClient.listStacks(ListStacksRequest listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
ListStacksResult |
AmazonCloudFormation.listStacks(ListStacksRequest listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
Methods in com.amazonaws.services.cloudformation that return types with arguments of type ListStacksResult | |
---|---|
Future<ListStacksResult> |
AmazonCloudFormationAsyncClient.listStacksAsync(ListStacksRequest listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
Future<ListStacksResult> |
AmazonCloudFormationAsync.listStacksAsync(ListStacksRequest listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
Future<ListStacksResult> |
AmazonCloudFormationAsyncClient.listStacksAsync(ListStacksRequest listStacksRequest,
AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
Future<ListStacksResult> |
AmazonCloudFormationAsync.listStacksAsync(ListStacksRequest listStacksRequest,
AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
Method parameters in com.amazonaws.services.cloudformation with type arguments of type ListStacksResult | |
---|---|
Future<ListStacksResult> |
AmazonCloudFormationAsyncClient.listStacksAsync(ListStacksRequest listStacksRequest,
AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
Future<ListStacksResult> |
AmazonCloudFormationAsync.listStacksAsync(ListStacksRequest listStacksRequest,
AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Returns the summary information for stacks whose status matches the specified StackStatusFilter. |
Uses of ListStacksResult in com.amazonaws.services.cloudformation.model |
---|
Methods in com.amazonaws.services.cloudformation.model that return ListStacksResult | |
---|---|
ListStacksResult |
ListStacksResult.withNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is one. |
ListStacksResult |
ListStacksResult.withStackSummaries(Collection<StackSummary> stackSummaries)
A list of StackSummary structures containing information
about the specified stacks. |
ListStacksResult |
ListStacksResult.withStackSummaries(StackSummary... stackSummaries)
A list of StackSummary structures containing information
about the specified stacks. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |