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