Uses of Class
org.kiwiproject.consul.model.acl.RoleResponse
Packages that use RoleResponse
-
Uses of RoleResponse in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return RoleResponseModifier and TypeMethodDescriptionAclClient.createRole(Role token) AclClient.readRoleByName(String name) AclClient.updateRole(String id, Role role) -
Uses of RoleResponse in org.kiwiproject.consul.model.acl
Subclasses of RoleResponse in org.kiwiproject.consul.model.aclMethods in org.kiwiproject.consul.model.acl with parameters of type RoleResponseModifier and TypeMethodDescriptionstatic ImmutableRoleResponseImmutableRoleResponse.copyOf(RoleResponse instance) Creates an immutable copy of aRoleResponsevalue.ImmutableRoleResponse.Builder.from(RoleResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.RoleResponseinstance.