| 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 contact flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
|
ContactFlowSummary |
ContactFlowSummary.withContactFlowType(String contactFlowType)
The type of contact flow.
|
ContactFlowSummary |
ContactFlowSummary.withId(String id)
The identifier of the contact flow.
|
ContactFlowSummary |
ContactFlowSummary.withName(String name)
The name of the contact flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactFlowSummary> |
ListContactFlowsResult.getContactFlowSummaryList()
Information about the contact flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowsResult |
ListContactFlowsResult.withContactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList)
Information about the contact flows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactFlowsResult.setContactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the contact flows.
|
ListContactFlowsResult |
ListContactFlowsResult.withContactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the contact flows.
|
Copyright © 2020. All rights reserved.