Uses of Enum
com.amazonaws.services.ec2.model.GatewayType
Packages that use GatewayType
-
Uses of GatewayType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return GatewayTypeModifier and TypeMethodDescriptionstatic GatewayType
Use this in place of valueOf.static GatewayType
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 GatewayTypeModifier and TypeMethodDescriptionvoid
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.withType
(GatewayType type) The type of VPN connection that this customer gateway supports (ipsec.1
).CreateVpnGatewayRequest.withType
(GatewayType type) The type of VPN connection this virtual private gateway supports.VpnConnection.withType
(GatewayType type) The type of VPN connection.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 GatewayTypeModifierConstructorDescriptionCreateCustomerGatewayRequest
(GatewayType type, String publicIp, Integer bgpAsn) Constructs a new CreateCustomerGatewayRequest object.Constructs a new CreateVpnGatewayRequest object.