Uses of Class
software.amazon.awssdk.services.athena.model.GetCalculationExecutionCodeRequest
-
Packages that use GetCalculationExecutionCodeRequest 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.software.amazon.awssdk.services.athena.transform -
-
Uses of GetCalculationExecutionCodeRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type GetCalculationExecutionCodeRequest Modifier and Type Method Description default CompletableFuture<GetCalculationExecutionCodeResponse>AthenaAsyncClient. getCalculationExecutionCode(GetCalculationExecutionCodeRequest 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. -
Uses of GetCalculationExecutionCodeRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type GetCalculationExecutionCodeRequest Modifier and Type Method Description SdkHttpFullRequestGetCalculationExecutionCodeRequestMarshaller. marshall(GetCalculationExecutionCodeRequest getCalculationExecutionCodeRequest)
-