- get(String, AmazonWebServiceRequest, boolean, URI) - Method in class com.amazonaws.services.timestreamquery.endpointdiscovery.AmazonTimestreamQueryEndpointCache
-
- getAddress() - Method in class com.amazonaws.services.timestreamquery.model.Endpoint
-
An endpoint address.
- getArrayColumnInfo() - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is an array.
- getArrayValue() - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is an array.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.timestreamquery.AbstractAmazonTimestreamQuery
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.timestreamquery.AmazonTimestreamQuery
-
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.timestreamquery.AmazonTimestreamQueryClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCachePeriodInMinutes() - Method in class com.amazonaws.services.timestreamquery.model.Endpoint
-
The TTL for the endpoint, in minutes.
- getCancellationMessage() - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryResult
-
A CancellationMessage is returned when a CancelQuery request for the query specified by
QueryId has already been issued.
- getClientToken() - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
Unique, case-sensitive string of up to 64 ASCII characters that you specify when you make a Query request.
- getColumnInfo() - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The column data types of the returned result set.
- getCumulativeBytesMetered() - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes that you will be charged for.
- getCumulativeBytesScanned() - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes.
- getData() - Method in class com.amazonaws.services.timestreamquery.model.Row
-
List of data points in a single row of the result set.
- getEndpoints() - Method in class com.amazonaws.services.timestreamquery.model.DescribeEndpointsResult
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- getExecutorService() - Method in class com.amazonaws.services.timestreamquery.AmazonTimestreamQueryAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getMaxRows() - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
The total number of rows to return in the output.
- getName() - Method in class com.amazonaws.services.timestreamquery.model.ColumnInfo
-
The name of the result set column.
- getNextToken() - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
A pagination token passed to get a set of results.
- getNextToken() - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
A pagination token that can be used again on a Query call to get the next set of results.
- getNullValue() - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is null.
- getProgressPercentage() - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The progress of the query, expressed as a percentage.
- getQueryId() - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryRequest
-
The id of the query that needs to be cancelled.
- getQueryId() - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
A unique ID for the given query.
- getQueryStatus() - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
Information about the status of the query, including progress and bytes scannned.
- getQueryString() - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
The query to be executed by Timestream.
- getRowColumnInfo() - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is a row.
- getRows() - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The result set rows returned by the query.
- getRowValue() - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is a row.
- getScalarType() - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is of type string, integer, boolean, double, timestamp, date, time.
- getScalarValue() - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is a scalar value such as integer, string, double, or boolean.
- getTime() - Method in class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
The timestamp when the measure value was collected.
- getTimeSeriesMeasureValueColumnInfo() - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is a timeseries data type.
- getTimeSeriesValue() - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is of timeseries data type.
- getType() - Method in class com.amazonaws.services.timestreamquery.model.ColumnInfo
-
The data type of the result set column.
- getValue() - Method in class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
The measure value for the data point.
- ScalarType - Enum in com.amazonaws.services.timestreamquery.model
-
- setAddress(String) - Method in class com.amazonaws.services.timestreamquery.model.Endpoint
-
An endpoint address.
- setArrayColumnInfo(ColumnInfo) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is an array.
- setArrayValue(Collection<Datum>) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is an array.
- setCachePeriodInMinutes(Long) - Method in class com.amazonaws.services.timestreamquery.model.Endpoint
-
The TTL for the endpoint, in minutes.
- setCancellationMessage(String) - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryResult
-
A CancellationMessage is returned when a CancelQuery request for the query specified by
QueryId has already been issued.
- setClientToken(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
Unique, case-sensitive string of up to 64 ASCII characters that you specify when you make a Query request.
- setColumnInfo(Collection<ColumnInfo>) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The column data types of the returned result set.
- setCumulativeBytesMetered(Long) - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes that you will be charged for.
- setCumulativeBytesScanned(Long) - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes.
- setData(Collection<Datum>) - Method in class com.amazonaws.services.timestreamquery.model.Row
-
List of data points in a single row of the result set.
- setEndpoints(Collection<Endpoint>) - Method in class com.amazonaws.services.timestreamquery.model.DescribeEndpointsResult
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- setMaxRows(Integer) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
The total number of rows to return in the output.
- setName(String) - Method in class com.amazonaws.services.timestreamquery.model.ColumnInfo
-
The name of the result set column.
- setNextToken(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
A pagination token passed to get a set of results.
- setNextToken(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
A pagination token that can be used again on a Query call to get the next set of results.
- setNullValue(Boolean) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is null.
- setProgressPercentage(Double) - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The progress of the query, expressed as a percentage.
- setQueryId(String) - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryRequest
-
The id of the query that needs to be cancelled.
- setQueryId(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
A unique ID for the given query.
- setQueryStatus(QueryStatus) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
Information about the status of the query, including progress and bytes scannned.
- setQueryString(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
The query to be executed by Timestream.
- setRowColumnInfo(Collection<ColumnInfo>) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is a row.
- setRows(Collection<Row>) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The result set rows returned by the query.
- setRowValue(Row) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is a row.
- setScalarType(String) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is of type string, integer, boolean, double, timestamp, date, time.
- setScalarValue(String) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is a scalar value such as integer, string, double, or boolean.
- setTime(String) - Method in class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
The timestamp when the measure value was collected.
- setTimeSeriesMeasureValueColumnInfo(ColumnInfo) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is a timeseries data type.
- setTimeSeriesValue(Collection<TimeSeriesDataPoint>) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is of timeseries data type.
- setType(Type) - Method in class com.amazonaws.services.timestreamquery.model.ColumnInfo
-
The data type of the result set column.
- setValue(Datum) - Method in class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
The measure value for the data point.
- shutdown() - Method in class com.amazonaws.services.timestreamquery.AbstractAmazonTimestreamQuery
-
- shutdown() - Method in interface com.amazonaws.services.timestreamquery.AmazonTimestreamQuery
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.timestreamquery.AmazonTimestreamQueryAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.timestreamquery.AmazonTimestreamQueryClient
-
- standard() - Static method in class com.amazonaws.services.timestreamquery.AmazonTimestreamQueryAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.timestreamquery.AmazonTimestreamQueryClientBuilder
-
- ThrottlingException - Exception in com.amazonaws.services.timestreamquery.model
-
The request was denied due to request throttling.
- ThrottlingException(String) - Constructor for exception com.amazonaws.services.timestreamquery.model.ThrottlingException
-
Constructs a new ThrottlingException with the specified error message.
- TimeSeriesDataPoint - Class in com.amazonaws.services.timestreamquery.model
-
The timeseries datatype represents the values of a measure over time.
- TimeSeriesDataPoint() - Constructor for class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
- toString() - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.ColumnInfo
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.DescribeEndpointsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.DescribeEndpointsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.Endpoint
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.Row
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.timestreamquery.model.ScalarType
-
- toString() - Method in class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Returns a string representation of this object.
- Type - Class in com.amazonaws.services.timestreamquery.model
-
Contains the data type of a column in a query result set.
- Type() - Constructor for class com.amazonaws.services.timestreamquery.model.Type
-
- withAddress(String) - Method in class com.amazonaws.services.timestreamquery.model.Endpoint
-
An endpoint address.
- withArrayColumnInfo(ColumnInfo) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is an array.
- withArrayValue(Datum...) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is an array.
- withArrayValue(Collection<Datum>) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is an array.
- withCachePeriodInMinutes(Long) - Method in class com.amazonaws.services.timestreamquery.model.Endpoint
-
The TTL for the endpoint, in minutes.
- withCancellationMessage(String) - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryResult
-
A CancellationMessage is returned when a CancelQuery request for the query specified by
QueryId has already been issued.
- withClientToken(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
Unique, case-sensitive string of up to 64 ASCII characters that you specify when you make a Query request.
- withColumnInfo(ColumnInfo...) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The column data types of the returned result set.
- withColumnInfo(Collection<ColumnInfo>) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The column data types of the returned result set.
- withCumulativeBytesMetered(Long) - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes that you will be charged for.
- withCumulativeBytesScanned(Long) - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The amount of data scanned by the query in bytes.
- withData(Datum...) - Method in class com.amazonaws.services.timestreamquery.model.Row
-
List of data points in a single row of the result set.
- withData(Collection<Datum>) - Method in class com.amazonaws.services.timestreamquery.model.Row
-
List of data points in a single row of the result set.
- withEndpoints(Endpoint...) - Method in class com.amazonaws.services.timestreamquery.model.DescribeEndpointsResult
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- withEndpoints(Collection<Endpoint>) - Method in class com.amazonaws.services.timestreamquery.model.DescribeEndpointsResult
-
An Endpoints object is returned when a DescribeEndpoints request is made.
- withMaxRows(Integer) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
The total number of rows to return in the output.
- withName(String) - Method in class com.amazonaws.services.timestreamquery.model.ColumnInfo
-
The name of the result set column.
- withNextToken(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
A pagination token passed to get a set of results.
- withNextToken(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
A pagination token that can be used again on a Query call to get the next set of results.
- withNullValue(Boolean) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is null.
- withProgressPercentage(Double) - Method in class com.amazonaws.services.timestreamquery.model.QueryStatus
-
The progress of the query, expressed as a percentage.
- withQueryId(String) - Method in class com.amazonaws.services.timestreamquery.model.CancelQueryRequest
-
The id of the query that needs to be cancelled.
- withQueryId(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
A unique ID for the given query.
- withQueryStatus(QueryStatus) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
Information about the status of the query, including progress and bytes scannned.
- withQueryString(String) - Method in class com.amazonaws.services.timestreamquery.model.QueryRequest
-
The query to be executed by Timestream.
- withRowColumnInfo(ColumnInfo...) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is a row.
- withRowColumnInfo(Collection<ColumnInfo>) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is a row.
- withRows(Row...) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The result set rows returned by the query.
- withRows(Collection<Row>) - Method in class com.amazonaws.services.timestreamquery.model.QueryResult
-
The result set rows returned by the query.
- withRowValue(Row) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is a row.
- withScalarType(String) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is of type string, integer, boolean, double, timestamp, date, time.
- withScalarType(ScalarType) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is of type string, integer, boolean, double, timestamp, date, time.
- withScalarValue(String) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is a scalar value such as integer, string, double, or boolean.
- withTime(String) - Method in class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
The timestamp when the measure value was collected.
- withTimeSeriesMeasureValueColumnInfo(ColumnInfo) - Method in class com.amazonaws.services.timestreamquery.model.Type
-
Indicates if the column is a timeseries data type.
- withTimeSeriesValue(TimeSeriesDataPoint...) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is of timeseries data type.
- withTimeSeriesValue(Collection<TimeSeriesDataPoint>) - Method in class com.amazonaws.services.timestreamquery.model.Datum
-
Indicates if the data point is of timeseries data type.
- withType(Type) - Method in class com.amazonaws.services.timestreamquery.model.ColumnInfo
-
The data type of the result set column.
- withValue(Datum) - Method in class com.amazonaws.services.timestreamquery.model.TimeSeriesDataPoint
-
The measure value for the data point.