| 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 |
|---|---|
CreateNotebookResult |
AbstractAmazonAthena.createNotebook(CreateNotebookRequest request) |
CreateNotebookResult |
AmazonAthenaClient.createNotebook(CreateNotebookRequest request)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
CreateNotebookResult |
AmazonAthena.createNotebook(CreateNotebookRequest createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateNotebookResult> |
AbstractAmazonAthenaAsync.createNotebookAsync(CreateNotebookRequest request,
AsyncHandler<CreateNotebookRequest,CreateNotebookResult> asyncHandler) |
Future<CreateNotebookResult> |
AmazonAthenaAsyncClient.createNotebookAsync(CreateNotebookRequest request,
AsyncHandler<CreateNotebookRequest,CreateNotebookResult> asyncHandler) |
Future<CreateNotebookResult> |
AmazonAthenaAsync.createNotebookAsync(CreateNotebookRequest createNotebookRequest,
AsyncHandler<CreateNotebookRequest,CreateNotebookResult> asyncHandler)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookResult |
CreateNotebookResult.clone() |
CreateNotebookResult |
CreateNotebookResult.withNotebookId(String notebookId)
A unique identifier for the notebook.
|
Copyright © 2024. All rights reserved.