Package | Description |
---|---|
software.amazon.awssdk.services.athena.model |
Modifier and Type | Method and Description |
---|---|
QueryExecution |
GetQueryExecutionResponse.queryExecution()
Information about the query execution.
|
Modifier and Type | Method and Description |
---|---|
List<QueryExecution> |
BatchGetQueryExecutionResponse.queryExecutions()
Information about a query execution.
|
Modifier and Type | Method and Description |
---|---|
GetQueryExecutionResponse.Builder |
GetQueryExecutionResponse.Builder.queryExecution(QueryExecution queryExecution)
Information about the query execution.
|
BatchGetQueryExecutionResponse.Builder |
BatchGetQueryExecutionResponse.Builder.queryExecutions(QueryExecution... queryExecutions)
Information about a query execution.
|
Modifier and Type | Method and Description |
---|---|
BatchGetQueryExecutionResponse.Builder |
BatchGetQueryExecutionResponse.Builder.queryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
|
Copyright © 2023. All rights reserved.