Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotVersionsRequest
-
Packages that use GetBotVersionsRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetBotVersionsRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetBotVersionsRequest Modifier and Type Method Description default CompletableFuture<GetBotVersionsResponse>LexModelBuildingAsyncClient. getBotVersions(GetBotVersionsRequest 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.default GetBotVersionsPublisherLexModelBuildingAsyncClient. getBotVersionsPaginator(GetBotVersionsRequest getBotVersionsRequest)Gets information about all of the versions of a bot.default GetBotVersionsIterableLexModelBuildingClient. getBotVersionsPaginator(GetBotVersionsRequest getBotVersionsRequest)Gets information about all of the versions of a bot. -
Uses of GetBotVersionsRequest in software.amazon.awssdk.services.lexmodelbuilding.paginators
Constructors in software.amazon.awssdk.services.lexmodelbuilding.paginators with parameters of type GetBotVersionsRequest Constructor Description GetBotVersionsIterable(LexModelBuildingClient client, GetBotVersionsRequest firstRequest)GetBotVersionsPublisher(LexModelBuildingAsyncClient client, GetBotVersionsRequest firstRequest) -
Uses of GetBotVersionsRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetBotVersionsRequest Modifier and Type Method Description SdkHttpFullRequestGetBotVersionsRequestMarshaller. marshall(GetBotVersionsRequest getBotVersionsRequest)
-