| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LexBotConfig> |
ListBotsResponse.lexBots()
The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified
instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsResponse.Builder |
ListBotsResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsResponse.Builder |
ListBotsResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LexBotConfig> |
ListBotsPublisher.lexBots()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LexBotConfig> |
ListBotsIterable.lexBots()
Returns an iterable to iterate through the paginated
ListBotsResponse.lexBots() member. |
Copyright © 2023. All rights reserved.