Uses of Class
com.ibm.cloud.cloudant.v1.model.SchedulerJob
-
Packages that use SchedulerJob Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of SchedulerJob in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 that return types with arguments of type SchedulerJob Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<SchedulerJob>
Cloudant. getSchedulerJob(GetSchedulerJobOptions getSchedulerJobOptions)
Retrieve a replication scheduler job. -
Uses of SchedulerJob in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type SchedulerJob Modifier and Type Method Description List<SchedulerJob>
SchedulerJobsResult. getJobs()
Gets the jobs.
-