| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListNotebookExecutionsResponse |
EmrClient.listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListNotebookExecutionsResponse |
EmrClient.listNotebookExecutions(ListNotebookExecutionsRequest listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotebookExecutionsResponse> |
EmrAsyncClient.listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default CompletableFuture<ListNotebookExecutionsResponse> |
EmrAsyncClient.listNotebookExecutions(ListNotebookExecutionsRequest listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNotebookExecutionsResponse> |
ListNotebookExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotebookExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNotebookExecutionsResponse> subscriber) |
Copyright © 2022. All rights reserved.