Uses of Class
io.lakefs.clients.sdk.model.LoginInformation
-
Packages that use LoginInformation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of LoginInformation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type LoginInformation Modifier and Type Method Description AuthApi.APIloginRequestAuthApi.APIloginRequest. loginInformation(LoginInformation loginInformation)Set loginInformation -
Uses of LoginInformation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return LoginInformation Modifier and Type Method Description LoginInformationLoginInformation. accessKeyId(String accessKeyId)static LoginInformationLoginInformation. fromJson(String jsonString)Create an instance of LoginInformation given an JSON stringLoginInformationLoginInformation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.LoginInformationLoginInformation. secretAccessKey(String secretAccessKey)
-