Uses of Class
software.amazon.awssdk.services.athena.model.GetCalculationExecutionCodeResponse
-
Packages that use GetCalculationExecutionCodeResponse 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. -
-
Uses of GetCalculationExecutionCodeResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetCalculationExecutionCodeResponse Modifier and Type Method Description default GetCalculationExecutionCodeResponseAthenaClient. getCalculationExecutionCode(Consumer<GetCalculationExecutionCodeRequest.Builder> getCalculationExecutionCodeRequest)Retrieves the unencrypted code that was executed for the calculation.default GetCalculationExecutionCodeResponseAthenaClient. getCalculationExecutionCode(GetCalculationExecutionCodeRequest getCalculationExecutionCodeRequest)Retrieves the unencrypted code that was executed for the calculation.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetCalculationExecutionCodeResponse Modifier and Type Method 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.
-