Uses of Class
software.amazon.awssdk.services.athena.model.ResultReuseConfiguration
-
Packages that use ResultReuseConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultReuseConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultReuseConfiguration Modifier and Type Method Description ResultReuseConfigurationQueryExecution. resultReuseConfiguration()Specifies the query result reuse behavior that was used for the query.ResultReuseConfigurationStartQueryExecutionRequest. resultReuseConfiguration()Specifies the query result reuse behavior for the query.Methods in software.amazon.awssdk.services.athena.model with parameters of type ResultReuseConfiguration Modifier and Type Method Description QueryExecution.BuilderQueryExecution.Builder. resultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)Specifies the query result reuse behavior that was used for the query.StartQueryExecutionRequest.BuilderStartQueryExecutionRequest.Builder. resultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)Specifies the query result reuse behavior for the query.
-