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 ListStacksResultAbstractAmazonCloudFormation. listStacks()ListStacksResultAbstractAmazonCloudFormation. listStacks(ListStacksRequest request)ListStacksResultAmazonCloudFormation. listStacks()Simplified method form for invoking the ListStacks operation.ListStacksResultAmazonCloudFormation. listStacks(ListStacksRequest listStacksRequest)Returns the summary information for stacks whose status matches the specified StackStatusFilter.ListStacksResultAmazonCloudFormationClient. listStacks()ListStacksResultAmazonCloudFormationClient. 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 ListStacksResultListStacksResult. clone()ListStacksResultListStacksResult. withNextToken(String nextToken)If the output exceeds 1 MB in size, a string that identifies the next page of stacks.ListStacksResultListStacksResult. withStackSummaries(StackSummary... stackSummaries)A list ofStackSummarystructures containing information about the specified stacks.ListStacksResultListStacksResult. withStackSummaries(Collection<StackSummary> stackSummaries)A list ofStackSummarystructures containing information about the specified stacks.
-