Uses of Class
com.cloudera.cdp.datalake.model.DatalakeResourceTag
-
Packages that use DatalakeResourceTag Package Description com.cloudera.cdp.datalake.model -
-
Uses of DatalakeResourceTag in com.cloudera.cdp.datalake.model
Methods in com.cloudera.cdp.datalake.model that return types with arguments of type DatalakeResourceTag Modifier and Type Method Description List<DatalakeResourceTag>
Datalake. getTags()
Getter for tags.List<DatalakeResourceTag>
DatalakeDetails. getTags()
Getter for tags.List<DatalakeResourceTag>
ResizeDatalakeResponse. getTags()
Getter for tags.Method parameters in com.cloudera.cdp.datalake.model with type arguments of type DatalakeResourceTag Modifier and Type Method Description void
Datalake. setTags(List<DatalakeResourceTag> tags)
Setter for tags.void
DatalakeDetails. setTags(List<DatalakeResourceTag> tags)
Setter for tags.void
ResizeDatalakeResponse. setTags(List<DatalakeResourceTag> tags)
Setter for tags.
-