Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static AutoActivateStatus.DataKey |
AutoActivateStatus.DataKey.create(String key) |
AutoActivateStatus.DataKey |
AutoActivateStatus.getDataKey()
Data key type for which auto-activate needs needs to be turned on or off.
|
static AutoActivateStatus.DataKey |
AutoActivateStatus.DataKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoActivateStatus.DataKey[] |
AutoActivateStatus.DataKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoActivateStatus.Builder |
AutoActivateStatus.Builder.dataKey(AutoActivateStatus.DataKey dataKey)
Data key type for which auto-activate needs needs to be turned on or off.
|
Constructor and Description |
---|
AutoActivateStatus(String state,
AutoActivateStatus.DataKey dataKey)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.