Uses of Interface
software.amazon.awssdk.services.athena.model.StopQueryExecutionRequest.Builder
-
Packages that use StopQueryExecutionRequest.Builder 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.model -
-
Uses of StopQueryExecutionRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type StopQueryExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopQueryExecutionResponse>AthenaAsyncClient. stopQueryExecution(Consumer<StopQueryExecutionRequest.Builder> stopQueryExecutionRequest)Stops a query execution.default StopQueryExecutionResponseAthenaClient. stopQueryExecution(Consumer<StopQueryExecutionRequest.Builder> stopQueryExecutionRequest)Stops a query execution. -
Uses of StopQueryExecutionRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return StopQueryExecutionRequest.Builder Modifier and Type Method Description static StopQueryExecutionRequest.BuilderStopQueryExecutionRequest. builder()StopQueryExecutionRequest.BuilderStopQueryExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopQueryExecutionRequest.BuilderStopQueryExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopQueryExecutionRequest.BuilderStopQueryExecutionRequest.Builder. queryExecutionId(String queryExecutionId)The unique ID of the query execution to stop.StopQueryExecutionRequest.BuilderStopQueryExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type StopQueryExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StopQueryExecutionRequest.Builder>StopQueryExecutionRequest. serializableBuilderClass()
-