Uses of Class
com.oracle.bmc.databasemanagement.model.SqlTuningSetCollection
-
Packages that use SqlTuningSetCollection Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.responses -
-
Uses of SqlTuningSetCollection in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return SqlTuningSetCollection Modifier and Type Method Description SqlTuningSetCollection
SqlTuningSetCollection.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type SqlTuningSetCollection Modifier and Type Method Description SqlTuningSetCollection.Builder
SqlTuningSetCollection.Builder. copy(SqlTuningSetCollection model)
-
Uses of SqlTuningSetCollection in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return SqlTuningSetCollection Modifier and Type Method Description SqlTuningSetCollection
ListSqlTuningSetsResponse. getSqlTuningSetCollection()
The returned SqlTuningSetCollection instance.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type SqlTuningSetCollection Modifier and Type Method Description ListSqlTuningSetsResponse.Builder
ListSqlTuningSetsResponse.Builder. sqlTuningSetCollection(SqlTuningSetCollection sqlTuningSetCollection)
The returned SqlTuningSetCollection instance.
-