Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
ListNotebookExecutionsResult |
AmazonElasticMapReduceClient.listNotebookExecutions(ListNotebookExecutionsRequest request)
Provides summaries of all notebook executions.
|
ListNotebookExecutionsResult |
AbstractAmazonElasticMapReduce.listNotebookExecutions(ListNotebookExecutionsRequest request) |
ListNotebookExecutionsResult |
AmazonElasticMapReduce.listNotebookExecutions(ListNotebookExecutionsRequest listNotebookExecutionsRequest)
Provides summaries of all notebook executions.
|
Modifier and Type | Method and Description |
---|---|
Future<ListNotebookExecutionsResult> |
AmazonElasticMapReduceAsyncClient.listNotebookExecutionsAsync(ListNotebookExecutionsRequest request,
AsyncHandler<ListNotebookExecutionsRequest,ListNotebookExecutionsResult> asyncHandler) |
Future<ListNotebookExecutionsResult> |
AmazonElasticMapReduceAsync.listNotebookExecutionsAsync(ListNotebookExecutionsRequest listNotebookExecutionsRequest,
AsyncHandler<ListNotebookExecutionsRequest,ListNotebookExecutionsResult> asyncHandler)
Provides summaries of all notebook executions.
|
Future<ListNotebookExecutionsResult> |
AbstractAmazonElasticMapReduceAsync.listNotebookExecutionsAsync(ListNotebookExecutionsRequest request,
AsyncHandler<ListNotebookExecutionsRequest,ListNotebookExecutionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListNotebookExecutionsResult |
ListNotebookExecutionsResult.clone() |
ListNotebookExecutionsResult |
ListNotebookExecutionsResult.withMarker(String marker)
A pagination token that a subsequent
ListNotebookExecutions can use to determine the next set of
results to retrieve. |
ListNotebookExecutionsResult |
ListNotebookExecutionsResult.withNotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
|
ListNotebookExecutionsResult |
ListNotebookExecutionsResult.withNotebookExecutions(NotebookExecutionSummary... notebookExecutions)
A list of notebook executions.
|
Copyright © 2023. All rights reserved.