Uses of Class
software.amazon.awssdk.services.athena.model.GetCalculationExecutionResponse
-
Packages that use GetCalculationExecutionResponse 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 GetCalculationExecutionResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetCalculationExecutionResponse Modifier and Type Method Description default GetCalculationExecutionResponseAthenaClient. getCalculationExecution(Consumer<GetCalculationExecutionRequest.Builder> getCalculationExecutionRequest)Describes a previously submitted calculation execution.default GetCalculationExecutionResponseAthenaClient. getCalculationExecution(GetCalculationExecutionRequest getCalculationExecutionRequest)Describes a previously submitted calculation execution.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetCalculationExecutionResponse Modifier and Type Method Description default CompletableFuture<GetCalculationExecutionResponse>AthenaAsyncClient. getCalculationExecution(Consumer<GetCalculationExecutionRequest.Builder> getCalculationExecutionRequest)Describes a previously submitted calculation execution.default CompletableFuture<GetCalculationExecutionResponse>AthenaAsyncClient. getCalculationExecution(GetCalculationExecutionRequest getCalculationExecutionRequest)Describes a previously submitted calculation execution.
-