Uses of Class
com.oracle.bmc.apmtraces.model.AutoActivateToggleStatus
-
Packages that use AutoActivateToggleStatus Package Description com.oracle.bmc.apmtraces.model com.oracle.bmc.apmtraces.responses -
-
Uses of AutoActivateToggleStatus in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AutoActivateToggleStatus Modifier and Type Method Description AutoActivateToggleStatus
AutoActivateToggleStatus.Builder. build()
Methods in com.oracle.bmc.apmtraces.model with parameters of type AutoActivateToggleStatus Modifier and Type Method Description AutoActivateToggleStatus.Builder
AutoActivateToggleStatus.Builder. copy(AutoActivateToggleStatus model)
-
Uses of AutoActivateToggleStatus in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return AutoActivateToggleStatus Modifier and Type Method Description AutoActivateToggleStatus
PutToggleAutoActivateResponse. getAutoActivateToggleStatus()
The returned AutoActivateToggleStatus instance.Methods in com.oracle.bmc.apmtraces.responses with parameters of type AutoActivateToggleStatus Modifier and Type Method Description PutToggleAutoActivateResponse.Builder
PutToggleAutoActivateResponse.Builder. autoActivateToggleStatus(AutoActivateToggleStatus autoActivateToggleStatus)
The returned AutoActivateToggleStatus instance.
-