| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact
center and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLexBotsResponse |
ConnectClient.listLexBots(Consumer<ListLexBotsRequest.Builder> listLexBotsRequest)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
default ListLexBotsResponse |
ConnectClient.listLexBots(ListLexBotsRequest listLexBotsRequest)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLexBotsResponse> |
ConnectAsyncClient.listLexBots(Consumer<ListLexBotsRequest.Builder> listLexBotsRequest)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
default CompletableFuture<ListLexBotsResponse> |
ConnectAsyncClient.listLexBots(ListLexBotsRequest listLexBotsRequest)
Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLexBotsResponse> |
ListLexBotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLexBotsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLexBotsResponse> subscriber) |
Copyright © 2020. All rights reserved.