Uses of Class
com.amazonaws.services.ec2.model.VpnConnection
Packages that use VpnConnection
-
Uses of VpnConnection in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpnConnectionModifier and TypeMethodDescriptionVpnConnection.clone()
CreateVpnConnectionResult.getVpnConnection()
Information about the VPN connection.VpnConnection.withCustomerGatewayConfiguration
(String customerGatewayConfiguration) The configuration information for the VPN connection's customer gateway (in the native XML format).VpnConnection.withCustomerGatewayId
(String customerGatewayId) The ID of the customer gateway at your end of the VPN connection.VpnConnection.withOptions
(VpnConnectionOptions options) The VPN connection options.VpnConnection.withRoutes
(VpnStaticRoute... routes) The static routes associated with the VPN connection.VpnConnection.withRoutes
(Collection<VpnStaticRoute> routes) The static routes associated with the VPN connection.The current state of the VPN connection.The current state of the VPN connection.Any tags assigned to the VPN connection.VpnConnection.withTags
(Collection<Tag> tags) Any tags assigned to the VPN connection.VpnConnection.withType
(GatewayType type) The type of VPN connection.The type of VPN connection.VpnConnection.withVgwTelemetry
(VgwTelemetry... vgwTelemetry) Information about the VPN tunnel.VpnConnection.withVgwTelemetry
(Collection<VgwTelemetry> vgwTelemetry) Information about the VPN tunnel.VpnConnection.withVpnConnectionId
(String vpnConnectionId) The ID of the VPN connection.VpnConnection.withVpnGatewayId
(String vpnGatewayId) The ID of the virtual private gateway at the AWS side of the VPN connection.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpnConnectionModifier and TypeMethodDescriptionDescribeVpnConnectionsResult.getVpnConnections()
Information about one or more VPN connections.Methods in com.amazonaws.services.ec2.model with parameters of type VpnConnectionModifier and TypeMethodDescriptionvoid
CreateVpnConnectionResult.setVpnConnection
(VpnConnection vpnConnection) Information about the VPN connection.CreateVpnConnectionResult.withVpnConnection
(VpnConnection vpnConnection) Information about the VPN connection.DescribeVpnConnectionsResult.withVpnConnections
(VpnConnection... vpnConnections) Information about one or more VPN connections.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpnConnectionModifier and TypeMethodDescriptionvoid
DescribeVpnConnectionsResult.setVpnConnections
(Collection<VpnConnection> vpnConnections) Information about one or more VPN connections.DescribeVpnConnectionsResult.withVpnConnections
(Collection<VpnConnection> vpnConnections) Information about one or more VPN connections.