Uses of Class
com.oracle.bmc.apmtraces.model.AutoActivateStatus.DataKey
-
Packages that use AutoActivateStatus.DataKey Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AutoActivateStatus.DataKey in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AutoActivateStatus.DataKey Modifier and Type Method 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.Methods in com.oracle.bmc.apmtraces.model with parameters of type AutoActivateStatus.DataKey Modifier and Type Method Description AutoActivateStatus.Builder
AutoActivateStatus.Builder. dataKey(AutoActivateStatus.DataKey dataKey)
Data key type for which auto-activate needs needs to be turned on or off.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AutoActivateStatus.DataKey Constructor Description AutoActivateStatus(String state, AutoActivateStatus.DataKey dataKey)
Deprecated.
-