- getAthenaErrorCode() - Method in exception com.amazonaws.services.athena.model.InvalidRequestException
-
- getBytesScannedCutoffPerQuery() - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
- getBytesScannedCutoffPerQuery() - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
- 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 returned in a query result metadata.
- getCompletionDateTime() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query completed.
- getConfiguration() - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are
enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and
whether workgroup's settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration
override client-side settings.
- getConfiguration() - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption configuration, if any, used for query results; whether the Amazon CloudWatch Metrics are enabled for
the workgroup; whether workgroup settings override client-side settings; and the data usage limit for the amount
of data scanned per query, if it is specified.
- getConfigurationUpdates() - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup configuration that will be updated for the given workgroup.
- getCreationTime() - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The date and time the workgroup was created.
- getCreationTime() - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The workgroup creation date and time.
- 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
-
The query description.
- getDescription() - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The workgroup description.
- getDescription() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The query description.
- getDescription() - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup description.
- getDescription() - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The workgroup description.
- getDescription() - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The workgroup description.
- getEncryptionConfiguration() - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS
or CSE-KMS
) and key information.
- getEncryptionConfiguration() - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
The encryption configuration for the query results.
- 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.
- getEnforceWorkGroupConfiguration() - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
If set to "true", the settings for the workgroup override client-side settings.
- getEnforceWorkGroupConfiguration() - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
If set to "true", the settings for the workgroup override client-side settings.
- 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.
- getKey() - Method in class com.amazonaws.services.athena.model.Tag
-
A tag key.
- 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.
- getMaxResults() - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
The maximum number of results to be returned per request that lists the tags for the workgroup resource.
- getMaxResults() - Method in class com.amazonaws.services.athena.model.ListWorkGroupsRequest
-
The maximum number of workgroups 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 query name.
- getName() - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The workgroup name.
- getName() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The query name.
- getName() - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The workgroup name.
- getName() - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The name of the workgroup.
- 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.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the workgroup resource with the specified ARN.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
A token to be used by the next request if this request is truncated.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListWorkGroupsRequest
-
A token to be used by the next request if this request is truncated.
- getNextToken() - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
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 Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
- getOutputLocation() - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
- getPrecision() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits, up to 38.
- getPublishCloudWatchMetricsEnabled() - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
- getPublishCloudWatchMetricsEnabled() - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
- 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 if you have access to the workgroup in which the query
ran.
- getQueryExecution(GetQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
- 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 if you have access to the workgroup in which the query
ran.
- getQueryExecutionAsync(GetQueryExecutionRequest, AsyncHandler<GetQueryExecutionRequest, GetQueryExecutionResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns information about a single execution of a query if you have access to the workgroup in which the query
ran.
- 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
if you have access to
the workgroup in which the query ran.
- getQueryResults(GetQueryResultsRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Returns the results of a single query execution specified by QueryExecutionId
if you have access to
the workgroup in which the query ran.
- 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
if you have access to
the workgroup in which the query ran.
- getQueryResultsAsync(GetQueryResultsRequest, AsyncHandler<GetQueryResultsRequest, GetQueryResultsResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns the results of a single query execution specified by QueryExecutionId
if you have access to
the workgroup in which the query ran.
- 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 contents of the query with all query statements.
- 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
-
- getRecursiveDeleteOption() - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupRequest
-
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
- getRemoveBytesScannedCutoffPerQuery() - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
Indicates that the data usage control limit per query is removed.
- getRemoveEncryptionConfiguration() - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side
setting) for queries in this workgroup should be ignored and set to null.
- getRemoveOutputLocation() - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
If set to "true", indicates that the previously-specified query results location (also known as a client-side
setting) for queries in this workgroup should be ignored and set to null.
- getResourceARN() - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
Lists the tags for the workgroup resource with the specified ARN.
- getResourceARN() - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
Requests that one or more tags are added to the resource (such as a workgroup) for the specified ARN.
- getResourceARN() - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Removes one or more tags from the workgroup resource for the specified ARN.
- getResourceName() - Method in exception com.amazonaws.services.athena.model.ResourceNotFoundException
-
- 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.
- getResultConfiguration() - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored and
the encryption option, if any, used for query results.
- getResultConfigurationUpdates() - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
The result configuration information about the queries in this workgroup that will be updated.
- 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.
- getState() - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup state that will be updated for the given workgroup.
- getState() - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The state of the workgroup: ENABLED or DISABLED.
- getState() - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The state of the workgroup.
- getStateChangeReason() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Further detail about the status of the query.
- getStatementType() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The type of query statement that was run.
- 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, and the
type of statement that was run.
- 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.
- getTagKeys() - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Removes the tags associated with one or more tag keys from the workgroup resource.
- getTags() - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
- getTags() - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
The list of tags associated with this workgroup.
- getTags() - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
- 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.
- getUpdateCount() - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
The number of rows inserted with a CREATE TABLE AS SELECT statement.
- getValue() - Method in class com.amazonaws.services.athena.model.Tag
-
A tag value.
- getVarCharValue() - Method in class com.amazonaws.services.athena.model.Datum
-
The value of the datum.
- getWorkGroup(GetWorkGroupRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- getWorkGroup(GetWorkGroupRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Returns information about the workgroup with the specified name.
- getWorkGroup(GetWorkGroupRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Returns information about the workgroup with the specified name.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The name of the workgroup in which the named query is being created.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupRequest
-
The unique name of the workgroup to delete.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.GetWorkGroupRequest
-
The name of the workgroup.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.GetWorkGroupResult
-
Information about the workgroup.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The name of the workgroup from which the named queries are being returned.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The name of the workgroup from which queries are being returned.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The name of the workgroup that contains the named query.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The name of the workgroup in which the query ran.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The name of the workgroup in which the query is being started.
- getWorkGroup() - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The specified workgroup that will be updated.
- getWorkGroupAsync(GetWorkGroupRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getWorkGroupAsync(GetWorkGroupRequest, AsyncHandler<GetWorkGroupRequest, GetWorkGroupResult>) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- getWorkGroupAsync(GetWorkGroupRequest) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns information about the workgroup with the specified name.
- getWorkGroupAsync(GetWorkGroupRequest, AsyncHandler<GetWorkGroupRequest, GetWorkGroupResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Returns information about the workgroup with the specified name.
- getWorkGroupAsync(GetWorkGroupRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- getWorkGroupAsync(GetWorkGroupRequest, AsyncHandler<GetWorkGroupRequest, GetWorkGroupResult>) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- GetWorkGroupRequest - Class in com.amazonaws.services.athena.model
-
- GetWorkGroupRequest() - Constructor for class com.amazonaws.services.athena.model.GetWorkGroupRequest
-
- GetWorkGroupResult - Class in com.amazonaws.services.athena.model
-
- GetWorkGroupResult() - Constructor for class com.amazonaws.services.athena.model.GetWorkGroupResult
-
- getWorkGroups() - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
The list of workgroups, including their names, descriptions, creation times, and states.
- setAthenaErrorCode(String) - Method in exception com.amazonaws.services.athena.model.InvalidRequestException
-
- setBytesScannedCutoffPerQuery(Long) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
- setBytesScannedCutoffPerQuery(Long) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
- 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 returned in a query result metadata.
- setCompletionDateTime(Date) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query completed.
- setConfiguration(WorkGroupConfiguration) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are
enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and
whether workgroup's settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration
override client-side settings.
- setConfiguration(WorkGroupConfiguration) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption configuration, if any, used for query results; whether the Amazon CloudWatch Metrics are enabled for
the workgroup; whether workgroup settings override client-side settings; and the data usage limit for the amount
of data scanned per query, if it is specified.
- setConfigurationUpdates(WorkGroupConfigurationUpdates) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup configuration that will be updated for the given workgroup.
- setCreationTime(Date) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The date and time the workgroup was created.
- setCreationTime(Date) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The workgroup creation date and time.
- 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
-
The query description.
- setDescription(String) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The workgroup description.
- setDescription(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The query description.
- setDescription(String) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup description.
- setDescription(String) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The workgroup description.
- setDescription(String) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The workgroup description.
- setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS
or CSE-KMS
) and key information.
- setEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
The encryption configuration for the query results.
- 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.
- setEnforceWorkGroupConfiguration(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
If set to "true", the settings for the workgroup override client-side settings.
- setEnforceWorkGroupConfiguration(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
If set to "true", the settings for the workgroup override client-side settings.
- 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.
- setKey(String) - Method in class com.amazonaws.services.athena.model.Tag
-
A tag key.
- 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.
- setMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
The maximum number of results to be returned per request that lists the tags for the workgroup resource.
- setMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsRequest
-
The maximum number of workgroups 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 query name.
- setName(String) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The workgroup name.
- setName(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The query name.
- setName(String) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The workgroup name.
- setName(String) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The name of the workgroup.
- 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.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the workgroup resource with the specified ARN.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
A token to be used by the next request if this request is truncated.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsRequest
-
A token to be used by the next request if this request is truncated.
- setNextToken(String) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
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 Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
- setOutputLocation(String) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
- setPrecision(Integer) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits, up to 38.
- setPublishCloudWatchMetricsEnabled(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
- setPublishCloudWatchMetricsEnabled(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
- 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 contents of the query with all query statements.
- 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
-
- setRecursiveDeleteOption(Boolean) - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupRequest
-
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
- setRemoveBytesScannedCutoffPerQuery(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
Indicates that the data usage control limit per query is removed.
- setRemoveEncryptionConfiguration(Boolean) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side
setting) for queries in this workgroup should be ignored and set to null.
- setRemoveOutputLocation(Boolean) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
If set to "true", indicates that the previously-specified query results location (also known as a client-side
setting) for queries in this workgroup should be ignored and set to null.
- setResourceARN(String) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
Lists the tags for the workgroup resource with the specified ARN.
- setResourceARN(String) - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
Requests that one or more tags are added to the resource (such as a workgroup) for the specified ARN.
- setResourceARN(String) - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Removes one or more tags from the workgroup resource for the specified ARN.
- setResourceName(String) - Method in exception com.amazonaws.services.athena.model.ResourceNotFoundException
-
- 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.
- setResultConfiguration(ResultConfiguration) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored and
the encryption option, if any, used for query results.
- setResultConfigurationUpdates(ResultConfigurationUpdates) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
The result configuration information about the queries in this workgroup that will be updated.
- 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.
- setState(String) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup state that will be updated for the given workgroup.
- setState(String) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The state of the workgroup: ENABLED or DISABLED.
- setState(String) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The state of the workgroup.
- setStateChangeReason(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Further detail about the status of the query.
- setStatementType(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The type of query statement that was run.
- 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, and the
type of statement that was run.
- 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.
- setTagKeys(Collection<String>) - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Removes the tags associated with one or more tag keys from the workgroup resource.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
The list of tags associated with this workgroup.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
- 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.
- setUpdateCount(Long) - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
The number of rows inserted with a CREATE TABLE AS SELECT statement.
- setValue(String) - Method in class com.amazonaws.services.athena.model.Tag
-
A tag value.
- setVarCharValue(String) - Method in class com.amazonaws.services.athena.model.Datum
-
The value of the datum.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The name of the workgroup in which the named query is being created.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupRequest
-
The unique name of the workgroup to delete.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.GetWorkGroupRequest
-
The name of the workgroup.
- setWorkGroup(WorkGroup) - Method in class com.amazonaws.services.athena.model.GetWorkGroupResult
-
Information about the workgroup.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The name of the workgroup from which the named queries are being returned.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The name of the workgroup from which queries are being returned.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The name of the workgroup that contains the named query.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The name of the workgroup in which the query ran.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The name of the workgroup in which the query is being started.
- setWorkGroup(String) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The specified workgroup that will be updated.
- setWorkGroups(Collection<WorkGroupSummary>) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
The list of workgroups, including their names, descriptions, creation times, and states.
- 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 the SQL query statements contained in the Query
.
- startQueryExecution(StartQueryExecutionRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Runs the SQL query statements contained in the Query
.
- 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 the SQL query statements contained in the Query
.
- startQueryExecutionAsync(StartQueryExecutionRequest, AsyncHandler<StartQueryExecutionRequest, StartQueryExecutionResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Runs the SQL query statements contained in the Query
.
- 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
-
- StatementType - Enum in com.amazonaws.services.athena.model
-
- 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
-
- Tag - Class in com.amazonaws.services.athena.model
-
A tag that you can add to a resource.
- Tag() - Constructor for class com.amazonaws.services.athena.model.Tag
-
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthena
-
- tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.athena.AmazonAthena
-
Adds one or more tags to the resource, such as a workgroup.
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaClient
-
Adds one or more tags to the resource, such as a workgroup.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.athena.AbstractAmazonAthenaAsync
-
- tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Adds one or more tags to the resource, such as a workgroup.
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.athena.AmazonAthenaAsync
-
Adds one or more tags to the resource, such as a workgroup.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.athena.AmazonAthenaAsyncClient
-
- TagResourceRequest - Class in com.amazonaws.services.athena.model
-
- TagResourceRequest() - Constructor for class com.amazonaws.services.athena.model.TagResourceRequest
-
- TagResourceResult - Class in com.amazonaws.services.athena.model
-
- TagResourceResult() - Constructor for class com.amazonaws.services.athena.model.TagResourceResult
-
- ThrottleReason - Enum in com.amazonaws.services.athena.model
-
The reason for the query throttling, for example, when it exceeds the concurrent query limit.
- 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.
- toString() - Method in class com.amazonaws.services.athena.model.BatchGetNamedQueryResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.BatchGetQueryExecutionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
Returns a string representation of this object.
- 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.
- toString() - Method in class com.amazonaws.services.athena.model.CreateNamedQueryResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.CreateWorkGroupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.Datum
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.DeleteNamedQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.DeleteNamedQueryResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.EncryptionConfiguration
-
Returns a string representation of this object.
- 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.
- toString() - Method in class com.amazonaws.services.athena.model.GetNamedQueryResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryExecutionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryExecutionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryResultsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.GetWorkGroupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.GetWorkGroupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListNamedQueriesResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListWorkGroupsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.NamedQuery
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.QueryExecution
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.QueryExecutionContext
-
Returns a string representation of this object.
- 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.
- toString() - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ResultSet
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.ResultSetMetadata
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.Row
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.StartQueryExecutionResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.athena.model.StatementType
-
- toString() - Method in class com.amazonaws.services.athena.model.StopQueryExecutionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.StopQueryExecutionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.Tag
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.TagResourceResult
-
Returns a string representation of this object.
- 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.
- toString() - Method in class com.amazonaws.services.athena.model.UnprocessedQueryExecutionId
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.UntagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.WorkGroup
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.athena.model.WorkGroupState
-
- toString() - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
Returns a string representation of this object.
- withAthenaErrorCode(String) - Method in exception com.amazonaws.services.athena.model.InvalidRequestException
-
- withBytesScannedCutoffPerQuery(Long) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
- withBytesScannedCutoffPerQuery(Long) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
- 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 returned in a query result metadata.
- withColumnInfo(Collection<ColumnInfo>) - Method in class com.amazonaws.services.athena.model.ResultSetMetadata
-
Information about the columns returned in a query result metadata.
- withCompletionDateTime(Date) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
The date and time that the query completed.
- withConfiguration(WorkGroupConfiguration) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are
enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and
whether workgroup's settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration
override client-side settings.
- withConfiguration(WorkGroupConfiguration) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the
encryption configuration, if any, used for query results; whether the Amazon CloudWatch Metrics are enabled for
the workgroup; whether workgroup settings override client-side settings; and the data usage limit for the amount
of data scanned per query, if it is specified.
- withConfigurationUpdates(WorkGroupConfigurationUpdates) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup configuration that will be updated for the given workgroup.
- withCreationTime(Date) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The date and time the workgroup was created.
- withCreationTime(Date) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The workgroup creation date and time.
- 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
-
The query description.
- withDescription(String) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The workgroup description.
- withDescription(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The query description.
- withDescription(String) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup description.
- withDescription(String) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The workgroup description.
- withDescription(String) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The workgroup description.
- withEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.athena.model.ResultConfiguration
-
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS
or CSE-KMS
) and key information.
- withEncryptionConfiguration(EncryptionConfiguration) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
The encryption configuration for the query results.
- 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.
- withEnforceWorkGroupConfiguration(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
If set to "true", the settings for the workgroup override client-side settings.
- withEnforceWorkGroupConfiguration(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
If set to "true", the settings for the workgroup override client-side settings.
- 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.
- withKey(String) - Method in class com.amazonaws.services.athena.model.Tag
-
A tag key.
- 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.
- withMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
The maximum number of results to be returned per request that lists the tags for the workgroup resource.
- withMaxResults(Integer) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsRequest
-
The maximum number of workgroups 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 query name.
- withName(String) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
The workgroup name.
- withName(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The query name.
- withName(String) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The workgroup name.
- withName(String) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The name of the workgroup.
- 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.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
The token for the next set of results, or null if there are no additional results for this request, where the
request lists the tags for the workgroup resource with the specified ARN.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
A token to be used by the next request if this request is truncated.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsRequest
-
A token to be used by the next request if this request is truncated.
- withNextToken(String) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
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 Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
- withOutputLocation(String) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/
.
- withPrecision(Integer) - Method in class com.amazonaws.services.athena.model.ColumnInfo
-
For DECIMAL
data types, specifies the total number of digits, up to 38.
- withPublishCloudWatchMetricsEnabled(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
- withPublishCloudWatchMetricsEnabled(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
- 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 contents of the query with all query statements.
- 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
-
- withRecursiveDeleteOption(Boolean) - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupRequest
-
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
- withRemoveBytesScannedCutoffPerQuery(Boolean) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
Indicates that the data usage control limit per query is removed.
- withRemoveEncryptionConfiguration(Boolean) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side
setting) for queries in this workgroup should be ignored and set to null.
- withRemoveOutputLocation(Boolean) - Method in class com.amazonaws.services.athena.model.ResultConfigurationUpdates
-
If set to "true", indicates that the previously-specified query results location (also known as a client-side
setting) for queries in this workgroup should be ignored and set to null.
- withResourceARN(String) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceRequest
-
Lists the tags for the workgroup resource with the specified ARN.
- withResourceARN(String) - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
Requests that one or more tags are added to the resource (such as a workgroup) for the specified ARN.
- withResourceARN(String) - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Removes one or more tags from the workgroup resource for the specified ARN.
- withResourceName(String) - Method in exception com.amazonaws.services.athena.model.ResourceNotFoundException
-
- 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.
- withResultConfiguration(ResultConfiguration) - Method in class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored and
the encryption option, if any, used for query results.
- withResultConfigurationUpdates(ResultConfigurationUpdates) - Method in class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
The result configuration information about the queries in this workgroup that will be updated.
- 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.
- withState(String) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup state that will be updated for the given workgroup.
- withState(WorkGroupState) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The workgroup state that will be updated for the given workgroup.
- withState(String) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The state of the workgroup: ENABLED or DISABLED.
- withState(WorkGroupState) - Method in class com.amazonaws.services.athena.model.WorkGroup
-
The state of the workgroup: ENABLED or DISABLED.
- withState(String) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The state of the workgroup.
- withState(WorkGroupState) - Method in class com.amazonaws.services.athena.model.WorkGroupSummary
-
The state of the workgroup.
- withStateChangeReason(String) - Method in class com.amazonaws.services.athena.model.QueryExecutionStatus
-
Further detail about the status of the query.
- withStatementType(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The type of query statement that was run.
- withStatementType(StatementType) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The type of query statement that was run.
- 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, and the
type of statement that was run.
- 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.
- withTagKeys(String...) - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Removes the tags associated with one or more tag keys from the workgroup resource.
- withTagKeys(Collection<String>) - Method in class com.amazonaws.services.athena.model.UntagResourceRequest
-
Removes the tags associated with one or more tag keys from the workgroup resource.
- withTags(Tag...) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.athena.model.CreateWorkGroupRequest
-
One or more tags, separated by commas, that you want to attach to the workgroup as you create it.
- withTags(Tag...) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
The list of tags associated with this workgroup.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.athena.model.ListTagsForResourceResult
-
The list of tags associated with this workgroup.
- withTags(Tag...) - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.athena.model.TagResourceRequest
-
One or more tags, separated by commas, to be added to the resource, such as a workgroup.
- 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.
- withUpdateCount(Long) - Method in class com.amazonaws.services.athena.model.GetQueryResultsResult
-
The number of rows inserted with a CREATE TABLE AS SELECT statement.
- withValue(String) - Method in class com.amazonaws.services.athena.model.Tag
-
A tag value.
- withVarCharValue(String) - Method in class com.amazonaws.services.athena.model.Datum
-
The value of the datum.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.CreateNamedQueryRequest
-
The name of the workgroup in which the named query is being created.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.DeleteWorkGroupRequest
-
The unique name of the workgroup to delete.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.GetWorkGroupRequest
-
The name of the workgroup.
- withWorkGroup(WorkGroup) - Method in class com.amazonaws.services.athena.model.GetWorkGroupResult
-
Information about the workgroup.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.ListNamedQueriesRequest
-
The name of the workgroup from which the named queries are being returned.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.ListQueryExecutionsRequest
-
The name of the workgroup from which queries are being returned.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.NamedQuery
-
The name of the workgroup that contains the named query.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.QueryExecution
-
The name of the workgroup in which the query ran.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.StartQueryExecutionRequest
-
The name of the workgroup in which the query is being started.
- withWorkGroup(String) - Method in class com.amazonaws.services.athena.model.UpdateWorkGroupRequest
-
The specified workgroup that will be updated.
- withWorkGroups(WorkGroupSummary...) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
The list of workgroups, including their names, descriptions, creation times, and states.
- withWorkGroups(Collection<WorkGroupSummary>) - Method in class com.amazonaws.services.athena.model.ListWorkGroupsResult
-
The list of workgroups, including their names, descriptions, creation times, and states.
- WorkGroup - Class in com.amazonaws.services.athena.model
-
A workgroup, which contains a name, description, creation time, state, and other configuration, listed under
WorkGroup$Configuration.
- WorkGroup() - Constructor for class com.amazonaws.services.athena.model.WorkGroup
-
- WorkGroupConfiguration - Class in com.amazonaws.services.athena.model
-
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 limit for the amount of data
scanned per query, if it is specified.
- WorkGroupConfiguration() - Constructor for class com.amazonaws.services.athena.model.WorkGroupConfiguration
-
- WorkGroupConfigurationUpdates - Class in com.amazonaws.services.athena.model
-
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.
- WorkGroupConfigurationUpdates() - Constructor for class com.amazonaws.services.athena.model.WorkGroupConfigurationUpdates
-
- WorkGroupState - Enum in com.amazonaws.services.athena.model
-
- WorkGroupSummary - Class in com.amazonaws.services.athena.model
-
The summary information for the workgroup, which includes its name, state, description, and the date and time it was
created.
- WorkGroupSummary() - Constructor for class com.amazonaws.services.athena.model.WorkGroupSummary
-