Uses of Class
com.amazonaws.services.ec2.model.VpnConnectionOptions
-
Packages that use VpnConnectionOptions Package Description com.amazonaws.services.ec2.model -
-
Uses of VpnConnectionOptions in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpnConnectionOptions Modifier and Type Method Description VpnConnectionOptions
VpnConnectionOptions. clone()
VpnConnectionOptions
VpnConnection. getOptions()
The VPN connection options.VpnConnectionOptions
VpnConnectionOptions. withStaticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only.Methods in com.amazonaws.services.ec2.model with parameters of type VpnConnectionOptions Modifier and Type Method Description void
VpnConnection. setOptions(VpnConnectionOptions options)
The VPN connection options.VpnConnection
VpnConnection. withOptions(VpnConnectionOptions options)
The VPN connection options.
-