| 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 ListContactFlowsResponse |
ConnectClient.listContactFlows(Consumer<ListContactFlowsRequest.Builder> listContactFlowsRequest)
Provides information about the flows for the specified Amazon Connect instance.
|
default ListContactFlowsResponse |
ConnectClient.listContactFlows(ListContactFlowsRequest listContactFlowsRequest)
Provides information about the flows for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContactFlowsResponse> |
ConnectAsyncClient.listContactFlows(Consumer<ListContactFlowsRequest.Builder> listContactFlowsRequest)
Provides information about the flows for the specified Amazon Connect instance.
|
default CompletableFuture<ListContactFlowsResponse> |
ConnectAsyncClient.listContactFlows(ListContactFlowsRequest listContactFlowsRequest)
Provides information about the flows for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListContactFlowsResponse> |
ListContactFlowsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactFlowsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContactFlowsResponse> subscriber) |
Copyright © 2022. All rights reserved.