Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeVpnConnectionsRequest |
DescribeVpnConnectionsRequest.clone() |
DescribeVpnConnectionsRequest |
DescribeVpnConnectionsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeVpnConnectionsRequest |
DescribeVpnConnectionsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeVpnConnectionsRequest |
DescribeVpnConnectionsRequest.withVpnConnectionIds(Collection<String> vpnConnectionIds)
One or more VPN connection IDs.
|
DescribeVpnConnectionsRequest |
DescribeVpnConnectionsRequest.withVpnConnectionIds(String... vpnConnectionIds)
One or more VPN connection IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeVpnConnectionsRequest> |
DescribeVpnConnectionsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeVpnConnectionsRequest> |
AmazonEC2Waiters.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> |
AmazonEC2Waiters.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 |
---|---|
DescribeVpnConnectionsResult |
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 © 2023. All rights reserved.