Uses of Class
io.lakefs.clients.api.model.Setup
-
Packages that use Setup Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Setup in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type Setup Modifier and Type Method Description CredentialsWithSecretConfigApi. setup(Setup setup)setup lakeFS and create a first userokhttp3.CallConfigApi. setupAsync(Setup setup, ApiCallback<CredentialsWithSecret> _callback)setup lakeFS and create a first user (asynchronously)okhttp3.CallConfigApi. setupCall(Setup setup, ApiCallback _callback)Build call for setupApiResponse<CredentialsWithSecret>ConfigApi. setupWithHttpInfo(Setup setup)setup lakeFS and create a first user -
Uses of Setup in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Setup Modifier and Type Method Description static SetupSetup. fromJson(String jsonString)Create an instance of Setup given an JSON stringSetupSetup. key(AccessKeyCredentials key)SetupSetup. username(String username)
-