| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model | |
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<NotebookExecutionSummary> |
ListNotebookExecutionsResponse.notebookExecutions()
A list of notebook executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotebookExecutionsResponse.Builder |
ListNotebookExecutionsResponse.Builder.notebookExecutions(NotebookExecutionSummary... notebookExecutions)
A list of notebook executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotebookExecutionsResponse.Builder |
ListNotebookExecutionsResponse.Builder.notebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NotebookExecutionSummary> |
ListNotebookExecutionsPublisher.notebookExecutions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NotebookExecutionSummary> |
ListNotebookExecutionsIterable.notebookExecutions()
Returns an iterable to iterate through the paginated
ListNotebookExecutionsResponse.notebookExecutions()
member. |
Copyright © 2023. All rights reserved.