Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotVersionsRequest
-
-
Uses of ListBotVersionsRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type ListBotVersionsRequest Modifier and Type Method Description default CompletableFuture<ListBotVersionsResponse>LexModelsV2AsyncClient. listBotVersions(ListBotVersionsRequest listBotVersionsRequest)Gets information about all of the versions of a bot.default ListBotVersionsResponseLexModelsV2Client. listBotVersions(ListBotVersionsRequest listBotVersionsRequest)Gets information about all of the versions of a bot.default ListBotVersionsPublisherLexModelsV2AsyncClient. listBotVersionsPaginator(ListBotVersionsRequest listBotVersionsRequest)Gets information about all of the versions of a bot.default ListBotVersionsIterableLexModelsV2Client. listBotVersionsPaginator(ListBotVersionsRequest listBotVersionsRequest)Gets information about all of the versions of a bot. -
Uses of ListBotVersionsRequest in software.amazon.awssdk.services.lexmodelsv2.paginators
Constructors in software.amazon.awssdk.services.lexmodelsv2.paginators with parameters of type ListBotVersionsRequest Constructor Description ListBotVersionsIterable(LexModelsV2Client client, ListBotVersionsRequest firstRequest)ListBotVersionsPublisher(LexModelsV2AsyncClient client, ListBotVersionsRequest firstRequest) -
Uses of ListBotVersionsRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type ListBotVersionsRequest Modifier and Type Method Description SdkHttpFullRequestListBotVersionsRequestMarshaller. marshall(ListBotVersionsRequest listBotVersionsRequest)
-