Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static TransportProtocol |
TransportProtocol.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withTransportProtocol(TransportProtocol transportProtocol)
The transport protocol to be used by the VPN session.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withTransportProtocol(TransportProtocol transportProtocol)
The transport protocol used by the Client VPN endpoint.
|
Copyright © 2021. All rights reserved.