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