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