Uses of Class
com.ngrok.definitions.IpRestriction
Packages that use IpRestriction
-
Uses of IpRestriction in com.ngrok.definitions
Methods in com.ngrok.definitions that return types with arguments of type IpRestrictionModifier and TypeMethodDescriptionIpRestrictionList.getIpRestrictions()
the list of all IP restrictions on this accountConstructor parameters in com.ngrok.definitions with type arguments of type IpRestrictionModifierConstructorDescriptionIpRestrictionList
(List<IpRestriction> ipRestrictions, URI uri, Optional<URI> nextPageUri) Creates a new instance ofIpRestrictionList
. -
Uses of IpRestriction in com.ngrok.services
Methods in com.ngrok.services that return IpRestrictionModifier and TypeMethodDescriptionIpRestrictions.CreateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.IpRestrictions.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.IpRestrictions.UpdateCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type IpRestriction