| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VpnConnection |
CreateVpnConnectionResponse.vpnConnection()
Information about the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpnConnection> |
DescribeVpnConnectionsResponse.vpnConnections()
Information about one or more VPN connections.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpnConnectionResponse.Builder |
CreateVpnConnectionResponse.Builder.vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
DescribeVpnConnectionsResponse.Builder |
DescribeVpnConnectionsResponse.Builder.vpnConnections(VpnConnection... vpnConnections)
Information about one or more VPN connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpnConnectionsResponse.Builder |
DescribeVpnConnectionsResponse.Builder.vpnConnections(Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
Copyright © 2019. All rights reserved.