Uses of Class
com.oracle.bmc.opsi.model.SqlPlanCollection
-
Packages that use SqlPlanCollection Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.responses -
-
Uses of SqlPlanCollection in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlPlanCollection Modifier and Type Method Description SqlPlanCollection
SqlPlanCollection.Builder. build()
Methods in com.oracle.bmc.opsi.model with parameters of type SqlPlanCollection Modifier and Type Method Description SqlPlanCollection.Builder
SqlPlanCollection.Builder. copy(SqlPlanCollection model)
-
Uses of SqlPlanCollection in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return SqlPlanCollection Modifier and Type Method Description SqlPlanCollection
ListSqlPlansResponse. getSqlPlanCollection()
The returned SqlPlanCollection instance.Methods in com.oracle.bmc.opsi.responses with parameters of type SqlPlanCollection Modifier and Type Method Description ListSqlPlansResponse.Builder
ListSqlPlansResponse.Builder. sqlPlanCollection(SqlPlanCollection sqlPlanCollection)
The returned SqlPlanCollection instance.
-