| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowType |
ContactFlowSummary.contactFlowType()
The type of contact flow.
|
static ContactFlowType |
ContactFlowType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContactFlowType |
ContactFlow.type()
The type of the contact flow.
|
ContactFlowType |
CreateContactFlowRequest.type()
The type of the contact flow.
|
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 |
|---|---|
List<ContactFlowType> |
ListContactFlowsRequest.contactFlowTypes()
The type of contact flow.
|
static Set<ContactFlowType> |
ContactFlowType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContactFlowSummary.Builder |
ContactFlowSummary.Builder.contactFlowType(ContactFlowType contactFlowType)
The type of contact flow.
|
ListContactFlowsRequest.Builder |
ListContactFlowsRequest.Builder.contactFlowTypes(ContactFlowType... contactFlowTypes)
The type of contact flow.
|
ContactFlow.Builder |
ContactFlow.Builder.type(ContactFlowType type)
The type of the contact flow.
|
CreateContactFlowRequest.Builder |
CreateContactFlowRequest.Builder.type(ContactFlowType type)
The type of the contact flow.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowsRequest.Builder |
ListContactFlowsRequest.Builder.contactFlowTypes(Collection<ContactFlowType> contactFlowTypes)
The type of contact flow.
|
Copyright © 2022. All rights reserved.