Uses of Class
com.oracle.bmc.apmtraces.model.AutoActivateToggleStatus.DataKey
-
Packages that use AutoActivateToggleStatus.DataKey Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AutoActivateToggleStatus.DataKey in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AutoActivateToggleStatus.DataKey Modifier and Type Method Description static AutoActivateToggleStatus.DataKey
AutoActivateToggleStatus.DataKey. create(String key)
AutoActivateToggleStatus.DataKey
AutoActivateToggleStatus. getDataKey()
Data key type for which auto-activate needs needs to be turned on or off.static AutoActivateToggleStatus.DataKey
AutoActivateToggleStatus.DataKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoActivateToggleStatus.DataKey[]
AutoActivateToggleStatus.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 AutoActivateToggleStatus.DataKey Modifier and Type Method Description AutoActivateToggleStatus.Builder
AutoActivateToggleStatus.Builder. dataKey(AutoActivateToggleStatus.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 AutoActivateToggleStatus.DataKey Constructor Description AutoActivateToggleStatus(AutoActivateToggleStatus.Status status, String state, AutoActivateToggleStatus.DataKey dataKey)
Deprecated.
-