| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TransportProtocol |
TransportProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransportProtocol |
ClientVpnEndpoint.transportProtocol()
The transport protocol used by the Client VPN endpoint.
|
TransportProtocol |
CreateClientVpnEndpointRequest.transportProtocol()
The transport protocol to be used by the VPN session.
|
static TransportProtocol |
TransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProtocol[] |
TransportProtocol.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<TransportProtocol> |
TransportProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.transportProtocol(TransportProtocol transportProtocol)
The transport protocol used by the Client VPN endpoint.
|
CreateClientVpnEndpointRequest.Builder |
CreateClientVpnEndpointRequest.Builder.transportProtocol(TransportProtocol transportProtocol)
The transport protocol to be used by the VPN session.
|
Copyright © 2021. All rights reserved.