Uses of Class
software.amazon.awssdk.services.timestreamquery.model.QueryTemporalRange
-
Packages that use QueryTemporalRange Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QueryTemporalRange in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QueryTemporalRange Modifier and Type Method Description QueryTemporalRangeQueryInsightsResponse. queryTemporalRange()Provides insights into the temporal range of the query, including the table with the largest (max) time range.QueryTemporalRangeScheduledQueryInsightsResponse. queryTemporalRange()Provides insights into the temporal range of the query, including the table with the largest (max) time range.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type QueryTemporalRange Modifier and Type Method Description QueryInsightsResponse.BuilderQueryInsightsResponse.Builder. queryTemporalRange(QueryTemporalRange queryTemporalRange)Provides insights into the temporal range of the query, including the table with the largest (max) time range.ScheduledQueryInsightsResponse.BuilderScheduledQueryInsightsResponse.Builder. queryTemporalRange(QueryTemporalRange queryTemporalRange)Provides insights into the temporal range of the query, including the table with the largest (max) time range.
-