Uses of Class
software.amazon.awssdk.services.connect.model.ContactFlowState
-
Packages that use ContactFlowState Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactFlowState in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactFlowState Modifier and Type Method Description ContactFlowStateContactFlowSummary. contactFlowState()The type of flow.ContactFlowStateUpdateContactFlowMetadataRequest. contactFlowState()The state of flow.static ContactFlowStateContactFlowState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContactFlowStateContactFlow. state()The type of flow.ContactFlowStateContactFlowSearchCriteria. stateCondition()The state of the flow.static ContactFlowStateContactFlowState. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ContactFlowState Modifier and Type Method Description static Set<ContactFlowState>ContactFlowState. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactFlowState Modifier and Type Method Description ContactFlowSummary.BuilderContactFlowSummary.Builder. contactFlowState(ContactFlowState contactFlowState)The type of flow.UpdateContactFlowMetadataRequest.BuilderUpdateContactFlowMetadataRequest.Builder. contactFlowState(ContactFlowState contactFlowState)The state of flow.ContactFlow.BuilderContactFlow.Builder. state(ContactFlowState state)The type of flow.ContactFlowSearchCriteria.BuilderContactFlowSearchCriteria.Builder. stateCondition(ContactFlowState stateCondition)The state of the flow.
-