| 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 |
| Column
Contains metadata for a column in a table.
|
| ColumnInfo
Information about the columns in a query execution result.
|
| ColumnNullable |
| CreateDataCatalogRequest |
| CreateDataCatalogResult |
| CreateNamedQueryRequest |
| CreateNamedQueryResult |
| CreateWorkGroupRequest |
| CreateWorkGroupResult |
| Database
Contains metadata information for a database in a data catalog.
|
| DataCatalog
Contains information about a data catalog in an AWS account.
|
| DataCatalogSummary
The summary information for the data catalog, which includes its name and type.
|
| DataCatalogType |
| Datum
A piece of data (a field in the table).
|
| DeleteDataCatalogRequest |
| DeleteDataCatalogResult |
| DeleteNamedQueryRequest |
| DeleteNamedQueryResult |
| DeleteWorkGroupRequest |
| DeleteWorkGroupResult |
| EncryptionConfiguration
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS
or CSE-KMS) and key information. |
| EncryptionOption |
| GetDatabaseRequest |
| GetDatabaseResult |
| GetDataCatalogRequest |
| GetDataCatalogResult |
| GetNamedQueryRequest |
| GetNamedQueryResult |
| GetQueryExecutionRequest |
| GetQueryExecutionResult |
| GetQueryResultsRequest |
| GetQueryResultsResult |
| GetTableMetadataRequest |
| GetTableMetadataResult |
| GetWorkGroupRequest |
| GetWorkGroupResult |
| InvalidRequestException
Indicates that something is wrong with the input to the request.
|
| ListDatabasesRequest |
| ListDatabasesResult |
| ListDataCatalogsRequest |
| ListDataCatalogsResult |
| ListNamedQueriesRequest |
| ListNamedQueriesResult |
| ListQueryExecutionsRequest |
| ListQueryExecutionsResult |
| ListTableMetadataRequest |
| ListTableMetadataResult |
| ListTagsForResourceRequest |
| ListTagsForResourceResult |
| ListWorkGroupsRequest |
| ListWorkGroupsResult |
| NamedQuery
A query, where
QueryString is the list of SQL query statements that comprise the query. |
| QueryExecution
Information about a single instance of a query execution.
|
| QueryExecutionContext
The database and data catalog context 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, and the type of
statement that was run.
|
| QueryExecutionStatus
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
|
| ResourceNotFoundException
A resource, such as a workgroup, was not found.
|
| ResultConfiguration
The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results.
|
| ResultConfigurationUpdates
The information about the updates in the query results, such as output location and encryption configuration for the
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 |
| StatementType |
| StopQueryExecutionRequest |
| StopQueryExecutionResult |
| TableMetadata
Contains metadata for a table.
|
| Tag
A label that you assign to a resource.
|
| TagResourceRequest |
| TagResourceResult |
| ThrottleReason
The reason for the query throttling, for example, when it exceeds the concurrent query limit.
|
| 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.
|
| UntagResourceRequest |
| UntagResourceResult |
| UpdateDataCatalogRequest |
| UpdateDataCatalogResult |
| UpdateWorkGroupRequest |
| UpdateWorkGroupResult |
| WorkGroup
A workgroup, which contains a name, description, creation time, state, and other configuration, listed under
WorkGroup$Configuration.
|
| WorkGroupConfiguration
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption option, if any, used for query results, whether the Amazon CloudWatch Metrics are enabled for the
workgroup and whether workgroup settings override query settings, and the data usage limits for the amount of data
scanned per query or per workgroup.
|
| WorkGroupConfigurationUpdates
The configuration information that will be updated for this workgroup, which includes the location in Amazon S3 where
query results are stored, the encryption option, if any, used for query results, whether the Amazon CloudWatch
Metrics are enabled for the workgroup, whether the workgroup settings override the client-side settings, and the data
usage limit for the amount of bytes scanned per query, if it is specified.
|
| WorkGroupState |
| WorkGroupSummary
The summary information for the workgroup, which includes its name, state, description, and the date and time it was
created.
|
Copyright © 2020. All rights reserved.