Uses of Class
com.ngrok.services.IpRestrictions.UpdateCallBuilder
-
Uses of IpRestrictions.UpdateCallBuilder in com.ngrok.services
Modifier and TypeMethodDescriptionIpRestrictions.UpdateCallBuilder.description
(String description) human-readable description of this IP restriction.IpRestrictions.UpdateCallBuilder.description
(Optional<String> description) human-readable description of this IP restriction.IpRestrictions.UpdateCallBuilder.enforced
(boolean enforced) true if the IP restriction will be enforced.true if the IP restriction will be enforced.IpRestrictions.UpdateCallBuilder.ipPolicyIds
(List<String> ipPolicyIds) the set of IP policy identifiers that are used to enforce the restrictionIpRestrictions.UpdateCallBuilder.ipPolicyIds
(Optional<List<String>> ipPolicyIds) the set of IP policy identifiers that are used to enforce the restrictionarbitrary user-defined machine-readable data of this IP restriction.arbitrary user-defined machine-readable data of this IP restriction.Update attributes of an IP restriction by ID See also https://ngrok.com/docs/api#api-ip-restrictions-update.