Uses of Class
software.amazon.awssdk.services.ec2.model.VpnConnection
-
Packages that use VpnConnection Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpnConnection in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnConnection Modifier and Type Method Description VpnConnectionCreateVpnConnectionResponse. vpnConnection()Information about the VPN connection.VpnConnectionModifyVpnConnectionOptionsResponse. vpnConnection()Information about the VPN connection.VpnConnectionModifyVpnConnectionResponse. vpnConnection()Information about the VPN connection.VpnConnectionModifyVpnTunnelCertificateResponse. vpnConnection()Information about the VPN connection.VpnConnectionModifyVpnTunnelOptionsResponse. vpnConnection()Information about the VPN connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnConnection Modifier and Type Method Description List<VpnConnection>DescribeVpnConnectionsResponse. vpnConnections()Information about one or more VPN connections.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnConnection Modifier and Type Method Description CreateVpnConnectionResponse.BuilderCreateVpnConnectionResponse.Builder. vpnConnection(VpnConnection vpnConnection)Information about the VPN connection.ModifyVpnConnectionOptionsResponse.BuilderModifyVpnConnectionOptionsResponse.Builder. vpnConnection(VpnConnection vpnConnection)Information about the VPN connection.ModifyVpnConnectionResponse.BuilderModifyVpnConnectionResponse.Builder. vpnConnection(VpnConnection vpnConnection)Information about the VPN connection.ModifyVpnTunnelCertificateResponse.BuilderModifyVpnTunnelCertificateResponse.Builder. vpnConnection(VpnConnection vpnConnection)Information about the VPN connection.ModifyVpnTunnelOptionsResponse.BuilderModifyVpnTunnelOptionsResponse.Builder. vpnConnection(VpnConnection vpnConnection)Information about the VPN connection.DescribeVpnConnectionsResponse.BuilderDescribeVpnConnectionsResponse.Builder. vpnConnections(VpnConnection... vpnConnections)Information about one or more VPN connections.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnConnection Modifier and Type Method Description DescribeVpnConnectionsResponse.BuilderDescribeVpnConnectionsResponse.Builder. vpnConnections(Collection<VpnConnection> vpnConnections)Information about one or more VPN connections.
-