Uses of Enum
com.amazonaws.services.ec2.model.GatewayType
Packages that use GatewayType
-
Uses of GatewayType in com.amazonaws.services.ec2.model
Subclasses with type arguments of type GatewayType in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return GatewayTypeModifier and TypeMethodDescriptionstatic GatewayTypeUse this in place of valueOf.static GatewayTypeReturns 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 TypeMethodDescriptionvoidCreateCustomerGatewayRequest.setType(GatewayType type) The type of VPN connection that this customer gateway supports (ipsec.1).voidCreateVpnGatewayRequest.setType(GatewayType type) The type of VPN connection this virtual private gateway supports.voidVpnConnection.setType(GatewayType type) The type of VPN connection.voidVpnGateway.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.