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 |
---|---|
StopQueryExecutionResult |
AbstractAmazonAthena.stopQueryExecution(StopQueryExecutionRequest request) |
StopQueryExecutionResult |
AmazonAthena.stopQueryExecution(StopQueryExecutionRequest stopQueryExecutionRequest)
Stops a query execution.
|
StopQueryExecutionResult |
AmazonAthenaClient.stopQueryExecution(StopQueryExecutionRequest request)
Stops a query execution.
|
Modifier and Type | Method and Description |
---|---|
Future<StopQueryExecutionResult> |
AbstractAmazonAthenaAsync.stopQueryExecutionAsync(StopQueryExecutionRequest request,
AsyncHandler<StopQueryExecutionRequest,StopQueryExecutionResult> asyncHandler) |
Future<StopQueryExecutionResult> |
AmazonAthenaAsync.stopQueryExecutionAsync(StopQueryExecutionRequest stopQueryExecutionRequest,
AsyncHandler<StopQueryExecutionRequest,StopQueryExecutionResult> asyncHandler)
Stops a query execution.
|
Future<StopQueryExecutionResult> |
AmazonAthenaAsyncClient.stopQueryExecutionAsync(StopQueryExecutionRequest request,
AsyncHandler<StopQueryExecutionRequest,StopQueryExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StopQueryExecutionResult |
StopQueryExecutionResult.clone() |
Copyright © 2023. All rights reserved.