| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactFlowType |
ContactFlowType.fromValue(String value)
Use this in place of valueOf.
|
static ContactFlowType |
ContactFlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactFlowType[] |
ContactFlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ContactFlowSummary |
ContactFlowSummary.withContactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
|
ListContactFlowsRequest |
ListContactFlowsRequest.withContactFlowTypes(ContactFlowType... contactFlowTypes)
The type of contact flow.
|
CreateContactFlowRequest |
CreateContactFlowRequest.withType(ContactFlowType type)
The type of the contact flow.
|
ContactFlow |
ContactFlow.withType(ContactFlowType type)
The type of the contact flow.
|
Copyright © 2020. All rights reserved.