| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotsResult |
AbstractAmazonChime.listBots(ListBotsRequest request) |
ListBotsResult |
AmazonChimeClient.listBots(ListBotsRequest request)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
ListBotsResult |
AmazonChime.listBots(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotsResult> |
AmazonChimeAsyncClient.listBotsAsync(ListBotsRequest request) |
Future<ListBotsResult> |
AbstractAmazonChimeAsync.listBotsAsync(ListBotsRequest request) |
Future<ListBotsResult> |
AmazonChimeAsync.listBotsAsync(ListBotsRequest listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
Future<ListBotsResult> |
AmazonChimeAsyncClient.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AbstractAmazonChimeAsync.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AmazonChimeAsync.listBotsAsync(ListBotsRequest listBotsRequest,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBotsResult> |
AmazonChimeAsyncClient.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AbstractAmazonChimeAsync.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
Future<ListBotsResult> |
AmazonChimeAsync.listBotsAsync(ListBotsRequest listBotsRequest,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsResult |
ListBotsResult.clone() |
ListBotsResult |
ListBotsResult.withBots(Bot... bots)
List of bots and bot details.
|
ListBotsResult |
ListBotsResult.withBots(Collection<Bot> bots)
List of bots and bot details.
|
ListBotsResult |
ListBotsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2023. All rights reserved.