Uses of Class
io.lakefs.clients.sdk.model.TagCreation
-
Packages that use TagCreation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of TagCreation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type TagCreation Modifier and Type Method Description TagsApi.APIcreateTagRequestTagsApi. createTag(String repository, TagCreation tagCreation)create tag -
Uses of TagCreation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return TagCreation Modifier and Type Method Description static TagCreationTagCreation. fromJson(String jsonString)Create an instance of TagCreation given an JSON stringTagCreationTagCreation. id(String id)TagCreationTagCreation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.TagCreationTagCreation. ref(String ref)
-