| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
LexBot |
AssociateLexBotRequest.lexBot()
The Amazon Lex box to associate with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<LexBot> |
ListLexBotsResponse.lexBots()
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateLexBotRequest.Builder |
AssociateLexBotRequest.Builder.lexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
|
ListLexBotsResponse.Builder |
ListLexBotsResponse.Builder.lexBots(LexBot... lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListLexBotsResponse.Builder |
ListLexBotsResponse.Builder.lexBots(Collection<LexBot> lexBots)
The names and Regions of the Amazon Lex bots associated with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<LexBot> |
ListLexBotsIterable.lexBots()
Returns an iterable to iterate through the paginated
ListLexBotsResponse.lexBots() member. |
SdkPublisher<LexBot> |
ListLexBotsPublisher.lexBots()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.