| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ListBotsResponse.Builder |
ListBotsResponse.builder() |
ListBotsResponse.Builder |
ListBotsResponse.Builder.lexBots(Collection<LexBotConfig> lexBots)
The names and Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
|
ListBotsResponse.Builder |
ListBotsResponse.Builder.lexBots(Consumer<LexBotConfig.Builder>... lexBots)
The names and Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
|
ListBotsResponse.Builder |
ListBotsResponse.Builder.lexBots(LexBotConfig... lexBots)
The names and Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
|
ListBotsResponse.Builder |
ListBotsResponse.Builder.nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListBotsResponse.Builder |
ListBotsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotsResponse.Builder> |
ListBotsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.