Uses of Interface
software.amazon.awssdk.services.connect.model.ListBotsResponse.Builder
-
Packages that use ListBotsResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ListBotsResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ListBotsResponse.Builder Modifier and Type Method Description static ListBotsResponse.BuilderListBotsResponse. builder()ListBotsResponse.BuilderListBotsResponse.Builder. lexBots(Collection<LexBotConfig> lexBots)The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.ListBotsResponse.BuilderListBotsResponse.Builder. lexBots(Consumer<LexBotConfig.Builder>... lexBots)The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.ListBotsResponse.BuilderListBotsResponse.Builder. lexBots(LexBotConfig... lexBots)The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.ListBotsResponse.BuilderListBotsResponse.Builder. nextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListBotsResponse.BuilderListBotsResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListBotsResponse.Builder Modifier and Type Method Description static Class<? extends ListBotsResponse.Builder>ListBotsResponse. serializableBuilderClass()
-