| 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<UpdateNotebookResult> |
AmazonAthenaAsyncClient.updateNotebookAsync(UpdateNotebookRequest request,
AsyncHandler<UpdateNotebookRequest,UpdateNotebookResult> asyncHandler) |
Future<UpdateNotebookResult> |
AbstractAmazonAthenaAsync.updateNotebookAsync(UpdateNotebookRequest request,
AsyncHandler<UpdateNotebookRequest,UpdateNotebookResult> asyncHandler) |
Future<UpdateNotebookResult> |
AmazonAthenaAsync.updateNotebookAsync(UpdateNotebookRequest updateNotebookRequest,
AsyncHandler<UpdateNotebookRequest,UpdateNotebookResult> asyncHandler)
Updates the contents of a Spark notebook.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookRequest |
UpdateNotebookRequest.clone() |
UpdateNotebookRequest |
UpdateNotebookRequest.withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
UpdateNotebookRequest |
UpdateNotebookRequest.withNotebookId(String notebookId)
The ID of the notebook to update.
|
UpdateNotebookRequest |
UpdateNotebookRequest.withPayload(String payload)
The updated content for the notebook.
|
UpdateNotebookRequest |
UpdateNotebookRequest.withSessionId(String sessionId)
The active notebook session ID.
|
UpdateNotebookRequest |
UpdateNotebookRequest.withType(NotebookType type)
The notebook content type.
|
UpdateNotebookRequest |
UpdateNotebookRequest.withType(String type)
The notebook content type.
|
Copyright © 2024. All rights reserved.