Uses of Class
com.oracle.bmc.apmtraces.model.TagMetadata.TagUnit
-
Packages that use TagMetadata.TagUnit Package Description com.oracle.bmc.apmtraces.model -
-
Uses of TagMetadata.TagUnit in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return TagMetadata.TagUnit Modifier and Type Method Description static TagMetadata.TagUnit
TagMetadata.TagUnit. create(String key)
TagMetadata.TagUnit
TagMetadata. getTagUnit()
Unit associated with the tag key.static TagMetadata.TagUnit
TagMetadata.TagUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TagMetadata.TagUnit[]
TagMetadata.TagUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmtraces.model with parameters of type TagMetadata.TagUnit Modifier and Type Method Description TagMetadata.Builder
TagMetadata.Builder. tagUnit(TagMetadata.TagUnit tagUnit)
Unit associated with the tag key.Constructors in com.oracle.bmc.apmtraces.model with parameters of type TagMetadata.TagUnit Constructor Description TagMetadata(TagMetadata.TagType tagType, TagMetadata.TagUnit tagUnit)
Deprecated.
-