| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePresignedNotebookUrlResult> |
AbstractAmazonAthenaAsync.createPresignedNotebookUrlAsync(CreatePresignedNotebookUrlRequest request,
AsyncHandler<CreatePresignedNotebookUrlRequest,CreatePresignedNotebookUrlResult> asyncHandler) |
Future<CreatePresignedNotebookUrlResult> |
AmazonAthenaAsyncClient.createPresignedNotebookUrlAsync(CreatePresignedNotebookUrlRequest request,
AsyncHandler<CreatePresignedNotebookUrlRequest,CreatePresignedNotebookUrlResult> asyncHandler) |
Future<CreatePresignedNotebookUrlResult> |
AmazonAthenaAsync.createPresignedNotebookUrlAsync(CreatePresignedNotebookUrlRequest createPresignedNotebookUrlRequest,
AsyncHandler<CreatePresignedNotebookUrlRequest,CreatePresignedNotebookUrlResult> asyncHandler)
Gets an authentication token and the URL at which the notebook can be accessed.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePresignedNotebookUrlRequest |
CreatePresignedNotebookUrlRequest.clone() |
CreatePresignedNotebookUrlRequest |
CreatePresignedNotebookUrlRequest.withSessionId(String sessionId)
The session ID.
|
Copyright © 2025. All rights reserved.