Uses of Class
com.ngrok.definitions.EndpointMutualTls
Packages that use EndpointMutualTls
-
Uses of EndpointMutualTls in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type EndpointMutualTlsModifier and TypeMethodDescriptionHttpsEdge.getMutualTls()
edge modulesTlsEdge.getMutualTls()
Fetches the value of themutualTls
property. -
Uses of EndpointMutualTls in com.ngrok.services
Methods in com.ngrok.services that return EndpointMutualTlsModifier and TypeMethodDescriptionHttpsEdgeMutualTlsModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.HttpsEdgeMutualTlsModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeMutualTlsModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeMutualTlsModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointMutualTlsModifier and TypeMethodDescriptionHttpsEdgeMutualTlsModule.GetCallBuilder.call()
Initiates the API call asynchronously.HttpsEdgeMutualTlsModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeMutualTlsModule.GetCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeMutualTlsModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.