Uses of Class
com.oracle.bmc.databasemanagement.model.LoadSqlTuningSetDetails.CaptureMode
-
Packages that use LoadSqlTuningSetDetails.CaptureMode Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of LoadSqlTuningSetDetails.CaptureMode in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return LoadSqlTuningSetDetails.CaptureMode Modifier and Type Method Description static LoadSqlTuningSetDetails.CaptureMode
LoadSqlTuningSetDetails.CaptureMode. create(String key)
LoadSqlTuningSetDetails.CaptureMode
LoadSqlTuningSetDetails. getCaptureMode()
Specifies the capture mode.static LoadSqlTuningSetDetails.CaptureMode
LoadSqlTuningSetDetails.CaptureMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadSqlTuningSetDetails.CaptureMode[]
LoadSqlTuningSetDetails.CaptureMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type LoadSqlTuningSetDetails.CaptureMode Modifier and Type Method Description LoadSqlTuningSetDetails.Builder
LoadSqlTuningSetDetails.Builder. captureMode(LoadSqlTuningSetDetails.CaptureMode captureMode)
Specifies the capture mode.
-