| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static GatewayType |
GatewayType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GatewayType |
CreateVpnGatewayRequest.type()
The type of VPN connection this virtual private gateway supports.
|
GatewayType |
CreateCustomerGatewayRequest.type()
The type of VPN connection that this customer gateway supports (
ipsec.1). |
GatewayType |
VpnGateway.type()
The type of VPN connection the virtual private gateway supports.
|
GatewayType |
VpnConnection.type()
The type of VPN connection.
|
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 |
|---|---|
static Set<GatewayType> |
GatewayType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.type(GatewayType type)
The type of VPN connection this virtual private gateway supports.
|
CreateCustomerGatewayRequest.Builder |
CreateCustomerGatewayRequest.Builder.type(GatewayType type)
The type of VPN connection that this customer gateway supports (
ipsec.1). |
VpnGateway.Builder |
VpnGateway.Builder.type(GatewayType type)
The type of VPN connection the virtual private gateway supports.
|
VpnConnection.Builder |
VpnConnection.Builder.type(GatewayType type)
The type of VPN connection.
|
Copyright © 2021. All rights reserved.