Uses of Class
com.amazonaws.services.ec2.model.VpnConnectionOptionsSpecification

Packages that use VpnConnectionOptionsSpecification
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of VpnConnectionOptionsSpecification in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return VpnConnectionOptionsSpecification
 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
 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.
 



Copyright © 2016. All rights reserved.