Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotLocalesResponse
-
Packages that use ListBotLocalesResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListBotLocalesResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBotLocalesResponse Modifier and Type Method Description default ListBotLocalesResponseLexModelsV2Client. listBotLocales(Consumer<ListBotLocalesRequest.Builder> listBotLocalesRequest)Gets a list of locales for the specified bot.default ListBotLocalesResponseLexModelsV2Client. listBotLocales(ListBotLocalesRequest listBotLocalesRequest)Gets a list of locales for the specified bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBotLocalesResponse Modifier and Type Method Description default CompletableFuture<ListBotLocalesResponse>LexModelsV2AsyncClient. listBotLocales(Consumer<ListBotLocalesRequest.Builder> listBotLocalesRequest)Gets a list of locales for the specified bot.default CompletableFuture<ListBotLocalesResponse>LexModelsV2AsyncClient. listBotLocales(ListBotLocalesRequest listBotLocalesRequest)Gets a list of locales for the specified bot. -
Uses of ListBotLocalesResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListBotLocalesResponse Modifier and Type Method Description Iterator<ListBotLocalesResponse>ListBotLocalesIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListBotLocalesResponse Modifier and Type Method Description voidListBotLocalesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBotLocalesResponse> subscriber)
-