Uses of Enum
software.amazon.awscdk.services.ec2.TransportProtocol
Packages that use TransportProtocol
-
Uses of TransportProtocol in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return TransportProtocolModifier and TypeMethodDescriptiondefault TransportProtocolClientVpnEndpointOptions.getTransportProtocol()The transport protocol to be used by the VPN session.final TransportProtocolClientVpnEndpointOptions.Jsii$Proxy.getTransportProtocol()final TransportProtocolClientVpnEndpointProps.Jsii$Proxy.getTransportProtocol()static TransportProtocolReturns 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.Methods in software.amazon.awscdk.services.ec2 with parameters of type TransportProtocolModifier 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()