| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| software.amazon.awssdk.services.chime.model |
| 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 ListBotsResponse |
ChimeClient.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsPublisher |
ChimeAsyncClient.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
default ListBotsIterable |
ChimeClient.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListBotsRequest.Builder |
ListBotsRequest.Builder.accountId(String accountId)
The Amazon Chime account ID.
|
static ListBotsRequest.Builder |
ListBotsRequest.builder() |
ListBotsRequest.Builder |
ListBotsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBotsRequest.Builder |
ListBotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBotsRequest.Builder |
ListBotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotsRequest.Builder> |
ListBotsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.