Uses of Class
software.amazon.awssdk.services.emr.model.NotebookS3LocationForOutput
-
Packages that use NotebookS3LocationForOutput Package Description software.amazon.awssdk.services.emr.model -
-
Uses of NotebookS3LocationForOutput in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return NotebookS3LocationForOutput Modifier and Type Method Description NotebookS3LocationForOutputNotebookExecution. notebookS3Location()The Amazon S3 location that stores the notebook execution input.NotebookS3LocationForOutputNotebookExecutionSummary. notebookS3Location()The Amazon S3 location that stores the notebook execution input.Methods in software.amazon.awssdk.services.emr.model with parameters of type NotebookS3LocationForOutput Modifier and Type Method Description NotebookExecution.BuilderNotebookExecution.Builder. notebookS3Location(NotebookS3LocationForOutput notebookS3Location)The Amazon S3 location that stores the notebook execution input.NotebookExecutionSummary.BuilderNotebookExecutionSummary.Builder. notebookS3Location(NotebookS3LocationForOutput notebookS3Location)The Amazon S3 location that stores the notebook execution input.
-