| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| Modifier and Type | Method and Description |
|---|---|
default StopNotebookExecutionResponse |
EmrClient.stopNotebookExecution(Consumer<StopNotebookExecutionRequest.Builder> stopNotebookExecutionRequest)
Stops a notebook execution.
|
default StopNotebookExecutionResponse |
EmrClient.stopNotebookExecution(StopNotebookExecutionRequest stopNotebookExecutionRequest)
Stops a notebook execution.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopNotebookExecutionResponse> |
EmrAsyncClient.stopNotebookExecution(Consumer<StopNotebookExecutionRequest.Builder> stopNotebookExecutionRequest)
Stops a notebook execution.
|
default CompletableFuture<StopNotebookExecutionResponse> |
EmrAsyncClient.stopNotebookExecution(StopNotebookExecutionRequest stopNotebookExecutionRequest)
Stops a notebook execution.
|
Copyright © 2023. All rights reserved.