Uses of Class
com.oracle.bmc.apmtraces.model.AttributeResponse.AttributeNameSpace
-
Packages that use AttributeResponse.AttributeNameSpace Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeResponse.AttributeNameSpace in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeResponse.AttributeNameSpace Modifier and Type Method Description static AttributeResponse.AttributeNameSpace
AttributeResponse.AttributeNameSpace. create(String key)
AttributeResponse.AttributeNameSpace
AttributeResponse. getAttributeNameSpace()
Namespace of the attribute whose properties were updated.static AttributeResponse.AttributeNameSpace
AttributeResponse.AttributeNameSpace. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeResponse.AttributeNameSpace[]
AttributeResponse.AttributeNameSpace. 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 AttributeResponse.AttributeNameSpace Modifier and Type Method Description AttributeResponse.Builder
AttributeResponse.Builder. attributeNameSpace(AttributeResponse.AttributeNameSpace attributeNameSpace)
Namespace of the attribute whose properties were updated.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributeResponse.AttributeNameSpace Constructor Description AttributeResponse(String attributeName, AttributeResponse.AttributeType attributeType, AttributeResponse.Unit unit, String notes, AttributeResponse.OperationType operationType, AttributeResponse.AttributeNameSpace attributeNameSpace, AttributeResponse.AttributeStatus attributeStatus, Date timeUpdated)
Deprecated.
-