| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model | |
| software.amazon.awssdk.services.databrew.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
ListJobsResponse.jobs()
A list of jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Job... jobs)
A list of jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Collection<Job> jobs)
A list of jobs that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Job> |
ListJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Job> |
ListJobsIterable.jobs()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobs() member. |
Copyright © 2023. All rights reserved.