Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleFilterName
-
Packages that use BotLocaleFilterName Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotLocaleFilterName in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotLocaleFilterName Modifier and Type Method Description static BotLocaleFilterNameBotLocaleFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BotLocaleFilterNameBotLocaleFilter. name()The name of the field to filter the list of bots.static BotLocaleFilterNameBotLocaleFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static BotLocaleFilterName[]BotLocaleFilterName. 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 BotLocaleFilterName Modifier and Type Method Description static Set<BotLocaleFilterName>BotLocaleFilterName. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotLocaleFilterName Modifier and Type Method Description BotLocaleFilter.BuilderBotLocaleFilter.Builder. name(BotLocaleFilterName name)The name of the field to filter the list of bots.
-