Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListBotsRequest.Builder
-
Packages that use ListBotsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListBotsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type ListBotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBotsResponse>LexModelsV2AsyncClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Gets a list of available bots.default ListBotsResponseLexModelsV2Client. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Gets a list of available bots.default ListBotsPublisherLexModelsV2AsyncClient. listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)This is a variant ofLexModelsV2AsyncClient.listBots(software.amazon.awssdk.services.lexmodelsv2.model.ListBotsRequest)operation.default ListBotsIterableLexModelsV2Client. listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)This is a variant ofLexModelsV2Client.listBots(software.amazon.awssdk.services.lexmodelsv2.model.ListBotsRequest)operation. -
Uses of ListBotsRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListBotsRequest.Builder Modifier and Type Method Description static ListBotsRequest.BuilderListBotsRequest. builder()ListBotsRequest.BuilderListBotsRequest.Builder. filters(Collection<BotFilter> filters)Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification.ListBotsRequest.BuilderListBotsRequest.Builder. filters(Consumer<BotFilter.Builder>... filters)Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification.ListBotsRequest.BuilderListBotsRequest.Builder. filters(BotFilter... filters)Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification.ListBotsRequest.BuilderListBotsRequest.Builder. maxResults(Integer maxResults)The maximum number of bots to return in each page of results.ListBotsRequest.BuilderListBotsRequest.Builder. nextToken(String nextToken)If the response from theListBotsoperation contains more results than specified in themaxResultsparameter, a token is returned in the response.ListBotsRequest.BuilderListBotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBotsRequest.BuilderListBotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListBotsRequest.BuilderListBotsRequest.Builder. sortBy(Consumer<BotSortBy.Builder> sortBy)Specifies sorting parameters for the list of bots.ListBotsRequest.BuilderListBotsRequest.Builder. sortBy(BotSortBy sortBy)Specifies sorting parameters for the list of bots.ListBotsRequest.BuilderListBotsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListBotsRequest.Builder Modifier and Type Method Description static Class<? extends ListBotsRequest.Builder>ListBotsRequest. serializableBuilderClass()
-