Uses of Class
com.oracle.bmc.databasemigration.model.JobSummary
-
Packages that use JobSummary Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model -
-
Uses of JobSummary in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return types with arguments of type JobSummary Modifier and Type Method Description Iterable<JobSummary>
DatabaseMigrationPaginators. listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over theJobSummary
objects contained in responses from the listJobs operation. -
Uses of JobSummary in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return JobSummary Modifier and Type Method Description JobSummary
JobSummary.Builder. build()
Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type JobSummary Modifier and Type Method Description List<JobSummary>
JobCollection. getItems()
Items in collection.Methods in com.oracle.bmc.databasemigration.model with parameters of type JobSummary Modifier and Type Method Description JobSummary.Builder
JobSummary.Builder. copy(JobSummary model)
Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type JobSummary Modifier and Type Method Description JobCollection.Builder
JobCollection.Builder. items(List<JobSummary> items)
Items in collection.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type JobSummary Constructor Description JobCollection(List<JobSummary> items)
Deprecated.
-