| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Class and Description |
|---|
| AmazonAthenaException
Base exception for all service exceptions thrown by Amazon Athena
|
| BatchGetNamedQueryRequest |
| BatchGetNamedQueryResult |
| BatchGetQueryExecutionRequest |
| BatchGetQueryExecutionResult |
| ColumnInfo
Information about the columns in a query execution result.
|
| ColumnNullable |
| CreateNamedQueryRequest |
| CreateNamedQueryResult |
| Datum
A piece of data (a field in the table).
|
| DeleteNamedQueryRequest |
| DeleteNamedQueryResult |
| EncryptionConfiguration
If query results are encrypted in Amazon S3, indicates the Amazon S3 encryption option used.
|
| EncryptionOption |
| GetNamedQueryRequest |
| GetNamedQueryResult |
| GetQueryExecutionRequest |
| GetQueryExecutionResult |
| GetQueryResultsRequest |
| GetQueryResultsResult |
| InvalidRequestException
Indicates that something is wrong with the input to the request.
|
| ListNamedQueriesRequest |
| ListNamedQueriesResult |
| ListQueryExecutionsRequest |
| ListQueryExecutionsResult |
| NamedQuery
A query, where
QueryString is the SQL query statements that comprise the query. |
| QueryExecution
Information about a single instance of a query execution.
|
| QueryExecutionContext
The database in which the query execution occurs.
|
| QueryExecutionState |
| QueryExecutionStatistics
The amount of data scanned during the query execution and the amount of time that it took to execute.
|
| QueryExecutionStatus
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
|
| ResultConfiguration
The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.
|
| ResultSet
The metadata and rows that comprise a query result set.
|
| ResultSetMetadata
The metadata that describes the column structure and data types of a table of query results.
|
| Row
The rows that comprise a query result table.
|
| StartQueryExecutionRequest |
| StartQueryExecutionResult |
| StopQueryExecutionRequest |
| StopQueryExecutionResult |
| ThrottleReason |
| TooManyRequestsException
Indicates that the request was throttled.
|
| UnprocessedNamedQueryId
Information about a named query ID that could not be processed.
|
| UnprocessedQueryExecutionId
Describes a query execution that failed to process.
|
Copyright © 2018. All rights reserved.