@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStacksFunction extends Object implements SdkFunction<DescribeStacksRequest,DescribeStacksResult>
| Constructor and Description | 
|---|
DescribeStacksFunction(AmazonCloudFormation client)
Constructs a new DescribeStacksFunction with the given client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeStacksResult | 
apply(DescribeStacksRequest describeStacksRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
 corresponding result 
 | 
public DescribeStacksFunction(AmazonCloudFormation client)
client - Service clientpublic DescribeStacksResult apply(DescribeStacksRequest describeStacksRequest)
apply in interface SdkFunction<DescribeStacksRequest,DescribeStacksResult>describeStacksRequest - Corresponding request for the operationCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.