| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListContactFlowModulesResponse |
ConnectClient.listContactFlowModules(Consumer<ListContactFlowModulesRequest.Builder> listContactFlowModulesRequest)
Provides information about the contact flow modules for the specified Amazon Connect instance.
|
default ListContactFlowModulesResponse |
ConnectClient.listContactFlowModules(ListContactFlowModulesRequest listContactFlowModulesRequest)
Provides information about the contact flow modules for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContactFlowModulesResponse> |
ConnectAsyncClient.listContactFlowModules(Consumer<ListContactFlowModulesRequest.Builder> listContactFlowModulesRequest)
Provides information about the contact flow modules for the specified Amazon Connect instance.
|
default CompletableFuture<ListContactFlowModulesResponse> |
ConnectAsyncClient.listContactFlowModules(ListContactFlowModulesRequest listContactFlowModulesRequest)
Provides information about the contact flow modules for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListContactFlowModulesResponse> |
ListContactFlowModulesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactFlowModulesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContactFlowModulesResponse> subscriber) |
Copyright © 2022. All rights reserved.