| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VpnConnection |
ModifyVpnTunnelOptionsResponse.vpnConnection()
Information about the VPN connection.
|
VpnConnection |
CreateVpnConnectionResponse.vpnConnection()
Information about the VPN connection.
|
VpnConnection |
ModifyVpnTunnelCertificateResponse.vpnConnection()
Information about the VPN connection.
|
VpnConnection |
ModifyVpnConnectionResponse.vpnConnection()
Information about the VPN connection.
|
VpnConnection |
ModifyVpnConnectionOptionsResponse.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 |
|---|---|
ModifyVpnTunnelOptionsResponse.Builder |
ModifyVpnTunnelOptionsResponse.Builder.vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
CreateVpnConnectionResponse.Builder |
CreateVpnConnectionResponse.Builder.vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
ModifyVpnTunnelCertificateResponse.Builder |
ModifyVpnTunnelCertificateResponse.Builder.vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
ModifyVpnConnectionResponse.Builder |
ModifyVpnConnectionResponse.Builder.vpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
ModifyVpnConnectionOptionsResponse.Builder |
ModifyVpnConnectionOptionsResponse.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 © 2022. All rights reserved.