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 |
AbstractAmazonAthena.batchGetQueryExecution(BatchGetQueryExecutionRequest request) |
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.
|
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> |
AbstractAmazonAthenaAsync.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler) |
Future<BatchGetQueryExecutionResult> |
AmazonAthenaAsyncClient.batchGetQueryExecutionAsync(BatchGetQueryExecutionRequest request,
AsyncHandler<BatchGetQueryExecutionRequest,BatchGetQueryExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.clone() |
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withQueryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withQueryExecutions(QueryExecution... queryExecutions)
Information about a query execution.
|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
BatchGetQueryExecutionResult |
BatchGetQueryExecutionResult.withUnprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
Copyright © 2019. All rights reserved.