| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactFlowState |
ContactFlowState.fromValue(String value)
Use this in place of valueOf.
|
static ContactFlowState |
ContactFlowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactFlowState[] |
ContactFlowState.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.withContactFlowState(ContactFlowState contactFlowState)
The type of flow.
|
UpdateContactFlowMetadataRequest |
UpdateContactFlowMetadataRequest.withContactFlowState(ContactFlowState contactFlowState)
The state of flow.
|
ContactFlow |
ContactFlow.withState(ContactFlowState state)
The type of flow.
|
ContactFlowSearchCriteria |
ContactFlowSearchCriteria.withStateCondition(ContactFlowState stateCondition)
The state of the flow.
|
Copyright © 2024. All rights reserved.