Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListBotVersionsRequest.Builder
-
Packages that use ListBotVersionsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListBotVersionsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type ListBotVersionsRequest.Builder 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 ListBotVersionsResponseLexModelsV2Client. listBotVersions(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)Gets information about all of the versions of a bot.default ListBotVersionsPublisherLexModelsV2AsyncClient. listBotVersionsPaginator(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)Gets information about all of the versions of a bot.default ListBotVersionsIterableLexModelsV2Client. listBotVersionsPaginator(Consumer<ListBotVersionsRequest.Builder> listBotVersionsRequest)Gets information about all of the versions of a bot. -
Uses of ListBotVersionsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListBotVersionsRequest.Builder Modifier and Type Method Description ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. botId(String botId)The identifier of the bot to list versions for.static ListBotVersionsRequest.BuilderListBotVersionsRequest. builder()ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of versions to return in each page of results.ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. nextToken(String nextToken)If the response to theListBotVersionoperation contains more results than specified in themaxResultsparameter, a token is returned in the response.ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. sortBy(Consumer<BotVersionSortBy.Builder> sortBy)Specifies sorting parameters for the list of versions.ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. sortBy(BotVersionSortBy sortBy)Specifies sorting parameters for the list of versions.ListBotVersionsRequest.BuilderListBotVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListBotVersionsRequest.Builder Modifier and Type Method Description static Class<? extends ListBotVersionsRequest.Builder>ListBotVersionsRequest. serializableBuilderClass()
-