Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListBotsResponse.Builder
-
Packages that use ListBotsResponse.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListBotsResponse.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListBotsResponse.Builder Modifier and Type Method Description ListBotsResponse.BuilderListBotsResponse.Builder. botSummaries(Collection<BotSummary> botSummaries)Summary information for the bots that meet the filter criteria specified in the request.ListBotsResponse.BuilderListBotsResponse.Builder. botSummaries(Consumer<BotSummary.Builder>... botSummaries)Summary information for the bots that meet the filter criteria specified in the request.ListBotsResponse.BuilderListBotsResponse.Builder. botSummaries(BotSummary... botSummaries)Summary information for the bots that meet the filter criteria specified in the request.static ListBotsResponse.BuilderListBotsResponse. builder()ListBotsResponse.BuilderListBotsResponse.Builder. nextToken(String nextToken)A token that indicates whether there are more results to return in a response to theListBotsoperation.ListBotsResponse.BuilderListBotsResponse. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListBotsResponse.Builder Modifier and Type Method Description static Class<? extends ListBotsResponse.Builder>ListBotsResponse. serializableBuilderClass()
-