Uses of Class
software.amazon.awssdk.services.emr.model.NotebookS3LocationFromInput
-
Packages that use NotebookS3LocationFromInput Package Description software.amazon.awssdk.services.emr.model -
-
Uses of NotebookS3LocationFromInput in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return NotebookS3LocationFromInput Modifier and Type Method Description NotebookS3LocationFromInputStartNotebookExecutionRequest. notebookS3Location()The Amazon S3 location for the notebook execution input.Methods in software.amazon.awssdk.services.emr.model with parameters of type NotebookS3LocationFromInput Modifier and Type Method Description StartNotebookExecutionRequest.BuilderStartNotebookExecutionRequest.Builder. notebookS3Location(NotebookS3LocationFromInput notebookS3Location)The Amazon S3 location for the notebook execution input.
-