Uses of Class
com.amazonaws.services.cloudformation.model.DescribeStacksRequest
-
Packages that use DescribeStacksRequest Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of DescribeStacksRequest in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation with parameters of type DescribeStacksRequest Modifier and Type Method Description DescribeStacksResult
AbstractAmazonCloudFormation. describeStacks(DescribeStacksRequest request)
DescribeStacksResult
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.DescribeStacksResult
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.Future<DescribeStacksResult>
AbstractAmazonCloudFormationAsync. describeStacksAsync(DescribeStacksRequest request)
Future<DescribeStacksResult>
AbstractAmazonCloudFormationAsync. describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> 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(DescribeStacksRequest request)
Future<DescribeStacksResult>
AmazonCloudFormationAsyncClient. describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStacksRequest 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 DescribeStacksRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return DescribeStacksRequest Modifier and Type Method Description DescribeStacksRequest
DescribeStacksRequest. clone()
DescribeStacksRequest
DescribeStacksRequest. withNextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.DescribeStacksRequest
DescribeStacksRequest. withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
-