Uses of Class
com.ngrok.definitions.EndpointTlsTerminationAtEdge.Builder
Packages that use EndpointTlsTerminationAtEdge.Builder
-
Uses of EndpointTlsTerminationAtEdge.Builder in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointTlsTerminationAtEdge.BuilderModifier and TypeMethodDescriptionEndpointTlsTerminationAtEdge.Builder.enabled(boolean enabled) trueif the module will be applied to traffic,falseto disable.trueif the module will be applied to traffic,falseto disable.EndpointTlsTerminationAtEdge.Builder.minVersion(String minVersion) The minimum TLS version used for termination and advertised to the client during the TLS handshake.EndpointTlsTerminationAtEdge.Builder.minVersion(Optional<String> minVersion) The minimum TLS version used for termination and advertised to the client during the TLS handshake.EndpointTlsTerminationAtEdge.newBuilder()Creates a new builder for theEndpointTlsTerminationAtEdgetype.