Uses of Class
com.oracle.bmc.governancerulescontrolplane.model.Tag
-
Packages that use Tag Package Description com.oracle.bmc.governancerulescontrolplane.model -
-
Uses of Tag in com.oracle.bmc.governancerulescontrolplane.model
Methods in com.oracle.bmc.governancerulescontrolplane.model that return Tag Modifier and Type Method Description Tag
Tag.Builder. build()
Methods in com.oracle.bmc.governancerulescontrolplane.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
TagTemplate. getTags()
Represents an array of tags for tag namespace.Methods in com.oracle.bmc.governancerulescontrolplane.model with parameters of type Tag Modifier and Type Method Description Tag.Builder
Tag.Builder. copy(Tag model)
Method parameters in com.oracle.bmc.governancerulescontrolplane.model with type arguments of type Tag Modifier and Type Method Description TagTemplate.Builder
TagTemplate.Builder. tags(List<Tag> tags)
Represents an array of tags for tag namespace.Constructor parameters in com.oracle.bmc.governancerulescontrolplane.model with type arguments of type Tag Constructor Description TagTemplate(String name, String description, List<Tag> tags, List<TagDefault> tagDefaults)
Deprecated.
-