Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.QueryTemporalRange.Builder
-
Packages that use QueryTemporalRange.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QueryTemporalRange.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QueryTemporalRange.Builder Modifier and Type Method Description static QueryTemporalRange.BuilderQueryTemporalRange. builder()default QueryTemporalRange.BuilderQueryTemporalRange.Builder. max(Consumer<QueryTemporalRangeMax.Builder> max)Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:QueryTemporalRange.BuilderQueryTemporalRange.Builder. max(QueryTemporalRangeMax max)Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:QueryTemporalRange.BuilderQueryTemporalRange. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type QueryTemporalRange.Builder Modifier and Type Method Description static Class<? extends QueryTemporalRange.Builder>QueryTemporalRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type QueryTemporalRange.Builder Modifier and Type Method Description default QueryInsightsResponse.BuilderQueryInsightsResponse.Builder. queryTemporalRange(Consumer<QueryTemporalRange.Builder> queryTemporalRange)Provides insights into the temporal range of the query, including the table with the largest (max) time range.default ScheduledQueryInsightsResponse.BuilderScheduledQueryInsightsResponse.Builder. queryTemporalRange(Consumer<QueryTemporalRange.Builder> queryTemporalRange)Provides insights into the temporal range of the query, including the table with the largest (max) time range.
-