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