Uses of Class
software.amazon.awssdk.services.athena.model.CreatePresignedNotebookUrlResponse
-
Packages that use CreatePresignedNotebookUrlResponse 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. -
-
Uses of CreatePresignedNotebookUrlResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return CreatePresignedNotebookUrlResponse Modifier and Type Method Description default CreatePresignedNotebookUrlResponseAthenaClient. createPresignedNotebookUrl(Consumer<CreatePresignedNotebookUrlRequest.Builder> 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.Methods in software.amazon.awssdk.services.athena that return types with arguments of type CreatePresignedNotebookUrlResponse Modifier and Type Method Description default CompletableFuture<CreatePresignedNotebookUrlResponse>AthenaAsyncClient. createPresignedNotebookUrl(Consumer<CreatePresignedNotebookUrlRequest.Builder> createPresignedNotebookUrlRequest)Gets an authentication token and the URL at which the notebook can be accessed.default CompletableFuture<CreatePresignedNotebookUrlResponse>AthenaAsyncClient. createPresignedNotebookUrl(CreatePresignedNotebookUrlRequest createPresignedNotebookUrlRequest)Gets an authentication token and the URL at which the notebook can be accessed.
-