SdkFunction<DescribeStacksRequest,DescribeStacksResponse>
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeStacksFunction extends Object implements SdkFunction<DescribeStacksRequest,DescribeStacksResponse>
Constructor | Description |
---|---|
DescribeStacksFunction(CloudFormationClient client) |
Constructs a new DescribeStacksFunction with the given client
|
Modifier and Type | Method | Description |
---|---|---|
DescribeStacksResponse |
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(CloudFormationClient client)
client
- Service clientpublic DescribeStacksResponse apply(DescribeStacksRequest describeStacksRequest)
apply
in interface SdkFunction<DescribeStacksRequest,DescribeStacksResponse>
describeStacksRequest
- Corresponding request for the operationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.