Uses of Class
software.amazon.awssdk.services.connect.model.ContactFlowModuleState
-
Packages that use ContactFlowModuleState Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactFlowModuleState in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactFlowModuleState Modifier and Type Method Description ContactFlowModuleStateListContactFlowModulesRequest. contactFlowModuleState()The state of the flow module.static ContactFlowModuleStateContactFlowModuleState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContactFlowModuleStateContactFlowModule. state()The type of flow module.ContactFlowModuleStateContactFlowModuleSummary. state()The type of flow module.ContactFlowModuleStateUpdateContactFlowModuleMetadataRequest. state()The state of flow module.static ContactFlowModuleStateContactFlowModuleState. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ContactFlowModuleState Modifier and Type Method Description static Set<ContactFlowModuleState>ContactFlowModuleState. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactFlowModuleState Modifier and Type Method Description ListContactFlowModulesRequest.BuilderListContactFlowModulesRequest.Builder. contactFlowModuleState(ContactFlowModuleState contactFlowModuleState)The state of the flow module.ContactFlowModule.BuilderContactFlowModule.Builder. state(ContactFlowModuleState state)The type of flow module.ContactFlowModuleSummary.BuilderContactFlowModuleSummary.Builder. state(ContactFlowModuleState state)The type of flow module.UpdateContactFlowModuleMetadataRequest.BuilderUpdateContactFlowModuleMetadataRequest.Builder. state(ContactFlowModuleState state)The state of flow module.
-