Uses of Class
io.lakefs.clients.sdk.model.CredentialsWithSecret
-
Packages that use CredentialsWithSecret Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of CredentialsWithSecret in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return CredentialsWithSecret Modifier and Type Method Description CredentialsWithSecretAuthApi.APIcreateCredentialsRequest. execute()Execute createCredentials requestCredentialsWithSecretInternalApi.APIsetupRequest. execute()Execute setup requestMethods in io.lakefs.clients.sdk that return types with arguments of type CredentialsWithSecret Modifier and Type Method Description ApiResponse<CredentialsWithSecret>AuthApi.APIcreateCredentialsRequest. executeWithHttpInfo()Execute createCredentials request with HTTP info returnedApiResponse<CredentialsWithSecret>InternalApi.APIsetupRequest. executeWithHttpInfo()Execute setup request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type CredentialsWithSecret Modifier and Type Method Description okhttp3.CallAuthApi.APIcreateCredentialsRequest. executeAsync(ApiCallback<CredentialsWithSecret> _callback)Execute createCredentials request (asynchronously)okhttp3.CallInternalApi.APIsetupRequest. executeAsync(ApiCallback<CredentialsWithSecret> _callback)Execute setup request (asynchronously) -
Uses of CredentialsWithSecret in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return CredentialsWithSecret Modifier and Type Method Description CredentialsWithSecretCredentialsWithSecret. accessKeyId(String accessKeyId)CredentialsWithSecretCredentialsWithSecret. creationDate(Long creationDate)static CredentialsWithSecretCredentialsWithSecret. fromJson(String jsonString)Create an instance of CredentialsWithSecret given an JSON stringCredentialsWithSecretCredentialsWithSecret. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.CredentialsWithSecretCredentialsWithSecret. secretAccessKey(String secretAccessKey)
-