Uses of Class
software.amazon.awssdk.services.databrew.model.JobRun
-
Packages that use JobRun Package Description software.amazon.awssdk.services.databrew.model software.amazon.awssdk.services.databrew.paginators -
-
Uses of JobRun in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type JobRun Modifier and Type Method Description List<JobRun>ListJobRunsResponse. jobRuns()A list of job runs that have occurred for the specified job.Methods in software.amazon.awssdk.services.databrew.model with parameters of type JobRun Modifier and Type Method Description ListJobRunsResponse.BuilderListJobRunsResponse.Builder. jobRuns(JobRun... jobRuns)A list of job runs that have occurred for the specified job.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type JobRun Modifier and Type Method Description ListJobRunsResponse.BuilderListJobRunsResponse.Builder. jobRuns(Collection<JobRun> jobRuns)A list of job runs that have occurred for the specified job. -
Uses of JobRun in software.amazon.awssdk.services.databrew.paginators
Methods in software.amazon.awssdk.services.databrew.paginators that return types with arguments of type JobRun Modifier and Type Method Description SdkIterable<JobRun>ListJobRunsIterable. jobRuns()Returns an iterable to iterate through the paginatedListJobRunsResponse.jobRuns()member.SdkPublisher<JobRun>ListJobRunsPublisher. jobRuns()Returns a publisher that can be used to get a stream of data.
-