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 GatewayTypeGatewayType. fromValue(String value)Use this in place of valueOf.static GatewayTypeGatewayType. 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 voidCreateCustomerGatewayRequest. 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.CreateCustomerGatewayRequestCreateCustomerGatewayRequest. withType(GatewayType type)The type of VPN connection that this customer gateway supports (ipsec.1).CreateVpnGatewayRequestCreateVpnGatewayRequest. withType(GatewayType type)The type of VPN connection this virtual private gateway supports.VpnConnectionVpnConnection. withType(GatewayType type)The type of VPN connection.VpnGatewayVpnGateway. 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.
-