| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowModuleSummary |
ContactFlowModuleSummary.clone() |
ContactFlowModuleSummary |
ContactFlowModuleSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the contact flow module.
|
ContactFlowModuleSummary |
ContactFlowModuleSummary.withId(String id)
The identifier of the contact flow module.
|
ContactFlowModuleSummary |
ContactFlowModuleSummary.withName(String name)
The name of the contact flow module.
|
ContactFlowModuleSummary |
ContactFlowModuleSummary.withState(ContactFlowModuleState state)
The type of contact flow module.
|
ContactFlowModuleSummary |
ContactFlowModuleSummary.withState(String state)
The type of contact flow module.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactFlowModuleSummary> |
ListContactFlowModulesResult.getContactFlowModulesSummaryList()
Information about the contact flow module.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowModulesResult |
ListContactFlowModulesResult.withContactFlowModulesSummaryList(ContactFlowModuleSummary... contactFlowModulesSummaryList)
Information about the contact flow module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactFlowModulesResult.setContactFlowModulesSummaryList(Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the contact flow module.
|
ListContactFlowModulesResult |
ListContactFlowModulesResult.withContactFlowModulesSummaryList(Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the contact flow module.
|
Copyright © 2021. All rights reserved.