Uses of Class
software.amazon.awssdk.services.athena.model.CreatePresignedNotebookUrlRequest
-
Packages that use CreatePresignedNotebookUrlRequest Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.software.amazon.awssdk.services.athena.transform -
-
Uses of CreatePresignedNotebookUrlRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type CreatePresignedNotebookUrlRequest Modifier and Type Method Description default CompletableFuture<CreatePresignedNotebookUrlResponse>AthenaAsyncClient. createPresignedNotebookUrl(CreatePresignedNotebookUrlRequest createPresignedNotebookUrlRequest)Gets an authentication token and the URL at which the notebook can be accessed.default CreatePresignedNotebookUrlResponseAthenaClient. createPresignedNotebookUrl(CreatePresignedNotebookUrlRequest createPresignedNotebookUrlRequest)Gets an authentication token and the URL at which the notebook can be accessed. -
Uses of CreatePresignedNotebookUrlRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type CreatePresignedNotebookUrlRequest Modifier and Type Method Description SdkHttpFullRequestCreatePresignedNotebookUrlRequestMarshaller. marshall(CreatePresignedNotebookUrlRequest createPresignedNotebookUrlRequest)
-