Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleFilter
-
Packages that use BotLocaleFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotLocaleFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotLocaleFilter Modifier and Type Method Description List<BotLocaleFilter>ListBotLocalesRequest. filters()Provides the specification for a filter used to limit the response to only those locales that match the filter specification.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotLocaleFilter Modifier and Type Method Description ListBotLocalesRequest.BuilderListBotLocalesRequest.Builder. filters(BotLocaleFilter... filters)Provides the specification for a filter used to limit the response to only those locales that match the filter specification.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotLocaleFilter Modifier and Type Method Description ListBotLocalesRequest.BuilderListBotLocalesRequest.Builder. filters(Collection<BotLocaleFilter> filters)Provides the specification for a filter used to limit the response to only those locales that match the filter specification.
-