Uses of Class
com.oracle.bmc.databasemanagement.model.Datafile
-
Packages that use Datafile Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Datafile in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Datafile Modifier and Type Method Description Datafile
Datafile.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type Datafile Modifier and Type Method Description List<Datafile>
Tablespace. getDatafiles()
A list of the data files associated with the tablespace.List<Datafile>
TablespaceSummary. getDatafiles()
A list of the data files associated with the tablespace.Methods in com.oracle.bmc.databasemanagement.model with parameters of type Datafile Modifier and Type Method Description Datafile.Builder
Datafile.Builder. copy(Datafile model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type Datafile Modifier and Type Method Description Tablespace.Builder
Tablespace.Builder. datafiles(List<Datafile> datafiles)
A list of the data files associated with the tablespace.TablespaceSummary.Builder
TablespaceSummary.Builder. datafiles(List<Datafile> datafiles)
A list of the data files associated with the tablespace.
-