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