| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| 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.