Uses of Class
software.amazon.awssdk.services.emr.model.StopNotebookExecutionResponse
-
Packages that use StopNotebookExecutionResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of StopNotebookExecutionResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return StopNotebookExecutionResponse Modifier and Type Method Description default StopNotebookExecutionResponseEmrClient. stopNotebookExecution(Consumer<StopNotebookExecutionRequest.Builder> stopNotebookExecutionRequest)Stops a notebook execution.default StopNotebookExecutionResponseEmrClient. stopNotebookExecution(StopNotebookExecutionRequest stopNotebookExecutionRequest)Stops a notebook execution.Methods in software.amazon.awssdk.services.emr that return types with arguments of type StopNotebookExecutionResponse Modifier and Type Method 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.
-