Uses of Interface
software.amazon.awssdk.services.athena.model.GetQueryExecutionRequest.Builder
-
Packages that use GetQueryExecutionRequest.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 GetQueryExecutionRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type GetQueryExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetQueryExecutionResponse>AthenaAsyncClient. getQueryExecution(Consumer<GetQueryExecutionRequest.Builder> getQueryExecutionRequest)Returns information about a single execution of a query if you have access to the workgroup in which the query ran.default GetQueryExecutionResponseAthenaClient. getQueryExecution(Consumer<GetQueryExecutionRequest.Builder> getQueryExecutionRequest)Returns information about a single execution of a query if you have access to the workgroup in which the query ran. -
Uses of GetQueryExecutionRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return GetQueryExecutionRequest.Builder Modifier and Type Method Description static GetQueryExecutionRequest.BuilderGetQueryExecutionRequest. builder()GetQueryExecutionRequest.BuilderGetQueryExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetQueryExecutionRequest.BuilderGetQueryExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetQueryExecutionRequest.BuilderGetQueryExecutionRequest.Builder. queryExecutionId(String queryExecutionId)The unique ID of the query execution.GetQueryExecutionRequest.BuilderGetQueryExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type GetQueryExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetQueryExecutionRequest.Builder>GetQueryExecutionRequest. serializableBuilderClass()
-