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