| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Bot |
Bot.clone() |
Bot |
CreateBotResult.getBot()
The bot details.
|
Bot |
UpdateBotResult.getBot()
The updated bot details.
|
Bot |
RegenerateSecurityTokenResult.getBot() |
Bot |
GetBotResult.getBot()
The chat bot details.
|
Bot |
Bot.withBotEmail(String botEmail)
The bot email address.
|
Bot |
Bot.withBotId(String botId)
The bot ID.
|
Bot |
Bot.withBotType(BotType botType)
The bot type.
|
Bot |
Bot.withBotType(String botType)
The bot type.
|
Bot |
Bot.withCreatedTimestamp(Date createdTimestamp)
The bot creation timestamp, in ISO 8601 format.
|
Bot |
Bot.withDisabled(Boolean disabled)
When true, the bot is stopped from running in your account.
|
Bot |
Bot.withDisplayName(String displayName)
The bot display name.
|
Bot |
Bot.withSecurityToken(String securityToken)
The security token used to authenticate Amazon Chime with the outgoing event endpoint.
|
Bot |
Bot.withUpdatedTimestamp(Date updatedTimestamp)
The updated bot timestamp, in ISO 8601 format.
|
Bot |
Bot.withUserId(String userId)
The unique ID for the bot user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bot> |
ListBotsResult.getBots()
List of bots and bot details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBotResult.setBot(Bot bot)
The bot details.
|
void |
UpdateBotResult.setBot(Bot bot)
The updated bot details.
|
void |
RegenerateSecurityTokenResult.setBot(Bot bot) |
void |
GetBotResult.setBot(Bot bot)
The chat bot details.
|
CreateBotResult |
CreateBotResult.withBot(Bot bot)
The bot details.
|
UpdateBotResult |
UpdateBotResult.withBot(Bot bot)
The updated bot details.
|
RegenerateSecurityTokenResult |
RegenerateSecurityTokenResult.withBot(Bot bot) |
GetBotResult |
GetBotResult.withBot(Bot bot)
The chat bot details.
|
ListBotsResult |
ListBotsResult.withBots(Bot... bots)
List of bots and bot details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotsResult.setBots(Collection<Bot> bots)
List of bots and bot details.
|
ListBotsResult |
ListBotsResult.withBots(Collection<Bot> bots)
List of bots and bot details.
|
Copyright © 2023. All rights reserved.