| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactFlowModuleState |
ContactFlowModuleState.fromValue(String value)
Use this in place of valueOf.
|
static ContactFlowModuleState |
ContactFlowModuleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactFlowModuleState[] |
ContactFlowModuleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowModulesRequest |
ListContactFlowModulesRequest.withContactFlowModuleState(ContactFlowModuleState contactFlowModuleState)
The state of the flow module.
|
UpdateContactFlowModuleMetadataRequest |
UpdateContactFlowModuleMetadataRequest.withState(ContactFlowModuleState state)
The state of flow module.
|
ContactFlowModuleSummary |
ContactFlowModuleSummary.withState(ContactFlowModuleState state)
The type of flow module.
|
ContactFlowModule |
ContactFlowModule.withState(ContactFlowModuleState state)
The type of flow module.
|
Copyright © 2023. All rights reserved.