SdkFunction<DescribeClustersRequest,DescribeClustersResponse>@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeClustersFunction extends Object implements SdkFunction<DescribeClustersRequest,DescribeClustersResponse>
| Constructor | Description |
|---|---|
DescribeClustersFunction(RedshiftClient client) |
Constructs a new DescribeClustersFunction with the given client
|
| Modifier and Type | Method | Description |
|---|---|---|
DescribeClustersResponse |
apply(DescribeClustersRequest describeClustersRequest) |
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeClustersFunction(RedshiftClient client)
client - Service clientpublic DescribeClustersResponse apply(DescribeClustersRequest describeClustersRequest)
apply in interface SdkFunction<DescribeClustersRequest,DescribeClustersResponse>describeClustersRequest - Corresponding request for the operationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.