| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ListBotsResult |
AbstractAmazonChime.listBots(ListBotsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
Future<ListBotsResult> |
AmazonChimeAsyncClient.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListBotsResult> |
AmazonChimeAsyncClient.listBotsAsync(ListBotsRequest request,
AsyncHandler<ListBotsRequest,ListBotsResult> asyncHandler) |
| 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 © 2024. All rights reserved.