Uses of Class
org.kiwiproject.consul.model.acl.PolicyResponse
Packages that use PolicyResponse
-
Uses of PolicyResponse in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return PolicyResponseModifier and TypeMethodDescriptionAclClient.createPolicy(Policy policy) AclClient.readPolicy(String id) AclClient.readPolicyByName(String name) AclClient.updatePolicy(String id, Policy policy) Methods in org.kiwiproject.consul that return types with arguments of type PolicyResponse -
Uses of PolicyResponse in org.kiwiproject.consul.model.acl
Subclasses of PolicyResponse in org.kiwiproject.consul.model.aclMethods in org.kiwiproject.consul.model.acl with parameters of type PolicyResponseModifier and TypeMethodDescriptionstatic ImmutablePolicyResponseImmutablePolicyResponse.copyOf(PolicyResponse instance) Creates an immutable copy of aPolicyResponsevalue.ImmutablePolicyResponse.Builder.from(PolicyResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.PolicyResponseinstance.