Uses of Class
software.amazon.awssdk.services.athena.model.QueryRuntimeStatisticsRows
-
Packages that use QueryRuntimeStatisticsRows Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryRuntimeStatisticsRows in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryRuntimeStatisticsRows Modifier and Type Method Description QueryRuntimeStatisticsRowsQueryRuntimeStatistics. rows()Returns the value of the Rows property for this object.Methods in software.amazon.awssdk.services.athena.model with parameters of type QueryRuntimeStatisticsRows Modifier and Type Method Description QueryRuntimeStatistics.BuilderQueryRuntimeStatistics.Builder. rows(QueryRuntimeStatisticsRows rows)Sets the value of the Rows property for this object.
-