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 |
---|---|
BatchGetQueryExecutionResult |
AmazonAthena.batchGetQueryExecution(BatchGetQueryExecutionRequest batchGetQueryExecutionRequest)
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.
|
BatchGetQueryExecutionResult |
AmazonAthenaClient.batchGetQueryExecution(BatchGetQueryExecutionRequest request)
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.
|
BatchGetQueryExecutionResult |
AbstractAmazonAthena.batchGetQueryExecution(BatchGetQueryExecutionRequest request) |
Future<BatchGetQueryExecutionResult> |
AmazonAthenaAsync.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest batchGetQueryExecutionRequest)
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.
|
Future<BatchGetQueryExecutionResult> |
AmazonAthenaAsyncClient.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request) |
Future<BatchGetQueryExecutionResult> |
AbstractAmazonAthenaAsync.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request) |
Future<BatchGetQueryExecutionResult> |
AmazonAthenaAsync.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest batchGetQueryExecutionRequest,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler)
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.
|
Future<BatchGetQueryExecutionResult> |
AmazonAthenaAsyncClient.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler) |
Future<BatchGetQueryExecutionResult> |
AbstractAmazonAthenaAsync.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<BatchGetQueryExecutionResult> |
AmazonAthenaAsync.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest batchGetQueryExecutionRequest,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler)
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.
|
Future<BatchGetQueryExecutionResult> |
AmazonAthenaAsyncClient.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler) |
Future<BatchGetQueryExecutionResult> |
AbstractAmazonAthenaAsync.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetQueryExecutionRequest |
BatchGetQueryExecutionRequest.clone() |
BatchGetQueryExecutionRequest |
BatchGetQueryExecutionRequest.withQueryExecutionIds(Collection<String> queryExecutionIds)
An array of query execution IDs.
|
BatchGetQueryExecutionRequest |
BatchGetQueryExecutionRequest.withQueryExecutionIds(String... queryExecutionIds)
An array of query execution IDs.
|
Copyright © 2021. All rights reserved.