Uses of Class
io.lakefs.clients.api.model.PolicyList
-
Packages that use PolicyList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of PolicyList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return PolicyList Modifier and Type Method Description PolicyListAuthApi. listGroupPolicies(String groupId, String prefix, String after, Integer amount)list group policiesPolicyListAuthApi. listPolicies(String prefix, String after, Integer amount)list policiesPolicyListAuthApi. listUserPolicies(String userId, String prefix, String after, Integer amount, Boolean effective)list user policiesMethods in io.lakefs.clients.api that return types with arguments of type PolicyList Modifier and Type Method Description ApiResponse<PolicyList>AuthApi. listGroupPoliciesWithHttpInfo(String groupId, String prefix, String after, Integer amount)list group policiesApiResponse<PolicyList>AuthApi. listPoliciesWithHttpInfo(String prefix, String after, Integer amount)list policiesApiResponse<PolicyList>AuthApi. listUserPoliciesWithHttpInfo(String userId, String prefix, String after, Integer amount, Boolean effective)list user policiesMethod parameters in io.lakefs.clients.api with type arguments of type PolicyList Modifier and Type Method Description okhttp3.CallAuthApi. listGroupPoliciesAsync(String groupId, String prefix, String after, Integer amount, ApiCallback<PolicyList> _callback)list group policies (asynchronously)okhttp3.CallAuthApi. listPoliciesAsync(String prefix, String after, Integer amount, ApiCallback<PolicyList> _callback)list policies (asynchronously)okhttp3.CallAuthApi. listUserPoliciesAsync(String userId, String prefix, String after, Integer amount, Boolean effective, ApiCallback<PolicyList> _callback)list user policies (asynchronously) -
Uses of PolicyList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return PolicyList Modifier and Type Method Description PolicyListPolicyList. addResultsItem(Policy resultsItem)PolicyListPolicyList. pagination(Pagination pagination)PolicyListPolicyList. results(List<Policy> results)
-