Uses of Class
software.amazon.awssdk.services.athena.model.QueryRuntimeStatistics
-
Packages that use QueryRuntimeStatistics Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryRuntimeStatistics in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryRuntimeStatistics Modifier and Type Method Description QueryRuntimeStatisticsGetQueryRuntimeStatisticsResponse. queryRuntimeStatistics()Runtime statistics about the query execution.Methods in software.amazon.awssdk.services.athena.model with parameters of type QueryRuntimeStatistics Modifier and Type Method Description GetQueryRuntimeStatisticsResponse.BuilderGetQueryRuntimeStatisticsResponse.Builder. queryRuntimeStatistics(QueryRuntimeStatistics queryRuntimeStatistics)Runtime statistics about the query execution.
-