Uses of Class
com.ngrok.definitions.EndpointIpPolicy
Packages that use EndpointIpPolicy
-
Uses of EndpointIpPolicy in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type EndpointIpPolicyModifier and TypeMethodDescriptionHttpsEdgeRoute.getIpRestriction()
ip restriction module configuration ornull
TcpEdge.getIpRestriction()
Fetches the value of theipRestriction
property.TlsEdge.getIpRestriction()
Fetches the value of theipRestriction
property. -
Uses of EndpointIpPolicy in com.ngrok.services
Methods in com.ngrok.services that return EndpointIpPolicyModifier and TypeMethodDescriptionEdgeRouteIpRestrictionModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.EdgeRouteIpRestrictionModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TcpEdgeIpRestrictionModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TcpEdgeIpRestrictionModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeIpRestrictionModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.TlsEdgeIpRestrictionModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointIpPolicyModifier and TypeMethodDescriptionEdgeRouteIpRestrictionModule.GetCallBuilder.call()
Initiates the API call asynchronously.EdgeRouteIpRestrictionModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.TcpEdgeIpRestrictionModule.GetCallBuilder.call()
Initiates the API call asynchronously.TcpEdgeIpRestrictionModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeIpRestrictionModule.GetCallBuilder.call()
Initiates the API call asynchronously.TlsEdgeIpRestrictionModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.