Uses of Class
com.oracle.bmc.databasemanagement.model.LoadSqlTuningSetDetails.LoadType
-
Packages that use LoadSqlTuningSetDetails.LoadType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of LoadSqlTuningSetDetails.LoadType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return LoadSqlTuningSetDetails.LoadType Modifier and Type Method Description static LoadSqlTuningSetDetails.LoadType
LoadSqlTuningSetDetails.LoadType. create(String key)
LoadSqlTuningSetDetails.LoadType
LoadSqlTuningSetDetails. getLoadType()
Specifies the loading method into the Sql tuning set.static LoadSqlTuningSetDetails.LoadType
LoadSqlTuningSetDetails.LoadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoadSqlTuningSetDetails.LoadType[]
LoadSqlTuningSetDetails.LoadType. 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.LoadType Modifier and Type Method Description LoadSqlTuningSetDetails.Builder
LoadSqlTuningSetDetails.Builder. loadType(LoadSqlTuningSetDetails.LoadType loadType)
Specifies the loading method into the Sql tuning set.
-