| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateNotebookResponse |
AthenaClient.createNotebook(Consumer<CreateNotebookRequest.Builder> createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
default CreateNotebookResponse |
AthenaClient.createNotebook(CreateNotebookRequest createNotebookRequest)
Creates an empty
ipynb file in the specified Apache Spark enabled workgroup. |
default DeleteNotebookResponse |
AthenaClient.deleteNotebook(Consumer<DeleteNotebookRequest.Builder> deleteNotebookRequest)
Deletes the specified notebook.
|
default DeleteNotebookResponse |
AthenaClient.deleteNotebook(DeleteNotebookRequest deleteNotebookRequest)
Deletes the specified notebook.
|
default ExportNotebookResponse |
AthenaClient.exportNotebook(Consumer<ExportNotebookRequest.Builder> exportNotebookRequest)
Exports the specified notebook and its metadata.
|
default ExportNotebookResponse |
AthenaClient.exportNotebook(ExportNotebookRequest exportNotebookRequest)
Exports the specified notebook and its metadata.
|
default GetNotebookMetadataResponse |
AthenaClient.getNotebookMetadata(Consumer<GetNotebookMetadataRequest.Builder> getNotebookMetadataRequest)
Retrieves notebook metadata for the specified notebook ID.
|
default GetNotebookMetadataResponse |
AthenaClient.getNotebookMetadata(GetNotebookMetadataRequest getNotebookMetadataRequest)
Retrieves notebook metadata for the specified notebook ID.
|
default GetQueryResultsResponse |
AthenaClient.getQueryResults(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
default GetQueryResultsResponse |
AthenaClient.getQueryResults(GetQueryResultsRequest getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
default GetQueryResultsIterable |
AthenaClient.getQueryResultsPaginator(Consumer<GetQueryResultsRequest.Builder> getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
default GetQueryResultsIterable |
AthenaClient.getQueryResultsPaginator(GetQueryResultsRequest getQueryResultsRequest)
Streams the results of a single query execution specified by
QueryExecutionId from the Athena query
results location in Amazon S3. |
default ImportNotebookResponse |
AthenaClient.importNotebook(Consumer<ImportNotebookRequest.Builder> importNotebookRequest)
Imports a single
ipynb file to a Spark enabled workgroup. |
default ImportNotebookResponse |
AthenaClient.importNotebook(ImportNotebookRequest importNotebookRequest)
Imports a single
ipynb file to a Spark enabled workgroup. |
default ListApplicationDpuSizesResponse |
AthenaClient.listApplicationDPUSizes(Consumer<ListApplicationDpuSizesRequest.Builder> listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
default ListApplicationDpuSizesResponse |
AthenaClient.listApplicationDPUSizes(ListApplicationDpuSizesRequest listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
default ListApplicationDPUSizesIterable |
AthenaClient.listApplicationDPUSizesPaginator(Consumer<ListApplicationDpuSizesRequest.Builder> listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
default ListApplicationDPUSizesIterable |
AthenaClient.listApplicationDPUSizesPaginator(ListApplicationDpuSizesRequest listApplicationDpuSizesRequest)
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1). |
default ListNotebookMetadataResponse |
AthenaClient.listNotebookMetadata(Consumer<ListNotebookMetadataRequest.Builder> listNotebookMetadataRequest)
Displays the notebook files for the specified workgroup in paginated format.
|
default ListNotebookMetadataResponse |
AthenaClient.listNotebookMetadata(ListNotebookMetadataRequest listNotebookMetadataRequest)
Displays the notebook files for the specified workgroup in paginated format.
|
default StartQueryExecutionResponse |
AthenaClient.startQueryExecution(Consumer<StartQueryExecutionRequest.Builder> startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
default StartQueryExecutionResponse |
AthenaClient.startQueryExecution(StartQueryExecutionRequest startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
default StartSessionResponse |
AthenaClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)
Creates a session for running calculations within a workgroup.
|
default StartSessionResponse |
AthenaClient.startSession(StartSessionRequest startSessionRequest)
Creates a session for running calculations within a workgroup.
|
default UpdateNotebookResponse |
AthenaClient.updateNotebook(Consumer<UpdateNotebookRequest.Builder> updateNotebookRequest)
Updates the contents of a Spark notebook.
|
default UpdateNotebookResponse |
AthenaClient.updateNotebook(UpdateNotebookRequest updateNotebookRequest)
Updates the contents of a Spark notebook.
|
default UpdateNotebookMetadataResponse |
AthenaClient.updateNotebookMetadata(Consumer<UpdateNotebookMetadataRequest.Builder> updateNotebookMetadataRequest)
Updates the metadata for a notebook.
|
default UpdateNotebookMetadataResponse |
AthenaClient.updateNotebookMetadata(UpdateNotebookMetadataRequest updateNotebookMetadataRequest)
Updates the metadata for a notebook.
|
Copyright © 2023. All rights reserved.