| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
NamedQuery |
NamedQuery.clone() |
NamedQuery |
GetNamedQueryResult.getNamedQuery()
Information about the query.
|
NamedQuery |
NamedQuery.withDatabase(String database)
The database to which the query belongs.
|
NamedQuery |
NamedQuery.withDescription(String description)
The query description.
|
NamedQuery |
NamedQuery.withName(String name)
The query name.
|
NamedQuery |
NamedQuery.withNamedQueryId(String namedQueryId)
The unique identifier of the query.
|
NamedQuery |
NamedQuery.withQueryString(String queryString)
The SQL query statements that comprise the query.
|
NamedQuery |
NamedQuery.withWorkGroup(String workGroup)
The name of the workgroup that contains the named query.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedQuery> |
BatchGetNamedQueryResult.getNamedQueries()
Information about the named query IDs submitted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNamedQueryResult.setNamedQuery(NamedQuery namedQuery)
Information about the query.
|
BatchGetNamedQueryResult |
BatchGetNamedQueryResult.withNamedQueries(NamedQuery... namedQueries)
Information about the named query IDs submitted.
|
GetNamedQueryResult |
GetNamedQueryResult.withNamedQuery(NamedQuery namedQuery)
Information about the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetNamedQueryResult.setNamedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
|
BatchGetNamedQueryResult |
BatchGetNamedQueryResult.withNamedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
|
Copyright © 2019. All rights reserved.