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