Uses of Class
com.amazonaws.services.cloudformation.model.DescribeStacksResult
-
Packages that use DescribeStacksResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of DescribeStacksResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return DescribeStacksResult Modifier and Type Method Description DescribeStacksResultAbstractAmazonCloudFormation. describeStacks()DescribeStacksResultAbstractAmazonCloudFormation. describeStacks(DescribeStacksRequest request)DescribeStacksResultAmazonCloudFormation. describeStacks()Simplified method form for invoking the DescribeStacks operation.DescribeStacksResultAmazonCloudFormation. 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.DescribeStacksResultAmazonCloudFormationClient. describeStacks()DescribeStacksResultAmazonCloudFormationClient. 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 DescribeStacksResult Modifier and Type Method Description Future<DescribeStacksResult>AbstractAmazonCloudFormationAsync. describeStacksAsync()Simplified method form for invoking the DescribeStacks operation.Future<DescribeStacksResult>AbstractAmazonCloudFormationAsync. describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.Future<DescribeStacksResult>AbstractAmazonCloudFormationAsync. describeStacksAsync(DescribeStacksRequest request)Future<DescribeStacksResult>AbstractAmazonCloudFormationAsync. describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Future<DescribeStacksResult>AmazonCloudFormationAsync. describeStacksAsync()Simplified method form for invoking the DescribeStacks operation.Future<DescribeStacksResult>AmazonCloudFormationAsync. describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.Future<DescribeStacksResult>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.Future<DescribeStacksResult>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.Future<DescribeStacksResult>AmazonCloudFormationAsyncClient. describeStacksAsync()Simplified method form for invoking the DescribeStacks operation.Future<DescribeStacksResult>AmazonCloudFormationAsyncClient. describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.Future<DescribeStacksResult>AmazonCloudFormationAsyncClient. describeStacksAsync(DescribeStacksRequest request)Future<DescribeStacksResult>AmazonCloudFormationAsyncClient. describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStacksResult Modifier and Type Method Description Future<DescribeStacksResult>AbstractAmazonCloudFormationAsync. describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.Future<DescribeStacksResult>AbstractAmazonCloudFormationAsync. describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Future<DescribeStacksResult>AmazonCloudFormationAsync. describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.Future<DescribeStacksResult>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.Future<DescribeStacksResult>AmazonCloudFormationAsyncClient. describeStacksAsync(AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)Simplified method form for invoking the DescribeStacks operation with an AsyncHandler.Future<DescribeStacksResult>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 DescribeStacksResult Modifier and Type Method Description DescribeStacksResultDescribeStacksResult. clone()DescribeStacksResultDescribeStacksResult. withNextToken(String nextToken)If the output exceeds 1 MB in size, a string that identifies the next page of stacks.DescribeStacksResultDescribeStacksResult. withStacks(Stack... stacks)A list of stack structures.DescribeStacksResultDescribeStacksResult. withStacks(Collection<Stack> stacks)A list of stack structures.
-