Uses of Class
software.amazon.awssdk.services.timestreamquery.model.QueryInsightsMode
-
Packages that use QueryInsightsMode Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QueryInsightsMode in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QueryInsightsMode Modifier and Type Method Description static QueryInsightsModeQueryInsightsMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryInsightsModeQueryInsights. mode()Provides the following modes to enableQueryInsights:static QueryInsightsModeQueryInsightsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryInsightsMode[]QueryInsightsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type QueryInsightsMode Modifier and Type Method Description static Set<QueryInsightsMode>QueryInsightsMode. knownValues()Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type QueryInsightsMode Modifier and Type Method Description QueryInsights.BuilderQueryInsights.Builder. mode(QueryInsightsMode mode)Provides the following modes to enableQueryInsights:
-