| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can 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 © 2023. All rights reserved.