Uses of Class
software.amazon.awssdk.services.emr.model.OutputNotebookS3LocationForOutput
-
Packages that use OutputNotebookS3LocationForOutput Package Description software.amazon.awssdk.services.emr.model -
-
Uses of OutputNotebookS3LocationForOutput in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return OutputNotebookS3LocationForOutput Modifier and Type Method Description OutputNotebookS3LocationForOutputNotebookExecution. outputNotebookS3Location()The Amazon S3 location for the notebook execution output.Methods in software.amazon.awssdk.services.emr.model with parameters of type OutputNotebookS3LocationForOutput Modifier and Type Method Description NotebookExecution.BuilderNotebookExecution.Builder. outputNotebookS3Location(OutputNotebookS3LocationForOutput outputNotebookS3Location)The Amazon S3 location for the notebook execution output.
-