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