| 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 | 
|---|---|
| Future<ListNotebookExecutionsResult> | AbstractAmazonElasticMapReduceAsync. 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> | AmazonElasticMapReduceAsyncClient. listNotebookExecutionsAsync(ListNotebookExecutionsRequest request,
                           AsyncHandler<ListNotebookExecutionsRequest,ListNotebookExecutionsResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ListNotebookExecutionsRequest | ListNotebookExecutionsRequest. clone() | 
| ListNotebookExecutionsRequest | ListNotebookExecutionsRequest. withEditorId(String editorId)
 The unique ID of the editor associated with the notebook execution. | 
| ListNotebookExecutionsRequest | ListNotebookExecutionsRequest. withFrom(Date from)
 The beginning of time range filter for listing notebook executions. | 
| ListNotebookExecutionsRequest | ListNotebookExecutionsRequest. withMarker(String marker)
 The pagination token, returned by a previous  ListNotebookExecutionscall, that indicates the start
 of the list for thisListNotebookExecutionscall. | 
| ListNotebookExecutionsRequest | ListNotebookExecutionsRequest. withStatus(NotebookExecutionStatus status)
 The status filter for listing notebook executions. | 
| ListNotebookExecutionsRequest | ListNotebookExecutionsRequest. withStatus(String status)
 The status filter for listing notebook executions. | 
| ListNotebookExecutionsRequest | ListNotebookExecutionsRequest. withTo(Date to)
 The end of time range filter for listing notebook executions. | 
Copyright © 2021. All rights reserved.