Uses of Class
software.amazon.awssdk.services.athena.model.GetCalculationExecutionStatusResponse
-
Packages that use GetCalculationExecutionStatusResponse 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 GetCalculationExecutionStatusResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetCalculationExecutionStatusResponse Modifier and Type Method Description default GetCalculationExecutionStatusResponseAthenaClient. getCalculationExecutionStatus(Consumer<GetCalculationExecutionStatusRequest.Builder> getCalculationExecutionStatusRequest)Gets the status of a current calculation.default GetCalculationExecutionStatusResponseAthenaClient. getCalculationExecutionStatus(GetCalculationExecutionStatusRequest getCalculationExecutionStatusRequest)Gets the status of a current calculation.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetCalculationExecutionStatusResponse Modifier and Type Method Description default CompletableFuture<GetCalculationExecutionStatusResponse>AthenaAsyncClient. getCalculationExecutionStatus(Consumer<GetCalculationExecutionStatusRequest.Builder> getCalculationExecutionStatusRequest)Gets the status of a current calculation.default CompletableFuture<GetCalculationExecutionStatusResponse>AthenaAsyncClient. getCalculationExecutionStatus(GetCalculationExecutionStatusRequest getCalculationExecutionStatusRequest)Gets the status of a current calculation.
-