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