| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultReuseConfiguration |
ResultReuseConfiguration.clone() |
ResultReuseConfiguration |
QueryExecution.getResultReuseConfiguration()
Specifies the query result reuse behavior that was used for the query.
|
ResultReuseConfiguration |
StartQueryExecutionRequest.getResultReuseConfiguration()
Specifies the query result reuse behavior for the query.
|
ResultReuseConfiguration |
ResultReuseConfiguration.withResultReuseByAgeConfiguration(ResultReuseByAgeConfiguration resultReuseByAgeConfiguration)
Specifies whether previous query results are reused, and if so, their maximum age.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecution.setResultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior that was used for the query.
|
void |
StartQueryExecutionRequest.setResultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior for the query.
|
QueryExecution |
QueryExecution.withResultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior that was used for the query.
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withResultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior for the query.
|
Copyright © 2024. All rights reserved.