Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.QueryInsights.Builder
-
Packages that use QueryInsights.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QueryInsights.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QueryInsights.Builder Modifier and Type Method Description static QueryInsights.BuilderQueryInsights. builder()QueryInsights.BuilderQueryInsights.Builder. mode(String mode)Provides the following modes to enableQueryInsights:QueryInsights.BuilderQueryInsights.Builder. mode(QueryInsightsMode mode)Provides the following modes to enableQueryInsights:QueryInsights.BuilderQueryInsights. toBuilder()Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type QueryInsights.Builder Modifier and Type Method Description static Class<? extends QueryInsights.Builder>QueryInsights. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type QueryInsights.Builder Modifier and Type Method Description default QueryRequest.BuilderQueryRequest.Builder. queryInsights(Consumer<QueryInsights.Builder> queryInsights)Encapsulates settings for enablingQueryInsights.
-