| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ContactFlowSummary> |
ListContactFlowsResponse.contactFlowSummaryList()
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowsResponse.Builder |
ListContactFlowsResponse.Builder.contactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList)
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowsResponse.Builder |
ListContactFlowsResponse.Builder.contactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ContactFlowSummary> |
ListContactFlowsPublisher.contactFlowSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ContactFlowSummary> |
ListContactFlowsIterable.contactFlowSummaryList()
Returns an iterable to iterate through the paginated
ListContactFlowsResponse.contactFlowSummaryList()
member. |
Copyright © 2023. All rights reserved.