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