Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 |
VpnGateway.setType(GatewayType type)
The type of VPN connection the virtual private gateway supports.
|
void |
VpnConnection.setType(GatewayType type)
The type of VPN connection.
|
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.
|
VpnGateway |
VpnGateway.withType(GatewayType type)
The type of VPN connection the virtual private gateway supports.
|
VpnConnection |
VpnConnection.withType(GatewayType type)
The type of VPN connection.
|
Constructor and Description |
---|
CreateCustomerGatewayRequest(GatewayType type,
String publicIp,
Integer bgpAsn)
Constructs a new CreateCustomerGatewayRequest object.
|
CreateVpnGatewayRequest(GatewayType type)
Constructs a new CreateVpnGatewayRequest object.
|
Copyright © 2018. All rights reserved.