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