Uses of Class
software.amazon.awssdk.services.athena.model.StopCalculationExecutionRequest
-
Packages that use StopCalculationExecutionRequest 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 StopCalculationExecutionRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type StopCalculationExecutionRequest Modifier and Type Method Description default CompletableFuture<StopCalculationExecutionResponse>AthenaAsyncClient. stopCalculationExecution(StopCalculationExecutionRequest stopCalculationExecutionRequest)Requests the cancellation of a calculation.default StopCalculationExecutionResponseAthenaClient. stopCalculationExecution(StopCalculationExecutionRequest stopCalculationExecutionRequest)Requests the cancellation of a calculation. -
Uses of StopCalculationExecutionRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type StopCalculationExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStopCalculationExecutionRequestMarshaller. marshall(StopCalculationExecutionRequest stopCalculationExecutionRequest)
-