Uses of Class
com.amazonaws.services.cloudformation.model.ListStacksResult
-
Packages that use ListStacksResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of ListStacksResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return ListStacksResult Modifier and Type Method Description ListStacksResult
AbstractAmazonCloudFormation. listStacks()
ListStacksResult
AbstractAmazonCloudFormation. listStacks(ListStacksRequest request)
ListStacksResult
AmazonCloudFormation. listStacks()
Simplified method form for invoking the ListStacks operation.ListStacksResult
AmazonCloudFormation. listStacks(ListStacksRequest listStacksRequest)
Returns the summary information for stacks whose status matches the specified StackStatusFilter.ListStacksResult
AmazonCloudFormationClient. listStacks()
ListStacksResult
AmazonCloudFormationClient. 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 Modifier and Type Method Description Future<ListStacksResult>
AbstractAmazonCloudFormationAsync. listStacksAsync()
Simplified method form for invoking the ListStacks operation.Future<ListStacksResult>
AbstractAmazonCloudFormationAsync. listStacksAsync(AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Simplified method form for invoking the ListStacks operation with an AsyncHandler.Future<ListStacksResult>
AbstractAmazonCloudFormationAsync. listStacksAsync(ListStacksRequest request)
Future<ListStacksResult>
AbstractAmazonCloudFormationAsync. listStacksAsync(ListStacksRequest request, AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Future<ListStacksResult>
AmazonCloudFormationAsync. listStacksAsync()
Simplified method form for invoking the ListStacks operation.Future<ListStacksResult>
AmazonCloudFormationAsync. listStacksAsync(AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Simplified method form for invoking the ListStacks operation with an AsyncHandler.Future<ListStacksResult>
AmazonCloudFormationAsync. listStacksAsync(ListStacksRequest listStacksRequest)
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.Future<ListStacksResult>
AmazonCloudFormationAsyncClient. listStacksAsync()
Simplified method form for invoking the ListStacks operation.Future<ListStacksResult>
AmazonCloudFormationAsyncClient. listStacksAsync(AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Simplified method form for invoking the ListStacks operation with an AsyncHandler.Future<ListStacksResult>
AmazonCloudFormationAsyncClient. listStacksAsync(ListStacksRequest request)
Future<ListStacksResult>
AmazonCloudFormationAsyncClient. listStacksAsync(ListStacksRequest request, AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Method parameters in com.amazonaws.services.cloudformation with type arguments of type ListStacksResult Modifier and Type Method Description Future<ListStacksResult>
AbstractAmazonCloudFormationAsync. listStacksAsync(AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Simplified method form for invoking the ListStacks operation with an AsyncHandler.Future<ListStacksResult>
AbstractAmazonCloudFormationAsync. listStacksAsync(ListStacksRequest request, AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Future<ListStacksResult>
AmazonCloudFormationAsync. listStacksAsync(AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Simplified method form for invoking the ListStacks operation with an AsyncHandler.Future<ListStacksResult>
AmazonCloudFormationAsync. listStacksAsync(ListStacksRequest listStacksRequest, AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Returns the summary information for stacks whose status matches the specified StackStatusFilter.Future<ListStacksResult>
AmazonCloudFormationAsyncClient. listStacksAsync(AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
Simplified method form for invoking the ListStacks operation with an AsyncHandler.Future<ListStacksResult>
AmazonCloudFormationAsyncClient. listStacksAsync(ListStacksRequest request, AsyncHandler<ListStacksRequest,ListStacksResult> asyncHandler)
-
Uses of ListStacksResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ListStacksResult Modifier and Type Method Description ListStacksResult
ListStacksResult. clone()
ListStacksResult
ListStacksResult. withNextToken(String nextToken)
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.ListStacksResult
ListStacksResult. withStackSummaries(StackSummary... stackSummaries)
A list ofStackSummary
structures containing information about the specified stacks.ListStacksResult
ListStacksResult. withStackSummaries(Collection<StackSummary> stackSummaries)
A list ofStackSummary
structures containing information about the specified stacks.
-