| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers |
Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks
on Amazon Elastic Kubernetes Service (Amazon EKS).
|
| software.amazon.awssdk.services.emrcontainers.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJobRunsResponse |
EmrContainersClient.listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)
Lists job runs based on a set of parameters.
|
default ListJobRunsResponse |
EmrContainersClient.listJobRuns(ListJobRunsRequest listJobRunsRequest)
Lists job runs based on a set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobRunsResponse> |
EmrContainersAsyncClient.listJobRuns(Consumer<ListJobRunsRequest.Builder> listJobRunsRequest)
Lists job runs based on a set of parameters.
|
default CompletableFuture<ListJobRunsResponse> |
EmrContainersAsyncClient.listJobRuns(ListJobRunsRequest listJobRunsRequest)
Lists job runs based on a set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobRunsResponse> |
ListJobRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobRunsResponse> subscriber) |
Copyright © 2023. All rights reserved.