Uses of Class
com.orbitz.consul.model.acl.PolicyResponse
-
Packages that use PolicyResponse Package Description com.orbitz.consul com.orbitz.consul.model.acl -
-
Uses of PolicyResponse in com.orbitz.consul
Methods in com.orbitz.consul that return PolicyResponse Modifier and Type Method Description PolicyResponseAclClient. createPolicy(Policy policy)PolicyResponseAclClient. readPolicy(java.lang.String id)PolicyResponseAclClient. updatePolicy(java.lang.String id, Policy policy)Methods in com.orbitz.consul that return types with arguments of type PolicyResponse Modifier and Type Method Description java.util.List<PolicyResponse>AclClient. listPolicies() -
Uses of PolicyResponse in com.orbitz.consul.model.acl
Subclasses of PolicyResponse in com.orbitz.consul.model.acl Modifier and Type Class Description classImmutablePolicyResponseImmutable implementation ofPolicyResponse.Methods in com.orbitz.consul.model.acl with parameters of type PolicyResponse Modifier and Type Method Description static ImmutablePolicyResponseImmutablePolicyResponse. copyOf(PolicyResponse instance)Creates an immutable copy of aPolicyResponsevalue.ImmutablePolicyResponse.BuilderImmutablePolicyResponse.Builder. from(PolicyResponse instance)Fill a builder with attribute values from the providedcom.orbitz.consul.model.acl.PolicyResponseinstance.
-