Uses of Class
software.amazon.awssdk.services.athena.model.ResultReuseInformation
-
Packages that use ResultReuseInformation Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultReuseInformation in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultReuseInformation Modifier and Type Method Description ResultReuseInformationQueryExecutionStatistics. resultReuseInformation()Contains information about whether previous query results were reused for the query.Methods in software.amazon.awssdk.services.athena.model with parameters of type ResultReuseInformation Modifier and Type Method Description QueryExecutionStatistics.BuilderQueryExecutionStatistics.Builder. resultReuseInformation(ResultReuseInformation resultReuseInformation)Contains information about whether previous query results were reused for the query.
-