Uses of Class
software.amazon.awssdk.services.emr.model.StopNotebookExecutionRequest
-
Packages that use StopNotebookExecutionRequest Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.transform -
-
Uses of StopNotebookExecutionRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type StopNotebookExecutionRequest Modifier and Type Method Description default CompletableFuture<StopNotebookExecutionResponse>EmrAsyncClient. stopNotebookExecution(StopNotebookExecutionRequest stopNotebookExecutionRequest)Stops a notebook execution.default StopNotebookExecutionResponseEmrClient. stopNotebookExecution(StopNotebookExecutionRequest stopNotebookExecutionRequest)Stops a notebook execution. -
Uses of StopNotebookExecutionRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type StopNotebookExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStopNotebookExecutionRequestMarshaller. marshall(StopNotebookExecutionRequest stopNotebookExecutionRequest)
-