@Generated(value="software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeVolumesFunction extends Object implements SdkFunction<DescribeVolumesRequest,DescribeVolumesResponse>
| Constructor and Description |
|---|
DescribeVolumesFunction(EC2Client client)
Constructs a new DescribeVolumesFunction with the given client
|
| Modifier and Type | Method and 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. All rights reserved.