| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model | |
| software.amazon.awssdk.services.emrcontainers.paginators |
| Modifier and Type | Method and Description |
|---|---|
JobRun |
DescribeJobRunResponse.jobRun()
The output displays information about a job run.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobRun> |
ListJobRunsResponse.jobRuns()
This output lists information about the specified job runs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobRunResponse.Builder |
DescribeJobRunResponse.Builder.jobRun(JobRun jobRun)
The output displays information about a job run.
|
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.jobRuns(JobRun... jobRuns)
This output lists information about the specified job runs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResponse.Builder |
ListJobRunsResponse.Builder.jobRuns(Collection<JobRun> jobRuns)
This output lists information about the specified job runs.
|
| 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.