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