| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVpnConnectionsResponse |
EC2Client.describeVpnConnections(DescribeVpnConnectionsRequest describeVpnConnectionsRequest)
Describes one or more of your VPN connections.
|
default CompletableFuture<DescribeVpnConnectionsResponse> |
EC2AsyncClient.describeVpnConnections(DescribeVpnConnectionsRequest describeVpnConnectionsRequest)
Describes one or more of your VPN connections.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeVpnConnectionsRequest> |
DescribeVpnConnectionsRequestMarshaller.marshall(DescribeVpnConnectionsRequest describeVpnConnectionsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeVpnConnectionsRequest> |
DescribeVpnConnectionsRequestMarshaller.marshall(DescribeVpnConnectionsRequest describeVpnConnectionsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeVpnConnectionsRequest> |
EC2ClientWaiters.vpnConnectionAvailable()
Builds a VpnConnectionAvailable waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeVpnConnectionsRequest> |
EC2ClientWaiters.vpnConnectionDeleted()
Builds a VpnConnectionDeleted waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpnConnectionsResponse |
DescribeVpnConnectionsFunction.apply(DescribeVpnConnectionsRequest describeVpnConnectionsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.