Uses of Class
com.oracle.bmc.apmtraces.model.AutoActivateToggleStatus.State
-
Packages that use AutoActivateToggleStatus.State Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AutoActivateToggleStatus.State in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AutoActivateToggleStatus.State Modifier and Type Method Description static AutoActivateToggleStatus.State
AutoActivateToggleStatus.State. create(String key)
AutoActivateToggleStatus.State
AutoActivateToggleStatus. getState()
State of autoactivation in this APM Domain.static AutoActivateToggleStatus.State
AutoActivateToggleStatus.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoActivateToggleStatus.State[]
AutoActivateToggleStatus.State. 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.State Modifier and Type Method Description AutoActivateToggleStatus.Builder
AutoActivateToggleStatus.Builder. state(AutoActivateToggleStatus.State state)
State of autoactivation in this APM Domain.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AutoActivateToggleStatus.State Constructor Description AutoActivateToggleStatus(AutoActivateToggleStatus.Status status, AutoActivateToggleStatus.State state, AutoActivateToggleStatus.DataKey dataKey)
Deprecated.
-