@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonAthenaAsyncClient extends AmazonAthenaClient implements AmazonAthenaAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. You can point Athena at your data in Amazon S3 and run ad-hoc queries and get results in seconds. Athena is serverless, so there is no infrastructure to set up or manage. You pay only for the queries you run. Athena scales automatically—executing queries in parallel—so results are fast, even with large datasets and complex queries. For more information, see What is Amazon Athena in the Amazon Athena User Guide.
If you connect to Athena using the JDBC driver, use version 1.1.0 of the driver or later with the Amazon Athena API. Earlier version drivers do not support the API. For more information and to download the driver, see Accessing Amazon Athena with JDBC.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
batchGetNamedQuery, batchGetPreparedStatement, batchGetQueryExecution, builder, cancelCapacityReservation, createCapacityReservation, createDataCatalog, createNamedQuery, createNotebook, createPreparedStatement, createPresignedNotebookUrl, createWorkGroup, deleteCapacityReservation, deleteDataCatalog, deleteNamedQuery, deleteNotebook, deletePreparedStatement, deleteWorkGroup, exportNotebook, getCachedResponseMetadata, getCalculationExecution, getCalculationExecutionCode, getCalculationExecutionStatus, getCapacityAssignmentConfiguration, getCapacityReservation, getDatabase, getDataCatalog, getNamedQuery, getNotebookMetadata, getPreparedStatement, getQueryExecution, getQueryResults, getQueryRuntimeStatistics, getSession, getSessionStatus, getTableMetadata, getWorkGroup, importNotebook, listApplicationDPUSizes, listCalculationExecutions, listCapacityReservations, listDatabases, listDataCatalogs, listEngineVersions, listExecutors, listNamedQueries, listNotebookMetadata, listNotebookSessions, listPreparedStatements, listQueryExecutions, listSessions, listTableMetadata, listTagsForResource, listWorkGroups, putCapacityAssignmentConfiguration, startCalculationExecution, startQueryExecution, startSession, stopCalculationExecution, stopQueryExecution, tagResource, terminateSession, untagResource, updateCapacityReservation, updateDataCatalog, updateNamedQuery, updateNotebook, updateNotebookMetadata, updatePreparedStatement, updateWorkGroup
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchGetNamedQuery, batchGetPreparedStatement, batchGetQueryExecution, cancelCapacityReservation, createCapacityReservation, createDataCatalog, createNamedQuery, createNotebook, createPreparedStatement, createPresignedNotebookUrl, createWorkGroup, deleteCapacityReservation, deleteDataCatalog, deleteNamedQuery, deleteNotebook, deletePreparedStatement, deleteWorkGroup, exportNotebook, getCachedResponseMetadata, getCalculationExecution, getCalculationExecutionCode, getCalculationExecutionStatus, getCapacityAssignmentConfiguration, getCapacityReservation, getDatabase, getDataCatalog, getNamedQuery, getNotebookMetadata, getPreparedStatement, getQueryExecution, getQueryResults, getQueryRuntimeStatistics, getSession, getSessionStatus, getTableMetadata, getWorkGroup, importNotebook, listApplicationDPUSizes, listCalculationExecutions, listCapacityReservations, listDatabases, listDataCatalogs, listEngineVersions, listExecutors, listNamedQueries, listNotebookMetadata, listNotebookSessions, listPreparedStatements, listQueryExecutions, listSessions, listTableMetadata, listTagsForResource, listWorkGroups, putCapacityAssignmentConfiguration, startCalculationExecution, startQueryExecution, startSession, stopCalculationExecution, stopQueryExecution, tagResource, terminateSession, untagResource, updateCapacityReservation, updateDataCatalog, updateNamedQuery, updateNotebook, updateNotebookMetadata, updatePreparedStatement, updateWorkGroup
public static AmazonAthenaAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<BatchGetNamedQueryResult> batchGetNamedQueryAsync(BatchGetNamedQueryRequest request)
AmazonAthenaAsync
Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings. Requires you to have access to the workgroup in which the queries were saved. Use ListNamedQueriesInput to get the list of named query IDs in the specified workgroup. If information could not be retrieved for a submitted query ID, information about the query ID submitted is listed under UnprocessedNamedQueryId. Named queries differ from executed queries. Use BatchGetQueryExecutionInput to get details about each unique query execution, and ListQueryExecutionsInput to get a list of query execution IDs.
batchGetNamedQueryAsync
in interface AmazonAthenaAsync
request
- Contains an array of named query IDs.public Future<BatchGetNamedQueryResult> batchGetNamedQueryAsync(BatchGetNamedQueryRequest request, AsyncHandler<BatchGetNamedQueryRequest,BatchGetNamedQueryResult> asyncHandler)
AmazonAthenaAsync
Returns the details of a single named query or a list of up to 50 queries, which you provide as an array of query ID strings. Requires you to have access to the workgroup in which the queries were saved. Use ListNamedQueriesInput to get the list of named query IDs in the specified workgroup. If information could not be retrieved for a submitted query ID, information about the query ID submitted is listed under UnprocessedNamedQueryId. Named queries differ from executed queries. Use BatchGetQueryExecutionInput to get details about each unique query execution, and ListQueryExecutionsInput to get a list of query execution IDs.
batchGetNamedQueryAsync
in interface AmazonAthenaAsync
request
- Contains an array of named query IDs.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetPreparedStatementResult> batchGetPreparedStatementAsync(BatchGetPreparedStatementRequest request)
AmazonAthenaAsync
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of
prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared
statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in
UnprocessedPreparedStatementNames
.
batchGetPreparedStatementAsync
in interface AmazonAthenaAsync
public Future<BatchGetPreparedStatementResult> batchGetPreparedStatementAsync(BatchGetPreparedStatementRequest request, AsyncHandler<BatchGetPreparedStatementRequest,BatchGetPreparedStatementResult> asyncHandler)
AmazonAthenaAsync
Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of
prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared
statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in
UnprocessedPreparedStatementNames
.
batchGetPreparedStatementAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetQueryExecutionResult> batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request)
AmazonAthenaAsync
Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.
batchGetQueryExecutionAsync
in interface AmazonAthenaAsync
request
- Contains an array of query execution IDs.public Future<BatchGetQueryExecutionResult> batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request, AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler)
AmazonAthenaAsync
Returns the details of a single query execution or a list of up to 50 query executions, which you provide as an array of query execution ID strings. Requires you to have access to the workgroup in which the queries ran. To get a list of query execution IDs, use ListQueryExecutionsInput$WorkGroup. Query executions differ from named (saved) queries. Use BatchGetNamedQueryInput to get details about named queries.
batchGetQueryExecutionAsync
in interface AmazonAthenaAsync
request
- Contains an array of query execution IDs.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelCapacityReservationResult> cancelCapacityReservationAsync(CancelCapacityReservationRequest request)
AmazonAthenaAsync
Cancels the capacity reservation with the specified name. Cancelled reservations remain in your account and will be deleted 45 days after cancellation. During the 45 days, you cannot re-purpose or reuse a reservation that has been cancelled, but you can refer to its tags and view it for historical reference.
cancelCapacityReservationAsync
in interface AmazonAthenaAsync
public Future<CancelCapacityReservationResult> cancelCapacityReservationAsync(CancelCapacityReservationRequest request, AsyncHandler<CancelCapacityReservationRequest,CancelCapacityReservationResult> asyncHandler)
AmazonAthenaAsync
Cancels the capacity reservation with the specified name. Cancelled reservations remain in your account and will be deleted 45 days after cancellation. During the 45 days, you cannot re-purpose or reuse a reservation that has been cancelled, but you can refer to its tags and view it for historical reference.
cancelCapacityReservationAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateCapacityReservationResult> createCapacityReservationAsync(CreateCapacityReservationRequest request)
AmazonAthenaAsync
Creates a capacity reservation with the specified name and number of requested data processing units.
createCapacityReservationAsync
in interface AmazonAthenaAsync
public Future<CreateCapacityReservationResult> createCapacityReservationAsync(CreateCapacityReservationRequest request, AsyncHandler<CreateCapacityReservationRequest,CreateCapacityReservationResult> asyncHandler)
AmazonAthenaAsync
Creates a capacity reservation with the specified name and number of requested data processing units.
createCapacityReservationAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDataCatalogResult> createDataCatalogAsync(CreateDataCatalogRequest request)
AmazonAthenaAsync
Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same Amazon Web Services account.
createDataCatalogAsync
in interface AmazonAthenaAsync
public Future<CreateDataCatalogResult> createDataCatalogAsync(CreateDataCatalogRequest request, AsyncHandler<CreateDataCatalogRequest,CreateDataCatalogResult> asyncHandler)
AmazonAthenaAsync
Creates (registers) a data catalog with the specified name and properties. Catalogs created are visible to all users of the same Amazon Web Services account.
createDataCatalogAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateNamedQueryResult> createNamedQueryAsync(CreateNamedQueryRequest request)
AmazonAthenaAsync
Creates a named query in the specified workgroup. Requires that you have access to the workgroup.
createNamedQueryAsync
in interface AmazonAthenaAsync
public Future<CreateNamedQueryResult> createNamedQueryAsync(CreateNamedQueryRequest request, AsyncHandler<CreateNamedQueryRequest,CreateNamedQueryResult> asyncHandler)
AmazonAthenaAsync
Creates a named query in the specified workgroup. Requires that you have access to the workgroup.
createNamedQueryAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateNotebookResult> createNotebookAsync(CreateNotebookRequest request)
AmazonAthenaAsync
Creates an empty ipynb
file in the specified Apache Spark enabled workgroup. Throws an error if a
file in the workgroup with the same name already exists.
createNotebookAsync
in interface AmazonAthenaAsync
public Future<CreateNotebookResult> createNotebookAsync(CreateNotebookRequest request, AsyncHandler<CreateNotebookRequest,CreateNotebookResult> asyncHandler)
AmazonAthenaAsync
Creates an empty ipynb
file in the specified Apache Spark enabled workgroup. Throws an error if a
file in the workgroup with the same name already exists.
createNotebookAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePreparedStatementResult> createPreparedStatementAsync(CreatePreparedStatementRequest request)
AmazonAthenaAsync
Creates a prepared statement for use with SQL queries in Athena.
createPreparedStatementAsync
in interface AmazonAthenaAsync
public Future<CreatePreparedStatementResult> createPreparedStatementAsync(CreatePreparedStatementRequest request, AsyncHandler<CreatePreparedStatementRequest,CreatePreparedStatementResult> asyncHandler)
AmazonAthenaAsync
Creates a prepared statement for use with SQL queries in Athena.
createPreparedStatementAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePresignedNotebookUrlResult> createPresignedNotebookUrlAsync(CreatePresignedNotebookUrlRequest request)
AmazonAthenaAsync
Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access,
CreatePresignedNotebookUrl
must be called every 10 minutes to refresh the authentication token. For
information about granting programmatic access, see Grant
programmatic access.
createPresignedNotebookUrlAsync
in interface AmazonAthenaAsync
public Future<CreatePresignedNotebookUrlResult> createPresignedNotebookUrlAsync(CreatePresignedNotebookUrlRequest request, AsyncHandler<CreatePresignedNotebookUrlRequest,CreatePresignedNotebookUrlResult> asyncHandler)
AmazonAthenaAsync
Gets an authentication token and the URL at which the notebook can be accessed. During programmatic access,
CreatePresignedNotebookUrl
must be called every 10 minutes to refresh the authentication token. For
information about granting programmatic access, see Grant
programmatic access.
createPresignedNotebookUrlAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateWorkGroupResult> createWorkGroupAsync(CreateWorkGroupRequest request)
AmazonAthenaAsync
Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.
createWorkGroupAsync
in interface AmazonAthenaAsync
public Future<CreateWorkGroupResult> createWorkGroupAsync(CreateWorkGroupRequest request, AsyncHandler<CreateWorkGroupRequest,CreateWorkGroupResult> asyncHandler)
AmazonAthenaAsync
Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.
createWorkGroupAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCapacityReservationResult> deleteCapacityReservationAsync(DeleteCapacityReservationRequest request)
AmazonAthenaAsync
Deletes a cancelled capacity reservation. A reservation must be cancelled before it can be deleted. A deleted
reservation is immediately removed from your account and can no longer be referenced, including by its ARN. A
deleted reservation cannot be called by GetCapacityReservation
, and deleted reservations do not
appear in the output of ListCapacityReservations
.
deleteCapacityReservationAsync
in interface AmazonAthenaAsync
public Future<DeleteCapacityReservationResult> deleteCapacityReservationAsync(DeleteCapacityReservationRequest request, AsyncHandler<DeleteCapacityReservationRequest,DeleteCapacityReservationResult> asyncHandler)
AmazonAthenaAsync
Deletes a cancelled capacity reservation. A reservation must be cancelled before it can be deleted. A deleted
reservation is immediately removed from your account and can no longer be referenced, including by its ARN. A
deleted reservation cannot be called by GetCapacityReservation
, and deleted reservations do not
appear in the output of ListCapacityReservations
.
deleteCapacityReservationAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDataCatalogResult> deleteDataCatalogAsync(DeleteDataCatalogRequest request)
AmazonAthenaAsync
Deletes a data catalog.
deleteDataCatalogAsync
in interface AmazonAthenaAsync
public Future<DeleteDataCatalogResult> deleteDataCatalogAsync(DeleteDataCatalogRequest request, AsyncHandler<DeleteDataCatalogRequest,DeleteDataCatalogResult> asyncHandler)
AmazonAthenaAsync
Deletes a data catalog.
deleteDataCatalogAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteNamedQueryResult> deleteNamedQueryAsync(DeleteNamedQueryRequest request)
AmazonAthenaAsync
Deletes the named query if you have access to the workgroup in which the query was saved.
deleteNamedQueryAsync
in interface AmazonAthenaAsync
public Future<DeleteNamedQueryResult> deleteNamedQueryAsync(DeleteNamedQueryRequest request, AsyncHandler<DeleteNamedQueryRequest,DeleteNamedQueryResult> asyncHandler)
AmazonAthenaAsync
Deletes the named query if you have access to the workgroup in which the query was saved.
deleteNamedQueryAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteNotebookResult> deleteNotebookAsync(DeleteNotebookRequest request)
AmazonAthenaAsync
Deletes the specified notebook.
deleteNotebookAsync
in interface AmazonAthenaAsync
public Future<DeleteNotebookResult> deleteNotebookAsync(DeleteNotebookRequest request, AsyncHandler<DeleteNotebookRequest,DeleteNotebookResult> asyncHandler)
AmazonAthenaAsync
Deletes the specified notebook.
deleteNotebookAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePreparedStatementResult> deletePreparedStatementAsync(DeletePreparedStatementRequest request)
AmazonAthenaAsync
Deletes the prepared statement with the specified name from the specified workgroup.
deletePreparedStatementAsync
in interface AmazonAthenaAsync
public Future<DeletePreparedStatementResult> deletePreparedStatementAsync(DeletePreparedStatementRequest request, AsyncHandler<DeletePreparedStatementRequest,DeletePreparedStatementResult> asyncHandler)
AmazonAthenaAsync
Deletes the prepared statement with the specified name from the specified workgroup.
deletePreparedStatementAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteWorkGroupResult> deleteWorkGroupAsync(DeleteWorkGroupRequest request)
AmazonAthenaAsync
Deletes the workgroup with the specified name. The primary workgroup cannot be deleted.
deleteWorkGroupAsync
in interface AmazonAthenaAsync
public Future<DeleteWorkGroupResult> deleteWorkGroupAsync(DeleteWorkGroupRequest request, AsyncHandler<DeleteWorkGroupRequest,DeleteWorkGroupResult> asyncHandler)
AmazonAthenaAsync
Deletes the workgroup with the specified name. The primary workgroup cannot be deleted.
deleteWorkGroupAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ExportNotebookResult> exportNotebookAsync(ExportNotebookRequest request)
AmazonAthenaAsync
Exports the specified notebook and its metadata.
exportNotebookAsync
in interface AmazonAthenaAsync
public Future<ExportNotebookResult> exportNotebookAsync(ExportNotebookRequest request, AsyncHandler<ExportNotebookRequest,ExportNotebookResult> asyncHandler)
AmazonAthenaAsync
Exports the specified notebook and its metadata.
exportNotebookAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCalculationExecutionResult> getCalculationExecutionAsync(GetCalculationExecutionRequest request)
AmazonAthenaAsync
Describes a previously submitted calculation execution.
getCalculationExecutionAsync
in interface AmazonAthenaAsync
public Future<GetCalculationExecutionResult> getCalculationExecutionAsync(GetCalculationExecutionRequest request, AsyncHandler<GetCalculationExecutionRequest,GetCalculationExecutionResult> asyncHandler)
AmazonAthenaAsync
Describes a previously submitted calculation execution.
getCalculationExecutionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCalculationExecutionCodeResult> getCalculationExecutionCodeAsync(GetCalculationExecutionCodeRequest request)
AmazonAthenaAsync
Retrieves the unencrypted code that was executed for the calculation.
getCalculationExecutionCodeAsync
in interface AmazonAthenaAsync
public Future<GetCalculationExecutionCodeResult> getCalculationExecutionCodeAsync(GetCalculationExecutionCodeRequest request, AsyncHandler<GetCalculationExecutionCodeRequest,GetCalculationExecutionCodeResult> asyncHandler)
AmazonAthenaAsync
Retrieves the unencrypted code that was executed for the calculation.
getCalculationExecutionCodeAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCalculationExecutionStatusResult> getCalculationExecutionStatusAsync(GetCalculationExecutionStatusRequest request)
AmazonAthenaAsync
Gets the status of a current calculation.
getCalculationExecutionStatusAsync
in interface AmazonAthenaAsync
public Future<GetCalculationExecutionStatusResult> getCalculationExecutionStatusAsync(GetCalculationExecutionStatusRequest request, AsyncHandler<GetCalculationExecutionStatusRequest,GetCalculationExecutionStatusResult> asyncHandler)
AmazonAthenaAsync
Gets the status of a current calculation.
getCalculationExecutionStatusAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCapacityAssignmentConfigurationResult> getCapacityAssignmentConfigurationAsync(GetCapacityAssignmentConfigurationRequest request)
AmazonAthenaAsync
Gets the capacity assignment configuration for a capacity reservation, if one exists.
getCapacityAssignmentConfigurationAsync
in interface AmazonAthenaAsync
public Future<GetCapacityAssignmentConfigurationResult> getCapacityAssignmentConfigurationAsync(GetCapacityAssignmentConfigurationRequest request, AsyncHandler<GetCapacityAssignmentConfigurationRequest,GetCapacityAssignmentConfigurationResult> asyncHandler)
AmazonAthenaAsync
Gets the capacity assignment configuration for a capacity reservation, if one exists.
getCapacityAssignmentConfigurationAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCapacityReservationResult> getCapacityReservationAsync(GetCapacityReservationRequest request)
AmazonAthenaAsync
Returns information about the capacity reservation with the specified name.
getCapacityReservationAsync
in interface AmazonAthenaAsync
public Future<GetCapacityReservationResult> getCapacityReservationAsync(GetCapacityReservationRequest request, AsyncHandler<GetCapacityReservationRequest,GetCapacityReservationResult> asyncHandler)
AmazonAthenaAsync
Returns information about the capacity reservation with the specified name.
getCapacityReservationAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDataCatalogResult> getDataCatalogAsync(GetDataCatalogRequest request)
AmazonAthenaAsync
Returns the specified data catalog.
getDataCatalogAsync
in interface AmazonAthenaAsync
public Future<GetDataCatalogResult> getDataCatalogAsync(GetDataCatalogRequest request, AsyncHandler<GetDataCatalogRequest,GetDataCatalogResult> asyncHandler)
AmazonAthenaAsync
Returns the specified data catalog.
getDataCatalogAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDatabaseResult> getDatabaseAsync(GetDatabaseRequest request)
AmazonAthenaAsync
Returns a database object for the specified database and data catalog.
getDatabaseAsync
in interface AmazonAthenaAsync
public Future<GetDatabaseResult> getDatabaseAsync(GetDatabaseRequest request, AsyncHandler<GetDatabaseRequest,GetDatabaseResult> asyncHandler)
AmazonAthenaAsync
Returns a database object for the specified database and data catalog.
getDatabaseAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetNamedQueryResult> getNamedQueryAsync(GetNamedQueryRequest request)
AmazonAthenaAsync
Returns information about a single query. Requires that you have access to the workgroup in which the query was saved.
getNamedQueryAsync
in interface AmazonAthenaAsync
public Future<GetNamedQueryResult> getNamedQueryAsync(GetNamedQueryRequest request, AsyncHandler<GetNamedQueryRequest,GetNamedQueryResult> asyncHandler)
AmazonAthenaAsync
Returns information about a single query. Requires that you have access to the workgroup in which the query was saved.
getNamedQueryAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetNotebookMetadataResult> getNotebookMetadataAsync(GetNotebookMetadataRequest request)
AmazonAthenaAsync
Retrieves notebook metadata for the specified notebook ID.
getNotebookMetadataAsync
in interface AmazonAthenaAsync
public Future<GetNotebookMetadataResult> getNotebookMetadataAsync(GetNotebookMetadataRequest request, AsyncHandler<GetNotebookMetadataRequest,GetNotebookMetadataResult> asyncHandler)
AmazonAthenaAsync
Retrieves notebook metadata for the specified notebook ID.
getNotebookMetadataAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPreparedStatementResult> getPreparedStatementAsync(GetPreparedStatementRequest request)
AmazonAthenaAsync
Retrieves the prepared statement with the specified name from the specified workgroup.
getPreparedStatementAsync
in interface AmazonAthenaAsync
public Future<GetPreparedStatementResult> getPreparedStatementAsync(GetPreparedStatementRequest request, AsyncHandler<GetPreparedStatementRequest,GetPreparedStatementResult> asyncHandler)
AmazonAthenaAsync
Retrieves the prepared statement with the specified name from the specified workgroup.
getPreparedStatementAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQueryExecutionResult> getQueryExecutionAsync(GetQueryExecutionRequest request)
AmazonAthenaAsync
Returns information about a single execution of a query if you have access to the workgroup in which the query ran. Each time a query executes, information about the query execution is saved with a unique ID.
getQueryExecutionAsync
in interface AmazonAthenaAsync
public Future<GetQueryExecutionResult> getQueryExecutionAsync(GetQueryExecutionRequest request, AsyncHandler<GetQueryExecutionRequest,GetQueryExecutionResult> asyncHandler)
AmazonAthenaAsync
Returns information about a single execution of a query if you have access to the workgroup in which the query ran. Each time a query executes, information about the query execution is saved with a unique ID.
getQueryExecutionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQueryResultsResult> getQueryResultsAsync(GetQueryResultsRequest request)
AmazonAthenaAsync
Streams the results of a single query execution specified by QueryExecutionId
from the Athena query
results location in Amazon S3. For more information, see Working with query results, recent queries, and
output files in the Amazon Athena User Guide. This request does not execute the query but returns
results. Use StartQueryExecution to run a query.
To stream query results successfully, the IAM principal with permission to call GetQueryResults
also
must have permissions to the Amazon S3 GetObject
action for the Athena query results location.
IAM principals with permission to the Amazon S3 GetObject
action for the query results location are
able to retrieve query results from Amazon S3 even if permission to the GetQueryResults
action is
denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are
denied.
getQueryResultsAsync
in interface AmazonAthenaAsync
public Future<GetQueryResultsResult> getQueryResultsAsync(GetQueryResultsRequest request, AsyncHandler<GetQueryResultsRequest,GetQueryResultsResult> asyncHandler)
AmazonAthenaAsync
Streams the results of a single query execution specified by QueryExecutionId
from the Athena query
results location in Amazon S3. For more information, see Working with query results, recent queries, and
output files in the Amazon Athena User Guide. This request does not execute the query but returns
results. Use StartQueryExecution to run a query.
To stream query results successfully, the IAM principal with permission to call GetQueryResults
also
must have permissions to the Amazon S3 GetObject
action for the Athena query results location.
IAM principals with permission to the Amazon S3 GetObject
action for the query results location are
able to retrieve query results from Amazon S3 even if permission to the GetQueryResults
action is
denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are
denied.
getQueryResultsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQueryRuntimeStatisticsResult> getQueryRuntimeStatisticsAsync(GetQueryRuntimeStatisticsRequest request)
AmazonAthenaAsync
Returns query execution runtime statistics related to a single execution of a query if you have access to the
workgroup in which the query ran. Statistics from the Timeline
section of the response object are
available as soon as QueryExecutionStatus$State is in a SUCCEEDED or FAILED state. The remaining
non-timeline statistics in the response (like stage-level input and output row count and data size) are updated
asynchronously and may not be available immediately after a query completes. The non-timeline statistics are also
not included when a query has row-level filters defined in Lake Formation.
getQueryRuntimeStatisticsAsync
in interface AmazonAthenaAsync
public Future<GetQueryRuntimeStatisticsResult> getQueryRuntimeStatisticsAsync(GetQueryRuntimeStatisticsRequest request, AsyncHandler<GetQueryRuntimeStatisticsRequest,GetQueryRuntimeStatisticsResult> asyncHandler)
AmazonAthenaAsync
Returns query execution runtime statistics related to a single execution of a query if you have access to the
workgroup in which the query ran. Statistics from the Timeline
section of the response object are
available as soon as QueryExecutionStatus$State is in a SUCCEEDED or FAILED state. The remaining
non-timeline statistics in the response (like stage-level input and output row count and data size) are updated
asynchronously and may not be available immediately after a query completes. The non-timeline statistics are also
not included when a query has row-level filters defined in Lake Formation.
getQueryRuntimeStatisticsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSessionResult> getSessionAsync(GetSessionRequest request)
AmazonAthenaAsync
Gets the full details of a previously created session, including the session status and configuration.
getSessionAsync
in interface AmazonAthenaAsync
public Future<GetSessionResult> getSessionAsync(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
AmazonAthenaAsync
Gets the full details of a previously created session, including the session status and configuration.
getSessionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSessionStatusResult> getSessionStatusAsync(GetSessionStatusRequest request)
AmazonAthenaAsync
Gets the current status of a session.
getSessionStatusAsync
in interface AmazonAthenaAsync
public Future<GetSessionStatusResult> getSessionStatusAsync(GetSessionStatusRequest request, AsyncHandler<GetSessionStatusRequest,GetSessionStatusResult> asyncHandler)
AmazonAthenaAsync
Gets the current status of a session.
getSessionStatusAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTableMetadataResult> getTableMetadataAsync(GetTableMetadataRequest request)
AmazonAthenaAsync
Returns table metadata for the specified catalog, database, and table.
getTableMetadataAsync
in interface AmazonAthenaAsync
public Future<GetTableMetadataResult> getTableMetadataAsync(GetTableMetadataRequest request, AsyncHandler<GetTableMetadataRequest,GetTableMetadataResult> asyncHandler)
AmazonAthenaAsync
Returns table metadata for the specified catalog, database, and table.
getTableMetadataAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetWorkGroupResult> getWorkGroupAsync(GetWorkGroupRequest request)
AmazonAthenaAsync
Returns information about the workgroup with the specified name.
getWorkGroupAsync
in interface AmazonAthenaAsync
public Future<GetWorkGroupResult> getWorkGroupAsync(GetWorkGroupRequest request, AsyncHandler<GetWorkGroupRequest,GetWorkGroupResult> asyncHandler)
AmazonAthenaAsync
Returns information about the workgroup with the specified name.
getWorkGroupAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ImportNotebookResult> importNotebookAsync(ImportNotebookRequest request)
AmazonAthenaAsync
Imports a single ipynb
file to a Spark enabled workgroup. To import the notebook, the request must
specify a value for either Payload
or NoteBookS3LocationUri
. If neither is specified or
both are specified, an InvalidRequestException
occurs. The maximum file size that can be imported is
10 megabytes. If an ipynb
file with the same name already exists in the workgroup, throws an error.
importNotebookAsync
in interface AmazonAthenaAsync
public Future<ImportNotebookResult> importNotebookAsync(ImportNotebookRequest request, AsyncHandler<ImportNotebookRequest,ImportNotebookResult> asyncHandler)
AmazonAthenaAsync
Imports a single ipynb
file to a Spark enabled workgroup. To import the notebook, the request must
specify a value for either Payload
or NoteBookS3LocationUri
. If neither is specified or
both are specified, an InvalidRequestException
occurs. The maximum file size that can be imported is
10 megabytes. If an ipynb
file with the same name already exists in the workgroup, throws an error.
importNotebookAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListApplicationDPUSizesResult> listApplicationDPUSizesAsync(ListApplicationDPUSizesRequest request)
AmazonAthenaAsync
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1
).
listApplicationDPUSizesAsync
in interface AmazonAthenaAsync
public Future<ListApplicationDPUSizesResult> listApplicationDPUSizesAsync(ListApplicationDPUSizesRequest request, AsyncHandler<ListApplicationDPUSizesRequest,ListApplicationDPUSizesResult> asyncHandler)
AmazonAthenaAsync
Returns the supported DPU sizes for the supported application runtimes (for example,
Athena notebook version 1
).
listApplicationDPUSizesAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCalculationExecutionsResult> listCalculationExecutionsAsync(ListCalculationExecutionsRequest request)
AmazonAthenaAsync
Lists the calculations that have been submitted to a session in descending order. Newer calculations are listed first; older calculations are listed later.
listCalculationExecutionsAsync
in interface AmazonAthenaAsync
public Future<ListCalculationExecutionsResult> listCalculationExecutionsAsync(ListCalculationExecutionsRequest request, AsyncHandler<ListCalculationExecutionsRequest,ListCalculationExecutionsResult> asyncHandler)
AmazonAthenaAsync
Lists the calculations that have been submitted to a session in descending order. Newer calculations are listed first; older calculations are listed later.
listCalculationExecutionsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCapacityReservationsResult> listCapacityReservationsAsync(ListCapacityReservationsRequest request)
AmazonAthenaAsync
Lists the capacity reservations for the current account.
listCapacityReservationsAsync
in interface AmazonAthenaAsync
public Future<ListCapacityReservationsResult> listCapacityReservationsAsync(ListCapacityReservationsRequest request, AsyncHandler<ListCapacityReservationsRequest,ListCapacityReservationsResult> asyncHandler)
AmazonAthenaAsync
Lists the capacity reservations for the current account.
listCapacityReservationsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDataCatalogsResult> listDataCatalogsAsync(ListDataCatalogsRequest request)
AmazonAthenaAsync
Lists the data catalogs in the current Amazon Web Services account.
In the Athena console, data catalogs are listed as "data sources" on the Data sources page under the Data source name column.
listDataCatalogsAsync
in interface AmazonAthenaAsync
public Future<ListDataCatalogsResult> listDataCatalogsAsync(ListDataCatalogsRequest request, AsyncHandler<ListDataCatalogsRequest,ListDataCatalogsResult> asyncHandler)
AmazonAthenaAsync
Lists the data catalogs in the current Amazon Web Services account.
In the Athena console, data catalogs are listed as "data sources" on the Data sources page under the Data source name column.
listDataCatalogsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDatabasesResult> listDatabasesAsync(ListDatabasesRequest request)
AmazonAthenaAsync
Lists the databases in the specified data catalog.
listDatabasesAsync
in interface AmazonAthenaAsync
public Future<ListDatabasesResult> listDatabasesAsync(ListDatabasesRequest request, AsyncHandler<ListDatabasesRequest,ListDatabasesResult> asyncHandler)
AmazonAthenaAsync
Lists the databases in the specified data catalog.
listDatabasesAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEngineVersionsResult> listEngineVersionsAsync(ListEngineVersionsRequest request)
AmazonAthenaAsync
Returns a list of engine versions that are available to choose from, including the Auto option.
listEngineVersionsAsync
in interface AmazonAthenaAsync
public Future<ListEngineVersionsResult> listEngineVersionsAsync(ListEngineVersionsRequest request, AsyncHandler<ListEngineVersionsRequest,ListEngineVersionsResult> asyncHandler)
AmazonAthenaAsync
Returns a list of engine versions that are available to choose from, including the Auto option.
listEngineVersionsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListExecutorsResult> listExecutorsAsync(ListExecutorsRequest request)
AmazonAthenaAsync
Lists, in descending order, the executors that joined a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.
listExecutorsAsync
in interface AmazonAthenaAsync
public Future<ListExecutorsResult> listExecutorsAsync(ListExecutorsRequest request, AsyncHandler<ListExecutorsRequest,ListExecutorsResult> asyncHandler)
AmazonAthenaAsync
Lists, in descending order, the executors that joined a session. Newer executors are listed first; older executors are listed later. The result can be optionally filtered by state.
listExecutorsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNamedQueriesResult> listNamedQueriesAsync(ListNamedQueriesRequest request)
AmazonAthenaAsync
Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup.
listNamedQueriesAsync
in interface AmazonAthenaAsync
public Future<ListNamedQueriesResult> listNamedQueriesAsync(ListNamedQueriesRequest request, AsyncHandler<ListNamedQueriesRequest,ListNamedQueriesResult> asyncHandler)
AmazonAthenaAsync
Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup.
listNamedQueriesAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNotebookMetadataResult> listNotebookMetadataAsync(ListNotebookMetadataRequest request)
AmazonAthenaAsync
Displays the notebook files for the specified workgroup in paginated format.
listNotebookMetadataAsync
in interface AmazonAthenaAsync
public Future<ListNotebookMetadataResult> listNotebookMetadataAsync(ListNotebookMetadataRequest request, AsyncHandler<ListNotebookMetadataRequest,ListNotebookMetadataResult> asyncHandler)
AmazonAthenaAsync
Displays the notebook files for the specified workgroup in paginated format.
listNotebookMetadataAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListNotebookSessionsResult> listNotebookSessionsAsync(ListNotebookSessionsRequest request)
AmazonAthenaAsync
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like
CREATING
, CREATED
, IDLE
or BUSY
. Newer sessions are listed
first; older sessions are listed later.
listNotebookSessionsAsync
in interface AmazonAthenaAsync
public Future<ListNotebookSessionsResult> listNotebookSessionsAsync(ListNotebookSessionsRequest request, AsyncHandler<ListNotebookSessionsRequest,ListNotebookSessionsResult> asyncHandler)
AmazonAthenaAsync
Lists, in descending order, the sessions that have been created in a notebook that are in an active state like
CREATING
, CREATED
, IDLE
or BUSY
. Newer sessions are listed
first; older sessions are listed later.
listNotebookSessionsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPreparedStatementsResult> listPreparedStatementsAsync(ListPreparedStatementsRequest request)
AmazonAthenaAsync
Lists the prepared statements in the specified workgroup.
listPreparedStatementsAsync
in interface AmazonAthenaAsync
public Future<ListPreparedStatementsResult> listPreparedStatementsAsync(ListPreparedStatementsRequest request, AsyncHandler<ListPreparedStatementsRequest,ListPreparedStatementsResult> asyncHandler)
AmazonAthenaAsync
Lists the prepared statements in the specified workgroup.
listPreparedStatementsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQueryExecutionsResult> listQueryExecutionsAsync(ListQueryExecutionsRequest request)
AmazonAthenaAsync
Provides a list of available query execution IDs for the queries in the specified workgroup. Athena keeps a query history for 45 days. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran.
listQueryExecutionsAsync
in interface AmazonAthenaAsync
public Future<ListQueryExecutionsResult> listQueryExecutionsAsync(ListQueryExecutionsRequest request, AsyncHandler<ListQueryExecutionsRequest,ListQueryExecutionsResult> asyncHandler)
AmazonAthenaAsync
Provides a list of available query execution IDs for the queries in the specified workgroup. Athena keeps a query history for 45 days. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran.
listQueryExecutionsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSessionsResult> listSessionsAsync(ListSessionsRequest request)
AmazonAthenaAsync
Lists the sessions in a workgroup that are in an active state like CREATING
, CREATED
,
IDLE
, or BUSY
. Newer sessions are listed first; older sessions are listed later.
listSessionsAsync
in interface AmazonAthenaAsync
public Future<ListSessionsResult> listSessionsAsync(ListSessionsRequest request, AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler)
AmazonAthenaAsync
Lists the sessions in a workgroup that are in an active state like CREATING
, CREATED
,
IDLE
, or BUSY
. Newer sessions are listed first; older sessions are listed later.
listSessionsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTableMetadataResult> listTableMetadataAsync(ListTableMetadataRequest request)
AmazonAthenaAsync
Lists the metadata for the tables in the specified data catalog database.
listTableMetadataAsync
in interface AmazonAthenaAsync
public Future<ListTableMetadataResult> listTableMetadataAsync(ListTableMetadataRequest request, AsyncHandler<ListTableMetadataRequest,ListTableMetadataResult> asyncHandler)
AmazonAthenaAsync
Lists the metadata for the tables in the specified data catalog database.
listTableMetadataAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonAthenaAsync
Lists the tags associated with an Athena resource.
listTagsForResourceAsync
in interface AmazonAthenaAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonAthenaAsync
Lists the tags associated with an Athena resource.
listTagsForResourceAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListWorkGroupsResult> listWorkGroupsAsync(ListWorkGroupsRequest request)
AmazonAthenaAsync
Lists available workgroups for the account.
listWorkGroupsAsync
in interface AmazonAthenaAsync
public Future<ListWorkGroupsResult> listWorkGroupsAsync(ListWorkGroupsRequest request, AsyncHandler<ListWorkGroupsRequest,ListWorkGroupsResult> asyncHandler)
AmazonAthenaAsync
Lists available workgroups for the account.
listWorkGroupsAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutCapacityAssignmentConfigurationResult> putCapacityAssignmentConfigurationAsync(PutCapacityAssignmentConfigurationRequest request)
AmazonAthenaAsync
Puts a new capacity assignment configuration for a specified capacity reservation. If a capacity assignment configuration already exists for the capacity reservation, replaces the existing capacity assignment configuration.
putCapacityAssignmentConfigurationAsync
in interface AmazonAthenaAsync
public Future<PutCapacityAssignmentConfigurationResult> putCapacityAssignmentConfigurationAsync(PutCapacityAssignmentConfigurationRequest request, AsyncHandler<PutCapacityAssignmentConfigurationRequest,PutCapacityAssignmentConfigurationResult> asyncHandler)
AmazonAthenaAsync
Puts a new capacity assignment configuration for a specified capacity reservation. If a capacity assignment configuration already exists for the capacity reservation, replaces the existing capacity assignment configuration.
putCapacityAssignmentConfigurationAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartCalculationExecutionResult> startCalculationExecutionAsync(StartCalculationExecutionRequest request)
AmazonAthenaAsync
Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.
The request syntax requires the StartCalculationExecutionRequest$CodeBlock parameter or the CalculationConfiguration$CodeBlock parameter, but not both. Because CalculationConfiguration$CodeBlock is deprecated, use the StartCalculationExecutionRequest$CodeBlock parameter instead.
startCalculationExecutionAsync
in interface AmazonAthenaAsync
public Future<StartCalculationExecutionResult> startCalculationExecutionAsync(StartCalculationExecutionRequest request, AsyncHandler<StartCalculationExecutionRequest,StartCalculationExecutionResult> asyncHandler)
AmazonAthenaAsync
Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.
The request syntax requires the StartCalculationExecutionRequest$CodeBlock parameter or the CalculationConfiguration$CodeBlock parameter, but not both. Because CalculationConfiguration$CodeBlock is deprecated, use the StartCalculationExecutionRequest$CodeBlock parameter instead.
startCalculationExecutionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartQueryExecutionResult> startQueryExecutionAsync(StartQueryExecutionRequest request)
AmazonAthenaAsync
Runs the SQL query statements contained in the Query
. Requires you to have access to the workgroup
in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to
the catalog. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the
Amazon Athena User Guide.
startQueryExecutionAsync
in interface AmazonAthenaAsync
public Future<StartQueryExecutionResult> startQueryExecutionAsync(StartQueryExecutionRequest request, AsyncHandler<StartQueryExecutionRequest,StartQueryExecutionResult> asyncHandler)
AmazonAthenaAsync
Runs the SQL query statements contained in the Query
. Requires you to have access to the workgroup
in which the query ran. Running queries against an external catalog requires GetDataCatalog permission to
the catalog. For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples in the
Amazon Athena User Guide.
startQueryExecutionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartSessionResult> startSessionAsync(StartSessionRequest request)
AmazonAthenaAsync
Creates a session for running calculations within a workgroup. The session is ready when it reaches an
IDLE
state.
startSessionAsync
in interface AmazonAthenaAsync
public Future<StartSessionResult> startSessionAsync(StartSessionRequest request, AsyncHandler<StartSessionRequest,StartSessionResult> asyncHandler)
AmazonAthenaAsync
Creates a session for running calculations within a workgroup. The session is ready when it reaches an
IDLE
state.
startSessionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopCalculationExecutionResult> stopCalculationExecutionAsync(StopCalculationExecutionRequest request)
AmazonAthenaAsync
Requests the cancellation of a calculation. A StopCalculationExecution
call on a calculation that is
already in a terminal state (for example, STOPPED
, FAILED
, or COMPLETED
)
succeeds but has no effect.
Cancelling a calculation is done on a best effort basis. If a calculation cannot be cancelled, you can be charged for its completion. If you are concerned about being charged for a calculation that cannot be cancelled, consider terminating the session in which the calculation is running.
stopCalculationExecutionAsync
in interface AmazonAthenaAsync
public Future<StopCalculationExecutionResult> stopCalculationExecutionAsync(StopCalculationExecutionRequest request, AsyncHandler<StopCalculationExecutionRequest,StopCalculationExecutionResult> asyncHandler)
AmazonAthenaAsync
Requests the cancellation of a calculation. A StopCalculationExecution
call on a calculation that is
already in a terminal state (for example, STOPPED
, FAILED
, or COMPLETED
)
succeeds but has no effect.
Cancelling a calculation is done on a best effort basis. If a calculation cannot be cancelled, you can be charged for its completion. If you are concerned about being charged for a calculation that cannot be cancelled, consider terminating the session in which the calculation is running.
stopCalculationExecutionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopQueryExecutionResult> stopQueryExecutionAsync(StopQueryExecutionRequest request)
AmazonAthenaAsync
Stops a query execution. Requires you to have access to the workgroup in which the query ran.
stopQueryExecutionAsync
in interface AmazonAthenaAsync
public Future<StopQueryExecutionResult> stopQueryExecutionAsync(StopQueryExecutionRequest request, AsyncHandler<StopQueryExecutionRequest,StopQueryExecutionResult> asyncHandler)
AmazonAthenaAsync
Stops a query execution. Requires you to have access to the workgroup in which the query ran.
stopQueryExecutionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonAthenaAsync
Adds one or more tags to an Athena resource. A tag is a label that you assign to a resource. Each tag consists of a key and an optional value, both of which you define. For example, you can use tags to categorize Athena workgroups, data catalogs, or capacity reservations by purpose, owner, or environment. Use a consistent set of tag keys to make it easier to search and filter the resources in your account. For best practices, see Tagging Best Practices. Tag keys can be from 1 to 128 UTF-8 Unicode characters, and tag values can be from 0 to 256 UTF-8 Unicode characters. Tags can use letters and numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case-sensitive. Tag keys must be unique per resource. If you specify more than one tag, separate them by commas.
tagResourceAsync
in interface AmazonAthenaAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonAthenaAsync
Adds one or more tags to an Athena resource. A tag is a label that you assign to a resource. Each tag consists of a key and an optional value, both of which you define. For example, you can use tags to categorize Athena workgroups, data catalogs, or capacity reservations by purpose, owner, or environment. Use a consistent set of tag keys to make it easier to search and filter the resources in your account. For best practices, see Tagging Best Practices. Tag keys can be from 1 to 128 UTF-8 Unicode characters, and tag values can be from 0 to 256 UTF-8 Unicode characters. Tags can use letters and numbers representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case-sensitive. Tag keys must be unique per resource. If you specify more than one tag, separate them by commas.
tagResourceAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TerminateSessionResult> terminateSessionAsync(TerminateSessionRequest request)
AmazonAthenaAsync
Terminates an active session. A TerminateSession
call on a session that is already inactive (for
example, in a FAILED
, TERMINATED
or TERMINATING
state) succeeds but has no
effect. Calculations running in the session when TerminateSession
is called are forcefully stopped,
but may display as FAILED
instead of STOPPED
.
terminateSessionAsync
in interface AmazonAthenaAsync
public Future<TerminateSessionResult> terminateSessionAsync(TerminateSessionRequest request, AsyncHandler<TerminateSessionRequest,TerminateSessionResult> asyncHandler)
AmazonAthenaAsync
Terminates an active session. A TerminateSession
call on a session that is already inactive (for
example, in a FAILED
, TERMINATED
or TERMINATING
state) succeeds but has no
effect. Calculations running in the session when TerminateSession
is called are forcefully stopped,
but may display as FAILED
instead of STOPPED
.
terminateSessionAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonAthenaAsync
Removes one or more tags from an Athena resource.
untagResourceAsync
in interface AmazonAthenaAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonAthenaAsync
Removes one or more tags from an Athena resource.
untagResourceAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCapacityReservationResult> updateCapacityReservationAsync(UpdateCapacityReservationRequest request)
AmazonAthenaAsync
Updates the number of requested data processing units for the capacity reservation with the specified name.
updateCapacityReservationAsync
in interface AmazonAthenaAsync
public Future<UpdateCapacityReservationResult> updateCapacityReservationAsync(UpdateCapacityReservationRequest request, AsyncHandler<UpdateCapacityReservationRequest,UpdateCapacityReservationResult> asyncHandler)
AmazonAthenaAsync
Updates the number of requested data processing units for the capacity reservation with the specified name.
updateCapacityReservationAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDataCatalogResult> updateDataCatalogAsync(UpdateDataCatalogRequest request)
AmazonAthenaAsync
Updates the data catalog that has the specified name.
updateDataCatalogAsync
in interface AmazonAthenaAsync
public Future<UpdateDataCatalogResult> updateDataCatalogAsync(UpdateDataCatalogRequest request, AsyncHandler<UpdateDataCatalogRequest,UpdateDataCatalogResult> asyncHandler)
AmazonAthenaAsync
Updates the data catalog that has the specified name.
updateDataCatalogAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNamedQueryResult> updateNamedQueryAsync(UpdateNamedQueryRequest request)
AmazonAthenaAsync
Updates a NamedQuery object. The database or workgroup cannot be updated.
updateNamedQueryAsync
in interface AmazonAthenaAsync
public Future<UpdateNamedQueryResult> updateNamedQueryAsync(UpdateNamedQueryRequest request, AsyncHandler<UpdateNamedQueryRequest,UpdateNamedQueryResult> asyncHandler)
AmazonAthenaAsync
Updates a NamedQuery object. The database or workgroup cannot be updated.
updateNamedQueryAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNotebookResult> updateNotebookAsync(UpdateNotebookRequest request)
AmazonAthenaAsync
Updates the contents of a Spark notebook.
updateNotebookAsync
in interface AmazonAthenaAsync
public Future<UpdateNotebookResult> updateNotebookAsync(UpdateNotebookRequest request, AsyncHandler<UpdateNotebookRequest,UpdateNotebookResult> asyncHandler)
AmazonAthenaAsync
Updates the contents of a Spark notebook.
updateNotebookAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNotebookMetadataResult> updateNotebookMetadataAsync(UpdateNotebookMetadataRequest request)
AmazonAthenaAsync
Updates the metadata for a notebook.
updateNotebookMetadataAsync
in interface AmazonAthenaAsync
public Future<UpdateNotebookMetadataResult> updateNotebookMetadataAsync(UpdateNotebookMetadataRequest request, AsyncHandler<UpdateNotebookMetadataRequest,UpdateNotebookMetadataResult> asyncHandler)
AmazonAthenaAsync
Updates the metadata for a notebook.
updateNotebookMetadataAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePreparedStatementResult> updatePreparedStatementAsync(UpdatePreparedStatementRequest request)
AmazonAthenaAsync
Updates a prepared statement.
updatePreparedStatementAsync
in interface AmazonAthenaAsync
public Future<UpdatePreparedStatementResult> updatePreparedStatementAsync(UpdatePreparedStatementRequest request, AsyncHandler<UpdatePreparedStatementRequest,UpdatePreparedStatementResult> asyncHandler)
AmazonAthenaAsync
Updates a prepared statement.
updatePreparedStatementAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateWorkGroupResult> updateWorkGroupAsync(UpdateWorkGroupRequest request)
AmazonAthenaAsync
Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only
ConfigurationUpdates
can be specified.
updateWorkGroupAsync
in interface AmazonAthenaAsync
public Future<UpdateWorkGroupResult> updateWorkGroupAsync(UpdateWorkGroupRequest request, AsyncHandler<UpdateWorkGroupRequest,UpdateWorkGroupResult> asyncHandler)
AmazonAthenaAsync
Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only
ConfigurationUpdates
can be specified.
updateWorkGroupAsync
in interface AmazonAthenaAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonAthena
shutdown
in class AmazonAthenaClient