Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotVersionsResponse
-
Packages that use GetBotVersionsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetBotVersionsResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetBotVersionsResponse Modifier and Type Method Description default GetBotVersionsResponseLexModelBuildingClient. getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)Gets information about all of the versions of a bot.default GetBotVersionsResponseLexModelBuildingClient. getBotVersions(GetBotVersionsRequest getBotVersionsRequest)Gets information about all of the versions of a bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetBotVersionsResponse Modifier and Type Method Description default CompletableFuture<GetBotVersionsResponse>LexModelBuildingAsyncClient. getBotVersions(Consumer<GetBotVersionsRequest.Builder> getBotVersionsRequest)Gets information about all of the versions of a bot.default CompletableFuture<GetBotVersionsResponse>LexModelBuildingAsyncClient. getBotVersions(GetBotVersionsRequest getBotVersionsRequest)Gets information about all of the versions of a bot. -
Uses of GetBotVersionsResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetBotVersionsResponse Modifier and Type Method Description Iterator<GetBotVersionsResponse>GetBotVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetBotVersionsResponse Modifier and Type Method Description voidGetBotVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBotVersionsResponse> subscriber)
-