Uses of Class
com.amazonaws.services.ec2.model.GatewayType
-
Packages that use GatewayType Package Description com.amazonaws.services.ec2.model -
-
Uses of GatewayType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return GatewayType Modifier and Type Method Description static GatewayType
GatewayType. fromValue(String value)
Use this in place of valueOf.static GatewayType
GatewayType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GatewayType[]
GatewayType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type GatewayType Modifier and Type Method Description void
CreateCustomerGatewayRequest. setType(GatewayType type)
The type of VPN connection that this customer gateway supports (ipsec.1
).void
CreateVpnGatewayRequest. setType(GatewayType type)
The type of VPN connection this virtual private gateway supports.void
VpnConnection. setType(GatewayType type)
The type of VPN connection.void
VpnGateway. setType(GatewayType type)
The type of VPN connection the virtual private gateway supports.CreateCustomerGatewayRequest
CreateCustomerGatewayRequest. withType(GatewayType type)
The type of VPN connection that this customer gateway supports (ipsec.1
).CreateVpnGatewayRequest
CreateVpnGatewayRequest. withType(GatewayType type)
The type of VPN connection this virtual private gateway supports.VpnConnection
VpnConnection. withType(GatewayType type)
The type of VPN connection.VpnGateway
VpnGateway. withType(GatewayType type)
The type of VPN connection the virtual private gateway supports.Constructors in com.amazonaws.services.ec2.model with parameters of type GatewayType Constructor Description CreateCustomerGatewayRequest(GatewayType type, String publicIp, Integer bgpAsn)
Constructs a new CreateCustomerGatewayRequest object.CreateVpnGatewayRequest(GatewayType type)
Constructs a new CreateVpnGatewayRequest object.
-