| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotebookExecutionsResponse> |
EmrAsyncClient.listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListNotebookExecutionsResponse |
EmrClient.listNotebookExecutions(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListNotebookExecutionsPublisher |
EmrAsyncClient.listNotebookExecutionsPaginator(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
default ListNotebookExecutionsIterable |
EmrClient.listNotebookExecutionsPaginator(Consumer<ListNotebookExecutionsRequest.Builder> listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
| Modifier and Type | Method and Description |
|---|---|
static ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.builder() |
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.editorId(String editorId)
The unique ID of the editor associated with the notebook execution.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.from(Instant from)
The beginning of time range filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.marker(String marker)
The pagination token, returned by a previous
ListNotebookExecutions call, that indicates the
start of the list for this ListNotebookExecutions call. |
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.status(NotebookExecutionStatus status)
The status filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.status(String status)
The status filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.to(Instant to)
The end of time range filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotebookExecutionsRequest.Builder> |
ListNotebookExecutionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.