Uses of Class
org.kiwiproject.consul.model.acl.RoleListResponse
Packages that use RoleListResponse
-
Uses of RoleListResponse in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type RoleListResponseModifier and TypeMethodDescriptionAclClient.listRoles()AclClient.listRoles(RoleOptions roleOptions) -
Uses of RoleListResponse in org.kiwiproject.consul.model.acl
Subclasses of RoleListResponse in org.kiwiproject.consul.model.aclMethods in org.kiwiproject.consul.model.acl with parameters of type RoleListResponseModifier and TypeMethodDescriptionstatic ImmutableRoleListResponseImmutableRoleListResponse.copyOf(RoleListResponse instance) Creates an immutable copy of aRoleListResponsevalue.ImmutableRoleListResponse.Builder.from(RoleListResponse instance) Fill a builder with attribute values from the providedorg.kiwiproject.consul.model.acl.RoleListResponseinstance.