| 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.
|
| software.amazon.awssdk.services.chime.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBotsResponse |
ChimeClient.listBots(Consumer<ListBotsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotsResponse> |
ChimeAsyncClient.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default CompletableFuture<ListBotsResponse> |
ChimeAsyncClient.listBots(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBotsResponse> |
ListBotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBotsResponse> subscriber) |
Copyright © 2022. All rights reserved.