| 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 |
|---|---|
CreatePresignedNotebookUrlResult |
AmazonAthenaClient.createPresignedNotebookUrl(CreatePresignedNotebookUrlRequest request)
Gets an authentication token and the URL at which the notebook can be accessed.
|
CreatePresignedNotebookUrlResult |
AbstractAmazonAthena.createPresignedNotebookUrl(CreatePresignedNotebookUrlRequest request) |
CreatePresignedNotebookUrlResult |
AmazonAthena.createPresignedNotebookUrl(CreatePresignedNotebookUrlRequest createPresignedNotebookUrlRequest)
Gets an authentication token and the URL at which the notebook can be accessed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePresignedNotebookUrlResult> |
AmazonAthenaAsyncClient.createPresignedNotebookUrlAsync(CreatePresignedNotebookUrlRequest request,
AsyncHandler<CreatePresignedNotebookUrlRequest,CreatePresignedNotebookUrlResult> asyncHandler) |
Future<CreatePresignedNotebookUrlResult> |
AbstractAmazonAthenaAsync.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 |
|---|---|
CreatePresignedNotebookUrlResult |
CreatePresignedNotebookUrlResult.clone() |
CreatePresignedNotebookUrlResult |
CreatePresignedNotebookUrlResult.withAuthToken(String authToken)
The authentication token for the notebook.
|
CreatePresignedNotebookUrlResult |
CreatePresignedNotebookUrlResult.withAuthTokenExpirationTime(Long authTokenExpirationTime)
The UTC epoch time when the authentication token expires.
|
CreatePresignedNotebookUrlResult |
CreatePresignedNotebookUrlResult.withNotebookUrl(String notebookUrl)
The URL of the notebook.
|
Copyright © 2023. All rights reserved.