| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
default GetCalculationExecutionCodeResponse |
AthenaClient.getCalculationExecutionCode(Consumer<GetCalculationExecutionCodeRequest.Builder> getCalculationExecutionCodeRequest)
Retrieves the unencrypted code that was executed for the calculation.
|
default GetCalculationExecutionCodeResponse |
AthenaClient.getCalculationExecutionCode(GetCalculationExecutionCodeRequest getCalculationExecutionCodeRequest)
Retrieves the unencrypted code that was executed for the calculation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCalculationExecutionCodeResponse> |
AthenaAsyncClient.getCalculationExecutionCode(Consumer<GetCalculationExecutionCodeRequest.Builder> getCalculationExecutionCodeRequest)
Retrieves the unencrypted code that was executed for the calculation.
|
default CompletableFuture<GetCalculationExecutionCodeResponse> |
AthenaAsyncClient.getCalculationExecutionCode(GetCalculationExecutionCodeRequest getCalculationExecutionCodeRequest)
Retrieves the unencrypted code that was executed for the calculation.
|
Copyright © 2023. All rights reserved.