- getAthenaErrorCode() - Method in exception com.amazonaws.services.athena.model.InvalidRequestException
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCaseSensitive() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates whether values in the column are case-sensitive.
- getCatalogName() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The catalog to which the query results belong.
- getClientRequestToken() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
- getClientRequestToken() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
- getColumnInfo() - Method in class com.amazonaws.services.athena.model.ResultSetMetadata
-
Information about the columns in a query execution result.
- getCompletionDateTime() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query completed.
- getData() - Method in class com.amazonaws.services.athena.model.Row
-
The data that populates a row in a query result table.
- getDatabase() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The database to which the query belongs.
- getDatabase() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The database to which the query belongs.
- getDatabase() - Method in class com.amazonaws.services.athena.model.QueryExecutionContext
-
The name of the database.
- getDataScannedInBytes() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatistics
-
The number of bytes in the data that was queried.
- getDescription() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
A brief explanation of the query.
- getDescription() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
A brief description of the query.
- getEncryptionConfiguration() - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
If query results are encrypted in S3, indicates the S3 encryption option used (for example, SSE-KMS
or CSE-KMS
and key information.
- getEncryptionOption() - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE-S3
), server-side
encryption with KMS-managed keys (SSE-KMS
), or client-side encryption with KMS-managed keys
(CSE-KMS) is used.
- getEngineExecutionTimeInMillis() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatistics
-
The number of milliseconds that the query took to execute.
- getErrorCode() - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The error code returned when the processing request for the named query failed, if applicable.
- getErrorCode() - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The error code returned when the query execution failed to process, if applicable.
- getErrorMessage() - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The error message returned when the processing request for the named query failed, if applicable.
- getErrorMessage() - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The error message returned when the query execution failed to process, if applicable.
- getExecutorService() - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getKmsKey() - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
For SSE-KMS
and CSE-KMS
, this is the KMS key ARN or ID.
- getLabel() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
A column label.
- getMaxResults() - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The maximum number of results (rows) to return in this request.
- getMaxResults() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The maximum number of queries to return in this request.
- getMaxResults() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The maximum number of query executions to return in this request.
- getName() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The name of the column.
- getName() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The plain language name for the query.
- getName() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The plain-language name of the query.
- getNamedQueries() - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about the named query IDs submitted.
- getNamedQuery(GetNamedQueryRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- getNamedQuery(GetNamedQueryRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Returns information about a single query.
- getNamedQuery(GetNamedQueryRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Returns information about a single query.
- getNamedQuery() - Method in class com.amazonaws.services.athena.model.GetNamedQueryResult
-
Information about the query.
- getNamedQueryAsync(GetNamedQueryRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getNamedQueryAsync(GetNamedQueryRequest, AsyncHandler<GetNamedQueryRequest, GetNamedQueryResult>) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getNamedQueryAsync(GetNamedQueryRequest) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns information about a single query.
- getNamedQueryAsync(GetNamedQueryRequest, AsyncHandler<GetNamedQueryRequest, GetNamedQueryResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns information about a single query.
- getNamedQueryAsync(GetNamedQueryRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- getNamedQueryAsync(GetNamedQueryRequest, AsyncHandler<GetNamedQueryRequest, GetNamedQueryResult>) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- getNamedQueryId() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryResult
-
The unique ID of the query.
- getNamedQueryId() - Method in class com.amazonaws.services.athena.model.DeleteNamedQueryRequest
-
The unique ID of the query to delete.
- getNamedQueryId() - Method in class com.amazonaws.services.athena.model.GetNamedQueryRequest
-
The unique ID of the query.
- getNamedQueryId() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The unique identifier of the query.
- getNamedQueryId() - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The unique identifier of the named query.
- getNamedQueryIds() - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryRequest
-
An array of query IDs.
- getNamedQueryIds() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
The list of unique query IDs.
- GetNamedQueryRequest - Class in com.amazonaws.services.athena.model
-
- GetNamedQueryRequest() - Constructor for class com.amazonaws.services.athena.model.GetNamedQueryRequest
-
- GetNamedQueryResult - Class in com.amazonaws.services.athena.model
-
- GetNamedQueryResult() - Constructor for class com.amazonaws.services.athena.model.GetNamedQueryResult
-
- getNextToken() - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- getNextToken() - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
A token to be used by the next request if this request is truncated.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
A token to be used by the next request if this request is truncated.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
A token to be used by the next request if this request is truncated.
- getNullable() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates the column's nullable status.
- getOutputLocation() - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
The location in S3 where query results are stored.
- getPrecision() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits, up to 38.
- getQuery() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The SQL query statements which the query execution ran.
- getQueryExecution(GetQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- getQueryExecution(GetQueryExecutionRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Returns information about a single execution of a query.
- getQueryExecution(GetQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Returns information about a single execution of a query.
- getQueryExecution() - Method in class com.amazonaws.services.athena.model.GetQueryExecutionResult
-
Information about the query execution.
- getQueryExecutionAsync(GetQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getQueryExecutionAsync(GetQueryExecutionRequest, AsyncHandler<GetQueryExecutionRequest, GetQueryExecutionResult>) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getQueryExecutionAsync(GetQueryExecutionRequest) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns information about a single execution of a query.
- getQueryExecutionAsync(GetQueryExecutionRequest, AsyncHandler<GetQueryExecutionRequest, GetQueryExecutionResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns information about a single execution of a query.
- getQueryExecutionAsync(GetQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- getQueryExecutionAsync(GetQueryExecutionRequest, AsyncHandler<GetQueryExecutionRequest, GetQueryExecutionResult>) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- getQueryExecutionContext() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The database in which the query execution occurred.
- getQueryExecutionContext() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The database within which the query executes.
- getQueryExecutionId() - Method in class com.amazonaws.services.athena.model.GetQueryExecutionRequest
-
The unique ID of the query execution.
- getQueryExecutionId() - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The unique ID of the query execution.
- getQueryExecutionId() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The unique identifier for each query execution.
- getQueryExecutionId() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionResult
-
The unique ID of the query that ran as a result of this request.
- getQueryExecutionId() - Method in class com.amazonaws.services.athena.model.StopQueryExecutionRequest
-
The unique ID of the query execution to stop.
- getQueryExecutionId() - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The unique identifier of the query execution.
- getQueryExecutionIds() - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionRequest
-
An array of query execution IDs.
- getQueryExecutionIds() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
The unique IDs of each query execution as an array of strings.
- GetQueryExecutionRequest - Class in com.amazonaws.services.athena.model
-
- GetQueryExecutionRequest() - Constructor for class com.amazonaws.services.athena.model.GetQueryExecutionRequest
-
- GetQueryExecutionResult - Class in com.amazonaws.services.athena.model
-
- GetQueryExecutionResult() - Constructor for class com.amazonaws.services.athena.model.GetQueryExecutionResult
-
- getQueryExecutions() - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about a query execution.
- getQueryResults(GetQueryResultsRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- getQueryResults(GetQueryResultsRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Returns the results of a single query execution specified by QueryExecutionId
.
- getQueryResults(GetQueryResultsRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Returns the results of a single query execution specified by QueryExecutionId
.
- getQueryResultsAsync(GetQueryResultsRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getQueryResultsAsync(GetQueryResultsRequest, AsyncHandler<GetQueryResultsRequest, GetQueryResultsResult>) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getQueryResultsAsync(GetQueryResultsRequest) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns the results of a single query execution specified by QueryExecutionId
.
- getQueryResultsAsync(GetQueryResultsRequest, AsyncHandler<GetQueryResultsRequest, GetQueryResultsResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns the results of a single query execution specified by QueryExecutionId
.
- getQueryResultsAsync(GetQueryResultsRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- getQueryResultsAsync(GetQueryResultsRequest, AsyncHandler<GetQueryResultsRequest, GetQueryResultsResult>) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- GetQueryResultsRequest - Class in com.amazonaws.services.athena.model
-
- GetQueryResultsRequest() - Constructor for class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
- GetQueryResultsResult - Class in com.amazonaws.services.athena.model
-
- GetQueryResultsResult() - Constructor for class com.amazonaws.services.athena.model.GetQueryResultsResult
-
- getQueryString() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The text of the query itself.
- getQueryString() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The SQL query statements that comprise the query.
- getQueryString() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The SQL query statements to be executed.
- getReason() - Method in exception com.amazonaws.services.athena.model.TooManyRequestsException
-
- getResultConfiguration() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
- getResultConfiguration() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
Specifies information about where and how to save the results of the query execution.
- getResultSet() - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
The results of the query execution.
- getResultSetMetadata() - Method in class com.amazonaws.services.athena.model.ResultSet
-
The metadata that describes the column structure and data types of a table of query results.
- getRows() - Method in class com.amazonaws.services.athena.model.ResultSet
-
The rows in the table.
- getScale() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits in the fractional part of the value.
- getSchemaName() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The schema name (database name) to which the query results belong.
- getState() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The state of query execution.
- getStateChangeReason() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Further detail about the status of the query.
- getStatistics() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The amount of data scanned during the query execution and the amount of time that it took to execute.
- getStatus() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
- getSubmissionDateTime() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query was submitted.
- getTableName() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The table name for the query results.
- getType() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The data type of the column.
- getUnprocessedNamedQueryIds() - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about provided query IDs.
- getUnprocessedQueryExecutionIds() - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about the query executions that failed to run.
- getVarCharValue() - Method in class com.amazonaws.services.athena.model.Datum
-
The value of the datum.
- setAthenaErrorCode(String) - Method in exception com.amazonaws.services.athena.model.InvalidRequestException
-
- setCaseSensitive(Boolean) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates whether values in the column are case-sensitive.
- setCatalogName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The catalog to which the query results belong.
- setClientRequestToken(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
- setClientRequestToken(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
- setColumnInfo(Collection<ColumnInfo>) - Method in class com.amazonaws.services.athena.model.ResultSetMetadata
-
Information about the columns in a query execution result.
- setCompletionDateTime(Date) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query completed.
- setData(Collection<Datum>) - Method in class com.amazonaws.services.athena.model.Row
-
The data that populates a row in a query result table.
- setDatabase(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The database to which the query belongs.
- setDatabase(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The database to which the query belongs.
- setDatabase(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionContext
-
The name of the database.
- setDataScannedInBytes(Long) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatistics
-
The number of bytes in the data that was queried.
- setDescription(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
A brief explanation of the query.
- setDescription(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
A brief description of the query.
- setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
If query results are encrypted in S3, indicates the S3 encryption option used (for example, SSE-KMS
or CSE-KMS
and key information.
- setEncryptionOption(String) - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE-S3
), server-side
encryption with KMS-managed keys (SSE-KMS
), or client-side encryption with KMS-managed keys
(CSE-KMS) is used.
- setEncryptionOption(EncryptionOption) - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE-S3
), server-side
encryption with KMS-managed keys (SSE-KMS
), or client-side encryption with KMS-managed keys
(CSE-KMS) is used.
- setEngineExecutionTimeInMillis(Long) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatistics
-
The number of milliseconds that the query took to execute.
- setErrorCode(String) - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The error code returned when the processing request for the named query failed, if applicable.
- setErrorCode(String) - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The error code returned when the query execution failed to process, if applicable.
- setErrorMessage(String) - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The error message returned when the processing request for the named query failed, if applicable.
- setErrorMessage(String) - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The error message returned when the query execution failed to process, if applicable.
- setKmsKey(String) - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
For SSE-KMS
and CSE-KMS
, this is the KMS key ARN or ID.
- setLabel(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
A column label.
- setMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The maximum number of results (rows) to return in this request.
- setMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The maximum number of queries to return in this request.
- setMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The maximum number of query executions to return in this request.
- setName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The name of the column.
- setName(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The plain language name for the query.
- setName(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The plain-language name of the query.
- setNamedQueries(Collection<NamedQuery>) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about the named query IDs submitted.
- setNamedQuery(NamedQuery) - Method in class com.amazonaws.services.athena.model.GetNamedQueryResult
-
Information about the query.
- setNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryResult
-
The unique ID of the query.
- setNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.DeleteNamedQueryRequest
-
The unique ID of the query to delete.
- setNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.GetNamedQueryRequest
-
The unique ID of the query.
- setNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The unique identifier of the query.
- setNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The unique identifier of the named query.
- setNamedQueryIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryRequest
-
An array of query IDs.
- setNamedQueryIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
The list of unique query IDs.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
A token to be used by the next request if this request is truncated.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
A token to be used by the next request if this request is truncated.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
A token to be used by the next request if this request is truncated.
- setNullable(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates the column's nullable status.
- setNullable(ColumnNullable) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates the column's nullable status.
- setOutputLocation(String) - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
The location in S3 where query results are stored.
- setPrecision(Integer) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits, up to 38.
- setQuery(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The SQL query statements which the query execution ran.
- setQueryExecution(QueryExecution) - Method in class com.amazonaws.services.athena.model.GetQueryExecutionResult
-
Information about the query execution.
- setQueryExecutionContext(QueryExecutionContext) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The database in which the query execution occurred.
- setQueryExecutionContext(QueryExecutionContext) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The database within which the query executes.
- setQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.GetQueryExecutionRequest
-
The unique ID of the query execution.
- setQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The unique ID of the query execution.
- setQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The unique identifier for each query execution.
- setQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionResult
-
The unique ID of the query that ran as a result of this request.
- setQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.StopQueryExecutionRequest
-
The unique ID of the query execution to stop.
- setQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The unique identifier of the query execution.
- setQueryExecutionIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionRequest
-
An array of query execution IDs.
- setQueryExecutionIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
The unique IDs of each query execution as an array of strings.
- setQueryExecutions(Collection<QueryExecution>) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about a query execution.
- setQueryString(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The text of the query itself.
- setQueryString(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The SQL query statements that comprise the query.
- setQueryString(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The SQL query statements to be executed.
- setReason(String) - Method in exception com.amazonaws.services.athena.model.TooManyRequestsException
-
- setReason(ThrottleReason) - Method in exception com.amazonaws.services.athena.model.TooManyRequestsException
-
- setResultConfiguration(ResultConfiguration) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
- setResultConfiguration(ResultConfiguration) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
Specifies information about where and how to save the results of the query execution.
- setResultSet(ResultSet) - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
The results of the query execution.
- setResultSetMetadata(ResultSetMetadata) - Method in class com.amazonaws.services.athena.model.ResultSet
-
The metadata that describes the column structure and data types of a table of query results.
- setRows(Collection<Row>) - Method in class com.amazonaws.services.athena.model.ResultSet
-
The rows in the table.
- setScale(Integer) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits in the fractional part of the value.
- setSchemaName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The schema name (database name) to which the query results belong.
- setState(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The state of query execution.
- setState(QueryExecutionState) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The state of query execution.
- setStateChangeReason(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Further detail about the status of the query.
- setStatistics(QueryExecutionStatistics) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The amount of data scanned during the query execution and the amount of time that it took to execute.
- setStatus(QueryExecutionStatus) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
- setSubmissionDateTime(Date) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query was submitted.
- setTableName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The table name for the query results.
- setType(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The data type of the column.
- setUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId>) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about provided query IDs.
- setUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId>) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about the query executions that failed to run.
- setVarCharValue(String) - Method in class com.amazonaws.services.athena.model.Datum
-
The value of the datum.
- shutdown() - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- shutdown() - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
Shuts down the client, releasing all managed resources.
- standard() - Static method in class com.amazonaws.services.athena.AmazonAthenaAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.athena.AmazonAthenaClientBuilder
-
- startQueryExecution(StartQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- startQueryExecution(StartQueryExecutionRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Runs (executes) the SQL query statements contained in the Query
string.
- startQueryExecution(StartQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Runs (executes) the SQL query statements contained in the Query
string.
- startQueryExecutionAsync(StartQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- startQueryExecutionAsync(StartQueryExecutionRequest, AsyncHandler<StartQueryExecutionRequest, StartQueryExecutionResult>) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- startQueryExecutionAsync(StartQueryExecutionRequest) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Runs (executes) the SQL query statements contained in the Query
string.
- startQueryExecutionAsync(StartQueryExecutionRequest, AsyncHandler<StartQueryExecutionRequest, StartQueryExecutionResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Runs (executes) the SQL query statements contained in the Query
string.
- startQueryExecutionAsync(StartQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- startQueryExecutionAsync(StartQueryExecutionRequest, AsyncHandler<StartQueryExecutionRequest, StartQueryExecutionResult>) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- StartQueryExecutionRequest - Class in com.amazonaws.services.athena.model
-
- StartQueryExecutionRequest() - Constructor for class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
- StartQueryExecutionResult - Class in com.amazonaws.services.athena.model
-
- StartQueryExecutionResult() - Constructor for class com.amazonaws.services.athena.model.StartQueryExecutionResult
-
- stopQueryExecution(StopQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- stopQueryExecution(StopQueryExecutionRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Stops a query execution.
- stopQueryExecution(StopQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Stops a query execution.
- stopQueryExecutionAsync(StopQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- stopQueryExecutionAsync(StopQueryExecutionRequest, AsyncHandler<StopQueryExecutionRequest, StopQueryExecutionResult>) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- stopQueryExecutionAsync(StopQueryExecutionRequest) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Stops a query execution.
- stopQueryExecutionAsync(StopQueryExecutionRequest, AsyncHandler<StopQueryExecutionRequest, StopQueryExecutionResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Stops a query execution.
- stopQueryExecutionAsync(StopQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- stopQueryExecutionAsync(StopQueryExecutionRequest, AsyncHandler<StopQueryExecutionRequest, StopQueryExecutionResult>) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- StopQueryExecutionRequest - Class in com.amazonaws.services.athena.model
-
- StopQueryExecutionRequest() - Constructor for class com.amazonaws.services.athena.model.StopQueryExecutionRequest
-
- StopQueryExecutionResult - Class in com.amazonaws.services.athena.model
-
- StopQueryExecutionResult() - Constructor for class com.amazonaws.services.athena.model.StopQueryExecutionResult
-
- ThrottleReason - Enum in com.amazonaws.services.athena.model
-
- TooManyRequestsException - Exception in com.amazonaws.services.athena.model
-
Indicates that the request was throttled.
- TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.athena.model.TooManyRequestsException
-
Constructs a new TooManyRequestsException with the specified error message.
- toString() - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in enum com.amazonaws.services.athena.model.ColumnNullable
-
- toString() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.Datum
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.DeleteNamedQueryRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.DeleteNamedQueryResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in enum com.amazonaws.services.athena.model.EncryptionOption
-
- toString() - Method in class com.amazonaws.services.athena.model.GetNamedQueryRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.GetNamedQueryResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryExecutionRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryExecutionResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.QueryExecutionContext
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in enum com.amazonaws.services.athena.model.QueryExecutionState
-
- toString() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatistics
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ResultSet
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.ResultSetMetadata
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.Row
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.StopQueryExecutionRequest
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.StopQueryExecutionResult
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in enum com.amazonaws.services.athena.model.ThrottleReason
-
- toString() - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
Returns a string representation of this object; useful for testing and debugging.
- toString() - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
Returns a string representation of this object; useful for testing and debugging.
- withAthenaErrorCode(String) - Method in exception com.amazonaws.services.athena.model.InvalidRequestException
-
- withCaseSensitive(Boolean) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates whether values in the column are case-sensitive.
- withCatalogName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The catalog to which the query results belong.
- withClientRequestToken(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
- withClientRequestToken(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
- withColumnInfo(ColumnInfo...) - Method in class com.amazonaws.services.athena.model.ResultSetMetadata
-
Information about the columns in a query execution result.
- withColumnInfo(Collection<ColumnInfo>) - Method in class com.amazonaws.services.athena.model.ResultSetMetadata
-
Information about the columns in a query execution result.
- withCompletionDateTime(Date) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query completed.
- withData(Datum...) - Method in class com.amazonaws.services.athena.model.Row
-
The data that populates a row in a query result table.
- withData(Collection<Datum>) - Method in class com.amazonaws.services.athena.model.Row
-
The data that populates a row in a query result table.
- withDatabase(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The database to which the query belongs.
- withDatabase(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The database to which the query belongs.
- withDatabase(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionContext
-
The name of the database.
- withDataScannedInBytes(Long) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatistics
-
The number of bytes in the data that was queried.
- withDescription(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
A brief explanation of the query.
- withDescription(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
A brief description of the query.
- withEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
If query results are encrypted in S3, indicates the S3 encryption option used (for example, SSE-KMS
or CSE-KMS
and key information.
- withEncryptionOption(String) - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE-S3
), server-side
encryption with KMS-managed keys (SSE-KMS
), or client-side encryption with KMS-managed keys
(CSE-KMS) is used.
- withEncryptionOption(EncryptionOption) - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE-S3
), server-side
encryption with KMS-managed keys (SSE-KMS
), or client-side encryption with KMS-managed keys
(CSE-KMS) is used.
- withEngineExecutionTimeInMillis(Long) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatistics
-
The number of milliseconds that the query took to execute.
- withErrorCode(String) - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The error code returned when the processing request for the named query failed, if applicable.
- withErrorCode(String) - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The error code returned when the query execution failed to process, if applicable.
- withErrorMessage(String) - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The error message returned when the processing request for the named query failed, if applicable.
- withErrorMessage(String) - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The error message returned when the query execution failed to process, if applicable.
- withKmsKey(String) - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
For SSE-KMS
and CSE-KMS
, this is the KMS key ARN or ID.
- withLabel(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
A column label.
- withMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The maximum number of results (rows) to return in this request.
- withMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The maximum number of queries to return in this request.
- withMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The maximum number of query executions to return in this request.
- withName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The name of the column.
- withName(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The plain language name for the query.
- withName(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The plain-language name of the query.
- withNamedQueries(NamedQuery...) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about the named query IDs submitted.
- withNamedQueries(Collection<NamedQuery>) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about the named query IDs submitted.
- withNamedQuery(NamedQuery) - Method in class com.amazonaws.services.athena.model.GetNamedQueryResult
-
Information about the query.
- withNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryResult
-
The unique ID of the query.
- withNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.DeleteNamedQueryRequest
-
The unique ID of the query to delete.
- withNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.GetNamedQueryRequest
-
The unique ID of the query.
- withNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The unique identifier of the query.
- withNamedQueryId(String) - Method in class com.amazonaws.services.athena.model.UnprocessedNamedQueryId
-
The unique identifier of the named query.
- withNamedQueryIds(String...) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryRequest
-
An array of query IDs.
- withNamedQueryIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryRequest
-
An array of query IDs.
- withNamedQueryIds(String...) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
The list of unique query IDs.
- withNamedQueryIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
The list of unique query IDs.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
A token to be used by the next request if this request is truncated.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
A token to be used by the next request if this request is truncated.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The token that specifies where to start pagination if a previous request was truncated.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
A token to be used by the next request if this request is truncated.
- withNullable(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates the column's nullable status.
- withNullable(ColumnNullable) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Indicates the column's nullable status.
- withOutputLocation(String) - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
The location in S3 where query results are stored.
- withPrecision(Integer) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits, up to 38.
- withQuery(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The SQL query statements which the query execution ran.
- withQueryExecution(QueryExecution) - Method in class com.amazonaws.services.athena.model.GetQueryExecutionResult
-
Information about the query execution.
- withQueryExecutionContext(QueryExecutionContext) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The database in which the query execution occurred.
- withQueryExecutionContext(QueryExecutionContext) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The database within which the query executes.
- withQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.GetQueryExecutionRequest
-
The unique ID of the query execution.
- withQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
The unique ID of the query execution.
- withQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The unique identifier for each query execution.
- withQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionResult
-
The unique ID of the query that ran as a result of this request.
- withQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.StopQueryExecutionRequest
-
The unique ID of the query execution to stop.
- withQueryExecutionId(String) - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
The unique identifier of the query execution.
- withQueryExecutionIds(String...) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionRequest
-
An array of query execution IDs.
- withQueryExecutionIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionRequest
-
An array of query execution IDs.
- withQueryExecutionIds(String...) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
The unique IDs of each query execution as an array of strings.
- withQueryExecutionIds(Collection<String>) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
The unique IDs of each query execution as an array of strings.
- withQueryExecutions(QueryExecution...) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about a query execution.
- withQueryExecutions(Collection<QueryExecution>) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about a query execution.
- withQueryString(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The text of the query itself.
- withQueryString(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The SQL query statements that comprise the query.
- withQueryString(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The SQL query statements to be executed.
- withReason(String) - Method in exception com.amazonaws.services.athena.model.TooManyRequestsException
-
- withReason(ThrottleReason) - Method in exception com.amazonaws.services.athena.model.TooManyRequestsException
-
- withResultConfiguration(ResultConfiguration) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
- withResultConfiguration(ResultConfiguration) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
Specifies information about where and how to save the results of the query execution.
- withResultSet(ResultSet) - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
The results of the query execution.
- withResultSetMetadata(ResultSetMetadata) - Method in class com.amazonaws.services.athena.model.ResultSet
-
The metadata that describes the column structure and data types of a table of query results.
- withRows(Row...) - Method in class com.amazonaws.services.athena.model.ResultSet
-
The rows in the table.
- withRows(Collection<Row>) - Method in class com.amazonaws.services.athena.model.ResultSet
-
The rows in the table.
- withScale(Integer) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits in the fractional part of the value.
- withSchemaName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The schema name (database name) to which the query results belong.
- withState(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The state of query execution.
- withState(QueryExecutionState) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The state of query execution.
- withStateChangeReason(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Further detail about the status of the query.
- withStatistics(QueryExecutionStatistics) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The amount of data scanned during the query execution and the amount of time that it took to execute.
- withStatus(QueryExecutionStatus) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
- withSubmissionDateTime(Date) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query was submitted.
- withTableName(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The table name for the query results.
- withType(String) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
The data type of the column.
- withUnprocessedNamedQueryIds(UnprocessedNamedQueryId...) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about provided query IDs.
- withUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId>) - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Information about provided query IDs.
- withUnprocessedQueryExecutionIds(UnprocessedQueryExecutionId...) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about the query executions that failed to run.
- withUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId>) - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Information about the query executions that failed to run.
- withVarCharValue(String) - Method in class com.amazonaws.services.athena.model.Datum
-
The value of the datum.