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