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 VpnConnectionOptionsVpnConnectionOptions. clone()VpnConnectionOptionsVpnConnection. getOptions()The VPN connection options.VpnConnectionOptionsVpnConnectionOptions. 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 voidVpnConnection. setOptions(VpnConnectionOptions options)The VPN connection options.VpnConnectionVpnConnection. withOptions(VpnConnectionOptions options)The VPN connection options.
-