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