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