| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model | |
| software.amazon.awssdk.services.databrew.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobRun> |
ListJobRunsResponse.jobRuns()
A list of job runs that have occurred for the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.jobRuns(JobRun... jobRuns)
A list of job runs that have occurred for the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.jobRuns(Collection<JobRun> jobRuns)
A list of job runs that have occurred for the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<JobRun> |
ListJobRunsPublisher.jobRuns()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobRun> |
ListJobRunsIterable.jobRuns()
Returns an iterable to iterate through the paginated
ListJobRunsResponse.jobRuns() member. |
Copyright © 2023. All rights reserved.