Uses of Class
com.amazonaws.services.cloudformation.model.DescribeStacksResult
Packages that use DescribeStacksResult
Package
Description
-
Uses of DescribeStacksResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return DescribeStacksResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.describeStacks()
AbstractAmazonCloudFormation.describeStacks
(DescribeStacksRequest request) AmazonCloudFormation.describeStacks()
Simplified method form for invoking the DescribeStacks operation.AmazonCloudFormation.describeStacks
(DescribeStacksRequest describeStacksRequest) Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.AmazonCloudFormationClient.describeStacks()
AmazonCloudFormationClient.describeStacks
(DescribeStacksRequest describeStacksRequest) Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.Methods in com.amazonaws.services.cloudformation that return types with arguments of type DescribeStacksResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.describeStacksAsync()
Simplified method form for invoking the DescribeStacks operation.AbstractAmazonCloudFormationAsync.describeStacksAsync
(AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.AbstractAmazonCloudFormationAsync.describeStacksAsync
(DescribeStacksRequest request) AbstractAmazonCloudFormationAsync.describeStacksAsync
(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) AmazonCloudFormationAsync.describeStacksAsync()
Simplified method form for invoking the DescribeStacks operation.AmazonCloudFormationAsync.describeStacksAsync
(AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.AmazonCloudFormationAsync.describeStacksAsync
(DescribeStacksRequest describeStacksRequest) Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.AmazonCloudFormationAsync.describeStacksAsync
(DescribeStacksRequest describeStacksRequest, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.AmazonCloudFormationAsyncClient.describeStacksAsync()
Simplified method form for invoking the DescribeStacks operation.AmazonCloudFormationAsyncClient.describeStacksAsync
(AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.AmazonCloudFormationAsyncClient.describeStacksAsync
(DescribeStacksRequest request) AmazonCloudFormationAsyncClient.describeStacksAsync
(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStacksResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.describeStacksAsync
(AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.AbstractAmazonCloudFormationAsync.describeStacksAsync
(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) AmazonCloudFormationAsync.describeStacksAsync
(AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.AmazonCloudFormationAsync.describeStacksAsync
(DescribeStacksRequest describeStacksRequest, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.AmazonCloudFormationAsyncClient.describeStacksAsync
(AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.AmazonCloudFormationAsyncClient.describeStacksAsync
(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) -
Uses of DescribeStacksResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return DescribeStacksResultModifier and TypeMethodDescriptionDescribeStacksResult.clone()
DescribeStacksResult.withNextToken
(String nextToken) If the output exceeds 1 MB in size, a string that identifies the next page of stacks.DescribeStacksResult.withStacks
(Stack... stacks) A list of stack structures.DescribeStacksResult.withStacks
(Collection<Stack> stacks) A list of stack structures.