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 |
AmazonAthenaClient.createNotebook(CreateNotebookRequest request)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
CreateNotebookResult |
AbstractAmazonAthena.createNotebook(CreateNotebookRequest request) |
CreateNotebookResult |
AmazonAthena.createNotebook(CreateNotebookRequest createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
Future<CreateNotebookResult> |
AmazonAthenaAsyncClient.createNotebookAsync(CreateNotebookRequest request) |
Future<CreateNotebookResult> |
AbstractAmazonAthenaAsync.createNotebookAsync(CreateNotebookRequest request) |
Future<CreateNotebookResult> |
AmazonAthenaAsync.createNotebookAsync(CreateNotebookRequest createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
Future<CreateNotebookResult> |
AmazonAthenaAsyncClient.createNotebookAsync(CreateNotebookRequest request,
AsyncHandler<CreateNotebookRequest,CreateNotebookResult> asyncHandler) |
Future<CreateNotebookResult> |
AbstractAmazonAthenaAsync.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 |
---|---|
Future<CreateNotebookResult> |
AmazonAthenaAsyncClient.createNotebookAsync(CreateNotebookRequest request,
AsyncHandler<CreateNotebookRequest,CreateNotebookResult> asyncHandler) |
Future<CreateNotebookResult> |
AbstractAmazonAthenaAsync.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 |
---|---|
CreateNotebookRequest |
CreateNotebookRequest.clone() |
CreateNotebookRequest |
CreateNotebookRequest.withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
CreateNotebookRequest |
CreateNotebookRequest.withName(String name)
The name of the
ipynb file to be created in the Spark workgroup, without the .ipynb
extension. |
CreateNotebookRequest |
CreateNotebookRequest.withWorkGroup(String workGroup)
The name of the Spark enabled workgroup in which the notebook will be created.
|
Copyright © 2023. All rights reserved.