| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
NamedQuery |
GetNamedQueryResponse.namedQuery()
Information about the query.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQuery> |
BatchGetNamedQueryResponse.namedQueries()
Information about the named query IDs submitted.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetNamedQueryResponse.Builder |
BatchGetNamedQueryResponse.Builder.namedQueries(NamedQuery... namedQueries)
Information about the named query IDs submitted.
|
GetNamedQueryResponse.Builder |
GetNamedQueryResponse.Builder.namedQuery(NamedQuery namedQuery)
Information about the query.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetNamedQueryResponse.Builder |
BatchGetNamedQueryResponse.Builder.namedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
|
Copyright © 2023. All rights reserved.