Uses of Class
io.lakefs.clients.sdk.model.ACL
-
Packages that use ACL Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ACL in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return ACL Modifier and Type Method Description ACLAuthApi.APIgetGroupACLRequest. execute()Execute getGroupACL requestMethods in io.lakefs.clients.sdk that return types with arguments of type ACL Modifier and Type Method Description ApiResponse<ACL>AuthApi.APIgetGroupACLRequest. executeWithHttpInfo()Execute getGroupACL request with HTTP info returnedMethods in io.lakefs.clients.sdk with parameters of type ACL Modifier and Type Method Description AuthApi.APIsetGroupACLRequestAuthApi. setGroupACL(String groupId, ACL ACL)set ACL of groupMethod parameters in io.lakefs.clients.sdk with type arguments of type ACL Modifier and Type Method Description okhttp3.CallAuthApi.APIgetGroupACLRequest. executeAsync(ApiCallback<ACL> _callback)Execute getGroupACL request (asynchronously) -
Uses of ACL in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ACL Modifier and Type Method Description static ACLACL. fromJson(String jsonString)Create an instance of ACL given an JSON stringACLACL. permission(String permission)ACLACL. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-