Uses of Class
io.lakefs.clients.api.model.Credentials
-
Packages that use Credentials Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Credentials in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return Credentials Modifier and Type Method Description CredentialsAuthApi. getCredentials(String userId, String accessKeyId)get credentialsMethods in io.lakefs.clients.api that return types with arguments of type Credentials Modifier and Type Method Description ApiResponse<Credentials>AuthApi. getCredentialsWithHttpInfo(String userId, String accessKeyId)get credentialsMethod parameters in io.lakefs.clients.api with type arguments of type Credentials Modifier and Type Method Description okhttp3.CallAuthApi. getCredentialsAsync(String userId, String accessKeyId, ApiCallback<Credentials> _callback)get credentials (asynchronously) -
Uses of Credentials in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Credentials Modifier and Type Method Description CredentialsCredentials. accessKeyId(String accessKeyId)CredentialsCredentials. creationDate(Long creationDate)Methods in io.lakefs.clients.api.model that return types with arguments of type Credentials Modifier and Type Method Description List<Credentials>CredentialsList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type Credentials Modifier and Type Method Description CredentialsListCredentialsList. addResultsItem(Credentials resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type Credentials Modifier and Type Method Description CredentialsListCredentialsList. results(List<Credentials> results)voidCredentialsList. setResults(List<Credentials> results)
-