Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBotVersionsResponse
-
Packages that use ListBotVersionsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListBotVersionsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBotVersionsResponse Modifier and Type Method Description default ListBotVersionsResponseLexModelsV2Client. listBotVersions(Consumer<ListBotVersionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBotVersionsResponse Modifier and Type Method Description default CompletableFuture<ListBotVersionsResponse>LexModelsV2AsyncClient. listBotVersions(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)Gets information about all of the versions of a bot.default CompletableFuture<ListBotVersionsResponse>LexModelsV2AsyncClient. listBotVersions(ListBotVersionsRequest listBotVersionsRequest)Gets information about all of the versions of a bot. -
Uses of ListBotVersionsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListBotVersionsResponse Modifier and Type Method Description Iterator<ListBotVersionsResponse>ListBotVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListBotVersionsResponse Modifier and Type Method Description voidListBotVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBotVersionsResponse> subscriber)
-