| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CreatePresignedNotebookUrlResponse |
AthenaClient.createPresignedNotebookUrl(Consumer<CreatePresignedNotebookUrlRequest.Builder> createPresignedNotebookUrlRequest)
Gets an authentication token and the URL at which the notebook can be accessed.
|
default CompletableFuture<CreatePresignedNotebookUrlResponse> |
AthenaAsyncClient.createPresignedNotebookUrl(Consumer<CreatePresignedNotebookUrlRequest.Builder> createPresignedNotebookUrlRequest)
Gets an authentication token and the URL at which the notebook can be accessed.
|
| Modifier and Type | Method and Description |
|---|---|
static CreatePresignedNotebookUrlRequest.Builder |
CreatePresignedNotebookUrlRequest.builder() |
CreatePresignedNotebookUrlRequest.Builder |
CreatePresignedNotebookUrlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePresignedNotebookUrlRequest.Builder |
CreatePresignedNotebookUrlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePresignedNotebookUrlRequest.Builder |
CreatePresignedNotebookUrlRequest.Builder.sessionId(String sessionId)
The session ID.
|
CreatePresignedNotebookUrlRequest.Builder |
CreatePresignedNotebookUrlRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePresignedNotebookUrlRequest.Builder> |
CreatePresignedNotebookUrlRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.