Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotsRequest
-
-
Uses of ListBotsRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type ListBotsRequest Modifier and Type Method Description default CompletableFuture<ListBotsResponse>LexModelsV2AsyncClient. listBots(ListBotsRequest listBotsRequest)Gets a list of available bots.default ListBotsResponseLexModelsV2Client. listBots(ListBotsRequest listBotsRequest)Gets a list of available bots.default ListBotsPublisherLexModelsV2AsyncClient. listBotsPaginator(ListBotsRequest listBotsRequest)Gets a list of available bots.default ListBotsIterableLexModelsV2Client. listBotsPaginator(ListBotsRequest listBotsRequest)Gets a list of available bots. -
Uses of ListBotsRequest in software.amazon.awssdk.services.lexmodelsv2.paginators
Constructors in software.amazon.awssdk.services.lexmodelsv2.paginators with parameters of type ListBotsRequest Constructor Description ListBotsIterable(LexModelsV2Client client, ListBotsRequest firstRequest)ListBotsPublisher(LexModelsV2AsyncClient client, ListBotsRequest firstRequest) -
Uses of ListBotsRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type ListBotsRequest Modifier and Type Method Description SdkHttpFullRequestListBotsRequestMarshaller. marshall(ListBotsRequest listBotsRequest)
-