| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowModuleState |
ListContactFlowModulesRequest.contactFlowModuleState()
The state of the flow module.
|
static ContactFlowModuleState |
ContactFlowModuleState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContactFlowModuleState |
ContactFlowModule.state()
The type of flow module.
|
ContactFlowModuleState |
ContactFlowModuleSummary.state()
The type of flow module.
|
ContactFlowModuleState |
UpdateContactFlowModuleMetadataRequest.state()
The state of flow module.
|
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 |
|---|---|
static Set<ContactFlowModuleState> |
ContactFlowModuleState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowModulesRequest.Builder |
ListContactFlowModulesRequest.Builder.contactFlowModuleState(ContactFlowModuleState contactFlowModuleState)
The state of the flow module.
|
ContactFlowModule.Builder |
ContactFlowModule.Builder.state(ContactFlowModuleState state)
The type of flow module.
|
ContactFlowModuleSummary.Builder |
ContactFlowModuleSummary.Builder.state(ContactFlowModuleState state)
The type of flow module.
|
UpdateContactFlowModuleMetadataRequest.Builder |
UpdateContactFlowModuleMetadataRequest.Builder.state(ContactFlowModuleState state)
The state of flow module.
|
Copyright © 2022. All rights reserved.