SdkFunction<DescribeVpcsRequest,DescribeVpcsResponse>
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeVpcsFunction extends Object implements SdkFunction<DescribeVpcsRequest,DescribeVpcsResponse>
Constructor | Description |
---|---|
DescribeVpcsFunction(EC2Client client) |
Constructs a new DescribeVpcsFunction with the given client
|
Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.