Uses of Class
com.ngrok.definitions.EndpointTlsTermination
Packages that use EndpointTlsTermination
-
Uses of EndpointTlsTermination in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointTlsTerminationModifier and TypeMethodDescriptionEndpointTlsTermination.Builder.build()
Constructs theEndpointTlsTermination
instance.Methods in com.ngrok.definitions that return types with arguments of type EndpointTlsTerminationModifier and TypeMethodDescriptionHttpsEdge.getTlsTermination()
Fetches the value of thetlsTermination
property.TlsEdge.getTlsTermination()
Fetches the value of thetlsTermination
property. -
Uses of EndpointTlsTermination in com.ngrok.services
Methods in com.ngrok.services that return EndpointTlsTerminationModifier and TypeMethodDescriptionHttpsEdgeTlsTerminationModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.HttpsEdgeTlsTerminationModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeTlsTerminationModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeTlsTerminationModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointTlsTerminationModifier and TypeMethodDescriptionHttpsEdgeTlsTerminationModule.GetCallBuilder.call()
Initiates the API call asynchronously.HttpsEdgeTlsTerminationModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeTlsTerminationModule.GetCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeTlsTerminationModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointTlsTerminationModifier and TypeMethodDescriptionTlsEdgeTlsTerminationModule.ReplaceCallBuilder.module
(EndpointTlsTermination module) Sets themodule
parameter.EdgesTls.CreateCallBuilder.tlsTermination
(EndpointTlsTermination tlsTermination) Sets thetls_termination
parameter.EdgesTls.UpdateCallBuilder.tlsTermination
(EndpointTlsTermination tlsTermination) Sets thetls_termination
parameter.Method parameters in com.ngrok.services with type arguments of type EndpointTlsTerminationModifier and TypeMethodDescriptionTlsEdgeTlsTerminationModule.ReplaceCallBuilder.module
(Optional<EndpointTlsTermination> module) Sets (or unsets) themodule
parameter.EdgesTls.CreateCallBuilder.tlsTermination
(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_termination
parameter.EdgesTls.UpdateCallBuilder.tlsTermination
(Optional<EndpointTlsTermination> tlsTermination) Sets (or unsets) thetls_termination
parameter.