Uses of Class
com.cloudera.cdp.df.model.FlowVersionTag
Packages that use FlowVersionTag
-
Uses of FlowVersionTag in com.cloudera.cdp.df.model
Methods in com.cloudera.cdp.df.model that return FlowVersionTagModifier and TypeMethodDescriptionCreateFlowVersionTagResponse.getFlowVersionTag()
Getter for flowVersionTag.DeleteFlowVersionTagResponse.getFlowVersionTag()
Getter for flowVersionTag.Methods in com.cloudera.cdp.df.model that return types with arguments of type FlowVersionTagModifier and TypeMethodDescriptionListFlowVersionTagsResponse.getFlowVersionTags()
Getter for flowVersionTags.FlowVersion.getTags()
Getter for tags.ImportFlowDefinitionVersionResponse.getTags()
Getter for tags.Methods in com.cloudera.cdp.df.model with parameters of type FlowVersionTagModifier and TypeMethodDescriptionvoid
CreateFlowVersionTagResponse.setFlowVersionTag
(FlowVersionTag flowVersionTag) Setter for flowVersionTag.void
DeleteFlowVersionTagResponse.setFlowVersionTag
(FlowVersionTag flowVersionTag) Setter for flowVersionTag.Method parameters in com.cloudera.cdp.df.model with type arguments of type FlowVersionTagModifier and TypeMethodDescriptionvoid
ListFlowVersionTagsResponse.setFlowVersionTags
(List<FlowVersionTag> flowVersionTags) Setter for flowVersionTags.void
FlowVersion.setTags
(List<FlowVersionTag> tags) Setter for tags.void
ImportFlowDefinitionVersionResponse.setTags
(List<FlowVersionTag> tags) Setter for tags.