| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| Modifier and Type | Method and Description |
|---|---|
default GetBotResponse |
ChimeClient.getBot(Consumer<GetBotRequest.Builder> getBotRequest)
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
|
default GetBotResponse |
ChimeClient.getBot(GetBotRequest getBotRequest)
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBotResponse> |
ChimeAsyncClient.getBot(Consumer<GetBotRequest.Builder> getBotRequest)
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
|
default CompletableFuture<GetBotResponse> |
ChimeAsyncClient.getBot(GetBotRequest getBotRequest)
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
|
Copyright © 2022. All rights reserved.