| 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 |
|---|---|
GetCalculationExecutionCodeResult |
AmazonAthenaClient.getCalculationExecutionCode(GetCalculationExecutionCodeRequest request)
Retrieves the unencrypted code that was executed for the calculation.
|
GetCalculationExecutionCodeResult |
AbstractAmazonAthena.getCalculationExecutionCode(GetCalculationExecutionCodeRequest request) |
GetCalculationExecutionCodeResult |
AmazonAthena.getCalculationExecutionCode(GetCalculationExecutionCodeRequest getCalculationExecutionCodeRequest)
Retrieves the unencrypted code that was executed for the calculation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCalculationExecutionCodeResult> |
AmazonAthenaAsyncClient.getCalculationExecutionCodeAsync(GetCalculationExecutionCodeRequest request,
AsyncHandler<GetCalculationExecutionCodeRequest,GetCalculationExecutionCodeResult> asyncHandler) |
Future<GetCalculationExecutionCodeResult> |
AbstractAmazonAthenaAsync.getCalculationExecutionCodeAsync(GetCalculationExecutionCodeRequest request,
AsyncHandler<GetCalculationExecutionCodeRequest,GetCalculationExecutionCodeResult> asyncHandler) |
Future<GetCalculationExecutionCodeResult> |
AmazonAthenaAsync.getCalculationExecutionCodeAsync(GetCalculationExecutionCodeRequest getCalculationExecutionCodeRequest,
AsyncHandler<GetCalculationExecutionCodeRequest,GetCalculationExecutionCodeResult> asyncHandler)
Retrieves the unencrypted code that was executed for the calculation.
|
| Modifier and Type | Method and Description |
|---|---|
GetCalculationExecutionCodeResult |
GetCalculationExecutionCodeResult.clone() |
GetCalculationExecutionCodeResult |
GetCalculationExecutionCodeResult.withCodeBlock(String codeBlock)
The unencrypted code that was executed for the calculation.
|
Copyright © 2023. All rights reserved.