| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Bot |
CreateBotResponse.bot()
The bot details.
|
Bot |
GetBotResponse.bot()
The chat bot details.
|
Bot |
RegenerateSecurityTokenResponse.bot()
Returns the value of the Bot property for this object.
|
Bot |
UpdateBotResponse.bot()
The updated bot details.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bot> |
ListBotsResponse.bots()
List of bots and bot details.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotResponse.Builder |
CreateBotResponse.Builder.bot(Bot bot)
The bot details.
|
GetBotResponse.Builder |
GetBotResponse.Builder.bot(Bot bot)
The chat bot details.
|
RegenerateSecurityTokenResponse.Builder |
RegenerateSecurityTokenResponse.Builder.bot(Bot bot)
Sets the value of the Bot property for this object.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.bot(Bot bot)
The updated bot details.
|
ListBotsResponse.Builder |
ListBotsResponse.Builder.bots(Bot... bots)
List of bots and bot details.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsResponse.Builder |
ListBotsResponse.Builder.bots(Collection<Bot> bots)
List of bots and bot details.
|
Copyright © 2022. All rights reserved.