Uses of Class
com.oracle.bmc.apmtraces.model.AttributeMetadata.AttributeUnit
-
Packages that use AttributeMetadata.AttributeUnit Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeMetadata.AttributeUnit in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeMetadata.AttributeUnit Modifier and Type Method Description static AttributeMetadata.AttributeUnit
AttributeMetadata.AttributeUnit. create(String key)
AttributeMetadata.AttributeUnit
AttributeMetadata. getAttributeUnit()
Unit associated with the attribute key.static AttributeMetadata.AttributeUnit
AttributeMetadata.AttributeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeMetadata.AttributeUnit[]
AttributeMetadata.AttributeUnit. 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 AttributeMetadata.AttributeUnit Modifier and Type Method Description AttributeMetadata.Builder
AttributeMetadata.Builder. attributeUnit(AttributeMetadata.AttributeUnit attributeUnit)
Unit associated with the attribute key.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributeMetadata.AttributeUnit Constructor Description AttributeMetadata(AttributeMetadata.AttributeType attributeType, AttributeMetadata.AttributeUnit attributeUnit)
Deprecated.
-