Uses of Class
io.lakefs.clients.api.model.CredentialsList
-
Packages that use CredentialsList Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of CredentialsList in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return CredentialsList Modifier and Type Method Description CredentialsListAuthApi. listUserCredentials(String userId, String prefix, String after, Integer amount)list user credentialsMethods in io.lakefs.clients.api that return types with arguments of type CredentialsList Modifier and Type Method Description ApiResponse<CredentialsList>AuthApi. listUserCredentialsWithHttpInfo(String userId, String prefix, String after, Integer amount)list user credentialsMethod parameters in io.lakefs.clients.api with type arguments of type CredentialsList Modifier and Type Method Description okhttp3.CallAuthApi. listUserCredentialsAsync(String userId, String prefix, String after, Integer amount, ApiCallback<CredentialsList> _callback)list user credentials (asynchronously) -
Uses of CredentialsList in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return CredentialsList Modifier and Type Method Description CredentialsListCredentialsList. addResultsItem(Credentials resultsItem)CredentialsListCredentialsList. pagination(Pagination pagination)CredentialsListCredentialsList. results(List<Credentials> results)
-