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