@Generated(value="software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeVpcsFunction extends Object implements SdkFunction<DescribeVpcsRequest,DescribeVpcsResponse>
| Constructor and Description |
|---|
DescribeVpcsFunction(EC2Client client)
Constructs a new DescribeVpcsFunction with the given client
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcsResponse |
apply(DescribeVpcsRequest describeVpcsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeVpcsFunction(EC2Client client)
client - Service clientpublic DescribeVpcsResponse apply(DescribeVpcsRequest describeVpcsRequest)
apply in interface SdkFunction<DescribeVpcsRequest,DescribeVpcsResponse>describeVpcsRequest - Corresponding request for the operationCopyright © 2017. All rights reserved.