public class DescribeVpcsFunction extends Object implements SdkFunction<DescribeVpcsRequest,DescribeVpcsResult>
| Constructor and Description |
|---|
DescribeVpcsFunction(AmazonEC2 client)
Constructs a new DescribeVpcsFunction with the given client
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcsResult |
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(AmazonEC2 client)
client - Service clientpublic DescribeVpcsResult apply(DescribeVpcsRequest describeVpcsRequest)
apply in interface SdkFunction<DescribeVpcsRequest,DescribeVpcsResult>describeVpcsRequest - Corresponding request for the operationCopyright © 2016. All rights reserved.