| 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.
|
| software.amazon.awssdk.services.chime.paginators | |
| software.amazon.awssdk.services.chime.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotsResponse> |
ChimeAsyncClient.listBots(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsResponse |
ChimeClient.listBots(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsPublisher |
ChimeAsyncClient.listBotsPaginator(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsIterable |
ChimeClient.listBotsPaginator(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
| Constructor and Description |
|---|
ListBotsIterable(ChimeClient client,
ListBotsRequest firstRequest) |
ListBotsPublisher(ChimeAsyncClient client,
ListBotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListBotsRequestMarshaller.marshall(ListBotsRequest listBotsRequest) |
Copyright © 2023. All rights reserved.