Uses of Class
software.amazon.awssdk.services.databrew.model.Job
-
Packages that use Job Package Description software.amazon.awssdk.services.databrew.model software.amazon.awssdk.services.databrew.paginators -
-
Uses of Job in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type Job Modifier and Type Method Description List<Job>ListJobsResponse. jobs()A list of jobs that are defined.Methods in software.amazon.awssdk.services.databrew.model with parameters of type Job Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Job... jobs)A list of jobs that are defined.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type Job Modifier and Type Method Description ListJobsResponse.BuilderListJobsResponse.Builder. jobs(Collection<Job> jobs)A list of jobs that are defined. -
Uses of Job in software.amazon.awssdk.services.databrew.paginators
Methods in software.amazon.awssdk.services.databrew.paginators that return types with arguments of type Job Modifier and Type Method Description SdkIterable<Job>ListJobsIterable. jobs()Returns an iterable to iterate through the paginatedListJobsResponse.jobs()member.SdkPublisher<Job>ListJobsPublisher. jobs()Returns a publisher that can be used to get a stream of data.
-