Uses of Class
com.orbitz.consul.model.acl.AclResponse
-
Packages that use AclResponse Package Description com.orbitz.consul com.orbitz.consul.model.acl -
-
Uses of AclResponse in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type AclResponse Modifier and Type Method Description java.util.List<AclResponse>AclClient. getAclInfo(java.lang.String id)java.util.List<AclResponse>AclClient. listAcls() -
Uses of AclResponse in com.orbitz.consul.model.acl
Subclasses of AclResponse in com.orbitz.consul.model.acl Modifier and Type Class Description classImmutableAclResponseImmutable implementation ofAclResponse.Methods in com.orbitz.consul.model.acl with parameters of type AclResponse Modifier and Type Method Description static ImmutableAclResponseImmutableAclResponse. copyOf(AclResponse instance)Creates an immutable copy of aAclResponsevalue.ImmutableAclResponse.BuilderImmutableAclResponse.Builder. from(AclResponse instance)Fill a builder with attribute values from the providedAclResponseinstance.
-