| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBotsResponse> |
ConnectAsyncClient.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
default ListBotsResponse |
ConnectClient.listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
default ListBotsPublisher |
ConnectAsyncClient.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
default ListBotsIterable |
ConnectClient.listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
static ListBotsRequest.Builder |
ListBotsRequest.builder() |
ListBotsRequest.Builder |
ListBotsRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.lexVersion(LexVersion lexVersion)
The version of Amazon Lex or Amazon Lex V2.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.lexVersion(String lexVersion)
The version of Amazon Lex or Amazon Lex V2.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListBotsRequest.Builder |
ListBotsRequest.Builder.nextToken(String nextToken)
The token for the next set 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 © 2022. All rights reserved.