Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotsResponse
-
Packages that use ListBotsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListBotsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBotsResponse Modifier and Type Method Description default ListBotsResponseLexModelsV2Client. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Gets a list of available bots.default ListBotsResponseLexModelsV2Client. listBots(ListBotsRequest listBotsRequest)Gets a list of available bots.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBotsResponse Modifier and Type Method Description default CompletableFuture<ListBotsResponse>LexModelsV2AsyncClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Gets a list of available bots.default CompletableFuture<ListBotsResponse>LexModelsV2AsyncClient. listBots(ListBotsRequest listBotsRequest)Gets a list of available bots. -
Uses of ListBotsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListBotsResponse Modifier and Type Method Description Iterator<ListBotsResponse>ListBotsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListBotsResponse Modifier and Type Method Description voidListBotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBotsResponse> subscriber)
-