Uses of Class
com.oracle.bmc.apmtraces.model.AttributeUpdateResponse.AttributeStatus
-
Packages that use AttributeUpdateResponse.AttributeStatus Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeUpdateResponse.AttributeStatus in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeUpdateResponse.AttributeStatus Modifier and Type Method Description static AttributeUpdateResponse.AttributeStatus
AttributeUpdateResponse.AttributeStatus. create(String key)
AttributeUpdateResponse.AttributeStatus
AttributeUpdateResponse. getAttributeStatus()
Status of the attribute after this operation.static AttributeUpdateResponse.AttributeStatus
AttributeUpdateResponse.AttributeStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeUpdateResponse.AttributeStatus[]
AttributeUpdateResponse.AttributeStatus. 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.AttributeStatus Modifier and Type Method Description AttributeUpdateResponse.Builder
AttributeUpdateResponse.Builder. attributeStatus(AttributeUpdateResponse.AttributeStatus attributeStatus)
Status of the attribute after this operation.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributeUpdateResponse.AttributeStatus 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.
-