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