| 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<ImportNotebookResult> |
AbstractAmazonAthenaAsync.importNotebookAsync(ImportNotebookRequest request,
AsyncHandler<ImportNotebookRequest,ImportNotebookResult> asyncHandler) |
Future<ImportNotebookResult> |
AmazonAthenaAsync.importNotebookAsync(ImportNotebookRequest importNotebookRequest,
AsyncHandler<ImportNotebookRequest,ImportNotebookResult> asyncHandler)
Imports a single
ipynb file to a Spark enabled workgroup. |
Future<ImportNotebookResult> |
AmazonAthenaAsyncClient.importNotebookAsync(ImportNotebookRequest request,
AsyncHandler<ImportNotebookRequest,ImportNotebookResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ImportNotebookRequest |
ImportNotebookRequest.clone() |
ImportNotebookRequest |
ImportNotebookRequest.withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to import the notebook is idempotent (executes only
once).
|
ImportNotebookRequest |
ImportNotebookRequest.withName(String name)
The name of the notebook to import.
|
ImportNotebookRequest |
ImportNotebookRequest.withNotebookS3LocationUri(String notebookS3LocationUri)
A URI that specifies the Amazon S3 location of a notebook file in
ipynb format. |
ImportNotebookRequest |
ImportNotebookRequest.withPayload(String payload)
The notebook content to be imported.
|
ImportNotebookRequest |
ImportNotebookRequest.withType(NotebookType type)
The notebook content type.
|
ImportNotebookRequest |
ImportNotebookRequest.withType(String type)
The notebook content type.
|
ImportNotebookRequest |
ImportNotebookRequest.withWorkGroup(String workGroup)
The name of the Spark enabled workgroup to import the notebook to.
|
Copyright © 2024. All rights reserved.