Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsInterval
-
Packages that use AnalyticsInterval Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsInterval in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return AnalyticsInterval Modifier and Type Method Description static AnalyticsIntervalAnalyticsInterval. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnalyticsIntervalAnalyticsBinBySpecification. interval()Specifies the interval of time by which to bin the analytics data.static AnalyticsIntervalAnalyticsInterval. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsInterval[]AnalyticsInterval. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsInterval Modifier and Type Method Description static Set<AnalyticsInterval>AnalyticsInterval. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsInterval Modifier and Type Method Description AnalyticsBinBySpecification.BuilderAnalyticsBinBySpecification.Builder. interval(AnalyticsInterval interval)Specifies the interval of time by which to bin the analytics data.
-