Uses of Enum
software.amazon.awscdk.services.ec2.TransportProtocol
-
Uses of TransportProtocol in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptiondefault TransportProtocol
ClientVpnEndpointOptions.getTransportProtocol()
The transport protocol to be used by the VPN session.final TransportProtocol
ClientVpnEndpointOptions.Jsii$Proxy.getTransportProtocol()
final TransportProtocol
ClientVpnEndpointProps.Jsii$Proxy.getTransportProtocol()
static TransportProtocol
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 TypeMethodDescriptionClientVpnEndpoint.Builder.transportProtocol
(TransportProtocol transportProtocol) The transport protocol to be used by the VPN session.ClientVpnEndpointOptions.Builder.transportProtocol
(TransportProtocol transportProtocol) Sets the value ofClientVpnEndpointOptions.getTransportProtocol()
ClientVpnEndpointProps.Builder.transportProtocol
(TransportProtocol transportProtocol) Sets the value ofClientVpnEndpointOptions.getTransportProtocol()