Uses of Class
com.cloudera.cdp.datalake.model.DatalakeResourceTag
Packages that use DatalakeResourceTag
-
Uses of DatalakeResourceTag in com.cloudera.cdp.datalake.model
Methods in com.cloudera.cdp.datalake.model that return types with arguments of type DatalakeResourceTagModifier and TypeMethodDescriptionDatalake.getTags()
Getter for tags.DatalakeDetails.getTags()
Getter for tags.ResizeDatalakeResponse.getTags()
Getter for tags.Method parameters in com.cloudera.cdp.datalake.model with type arguments of type DatalakeResourceTagModifier and TypeMethodDescriptionvoid
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.