| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowSummary |
ContactFlowSummary.clone() |
ContactFlowSummary |
ContactFlowSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowState(ContactFlowState contactFlowState)
The type of flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowState(String contactFlowState)
The type of flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowStatus(ContactFlowStatus contactFlowStatus)
The status of the contact flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowStatus(String contactFlowStatus)
The status of the contact flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowType(ContactFlowType contactFlowType)
The type of flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowType(String contactFlowType)
The type of flow.
|
ContactFlowSummary |
ContactFlowSummary.withId(String id)
The identifier of the flow.
|
ContactFlowSummary |
ContactFlowSummary.withName(String name)
The name of the flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactFlowSummary> |
ListContactFlowsResult.getContactFlowSummaryList()
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowsResult |
ListContactFlowsResult.withContactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList)
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactFlowsResult.setContactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the flows.
|
ListContactFlowsResult |
ListContactFlowsResult.withContactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the flows.
|
Copyright © 2024. All rights reserved.