Uses of Class
software.amazon.awssdk.services.athena.model.GetQueryRuntimeStatisticsResponse
-
Packages that use GetQueryRuntimeStatisticsResponse 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. -
-
Uses of GetQueryRuntimeStatisticsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetQueryRuntimeStatisticsResponse Modifier and Type Method Description 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.default GetQueryRuntimeStatisticsResponseAthenaClient. getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest 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.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetQueryRuntimeStatisticsResponse 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 CompletableFuture<GetQueryRuntimeStatisticsResponse>AthenaAsyncClient. getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest 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.
-