Uses of Class
io.lakefs.clients.sdk.model.Setup
-
Packages that use Setup Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of Setup in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type Setup Modifier and Type Method Description InternalApi.APIsetupRequestInternalApi. setup(Setup setup)setup lakeFS and create a first user -
Uses of Setup in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.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. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.SetupSetup. username(String username)
-