Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsBinByName
-
Packages that use AnalyticsBinByName Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsBinByName in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return AnalyticsBinByName Modifier and Type Method Description static AnalyticsBinByNameAnalyticsBinByName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AnalyticsBinByNameAnalyticsBinBySpecification. name()Specifies the time metric by which to bin the analytics data.AnalyticsBinByNameAnalyticsBinKey. name()The criterion by which to bin the results.static AnalyticsBinByNameAnalyticsBinByName. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsBinByName[]AnalyticsBinByName. 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 AnalyticsBinByName Modifier and Type Method Description static Set<AnalyticsBinByName>AnalyticsBinByName. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsBinByName Modifier and Type Method Description AnalyticsBinBySpecification.BuilderAnalyticsBinBySpecification.Builder. name(AnalyticsBinByName name)Specifies the time metric by which to bin the analytics data.AnalyticsBinKey.BuilderAnalyticsBinKey.Builder. name(AnalyticsBinByName name)The criterion by which to bin the results.
-