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