Uses of Class
software.amazon.awssdk.services.athena.model.ResultReuseByAgeConfiguration
-
Packages that use ResultReuseByAgeConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultReuseByAgeConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultReuseByAgeConfiguration Modifier and Type Method Description ResultReuseByAgeConfigurationResultReuseConfiguration. resultReuseByAgeConfiguration()Specifies whether previous query results are reused, and if so, their maximum age.Methods in software.amazon.awssdk.services.athena.model with parameters of type ResultReuseByAgeConfiguration Modifier and Type Method Description ResultReuseConfiguration.BuilderResultReuseConfiguration.Builder. resultReuseByAgeConfiguration(ResultReuseByAgeConfiguration resultReuseByAgeConfiguration)Specifies whether previous query results are reused, and if so, their maximum age.
-