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