Uses of Class
com.oracle.bmc.dblm.model.ChildPdb
-
Packages that use ChildPdb Package Description com.oracle.bmc.dblm.model -
-
Uses of ChildPdb in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return ChildPdb Modifier and Type Method Description ChildPdb
ChildPdb.Builder. build()
Methods in com.oracle.bmc.dblm.model that return types with arguments of type ChildPdb Modifier and Type Method Description List<ChildPdb>
VulnerabilityResourceSummary. getChildPdbs()
PDBs for a CDB.Methods in com.oracle.bmc.dblm.model with parameters of type ChildPdb Modifier and Type Method Description ChildPdb.Builder
ChildPdb.Builder. copy(ChildPdb model)
Method parameters in com.oracle.bmc.dblm.model with type arguments of type ChildPdb Modifier and Type Method Description VulnerabilityResourceSummary.Builder
VulnerabilityResourceSummary.Builder. childPdbs(List<ChildPdb> childPdbs)
PDBs for a CDB.
-