Uses of Class
com.oracle.bmc.datacatalog.model.JobLogCollection
-
Packages that use JobLogCollection Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.responses -
-
Uses of JobLogCollection in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return JobLogCollection Modifier and Type Method Description JobLogCollection
JobLogCollection.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type JobLogCollection Modifier and Type Method Description JobLogCollection.Builder
JobLogCollection.Builder. copy(JobLogCollection model)
-
Uses of JobLogCollection in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return JobLogCollection Modifier and Type Method Description JobLogCollection
ListJobLogsResponse. getJobLogCollection()
The returned JobLogCollection instance.Methods in com.oracle.bmc.datacatalog.responses with parameters of type JobLogCollection Modifier and Type Method Description ListJobLogsResponse.Builder
ListJobLogsResponse.Builder. jobLogCollection(JobLogCollection jobLogCollection)
The returned JobLogCollection instance.
-