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 VpnConnectionOptionsSpecificationVpnConnectionOptionsSpecification. clone()VpnConnectionOptionsSpecificationCreateVpnConnectionRequest. getOptions()Indicates whether the VPN connection requires static routes.VpnConnectionOptionsSpecificationVpnConnectionOptionsSpecification. 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 voidCreateVpnConnectionRequest. setOptions(VpnConnectionOptionsSpecification options)Indicates whether the VPN connection requires static routes.CreateVpnConnectionRequestCreateVpnConnectionRequest. withOptions(VpnConnectionOptionsSpecification options)Indicates whether the VPN connection requires static routes.
-