Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AttributeUpdateResponse.Builder |
AttributeUpdateResponse.Builder.attributeNameSpace(AttributeUpdateResponse.AttributeNameSpace attributeNameSpace)
Namespace of the attribute whose properties were updated.
|
Constructor and Description |
---|
AttributeUpdateResponse(String attributeName,
AttributeUpdateResponse.AttributeType attributeType,
AttributeUpdateResponse.Unit unit,
String notes,
AttributeUpdateResponse.OperationType operationType,
AttributeUpdateResponse.AttributeStatus attributeStatus,
AttributeUpdateResponse.AttributeNameSpace attributeNameSpace,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.