Uses of Class
software.amazon.awssdk.services.connect.model.ContactFlowType
-
Packages that use ContactFlowType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactFlowType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactFlowType Modifier and Type Method Description ContactFlowTypeContactFlowSummary. contactFlowType()The type of flow.static ContactFlowTypeContactFlowType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContactFlowTypeContactFlow. type()The type of the flow.ContactFlowTypeCreateContactFlowRequest. type()The type of the flow.ContactFlowTypeContactFlowSearchCriteria. typeCondition()The type of flow.static ContactFlowTypeContactFlowType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactFlowType[]ContactFlowType. 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 ContactFlowType Modifier and Type Method Description List<ContactFlowType>ListContactFlowsRequest. contactFlowTypes()The type of flow.static Set<ContactFlowType>ContactFlowType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactFlowType Modifier and Type Method Description ContactFlowSummary.BuilderContactFlowSummary.Builder. contactFlowType(ContactFlowType contactFlowType)The type of flow.ListContactFlowsRequest.BuilderListContactFlowsRequest.Builder. contactFlowTypes(ContactFlowType... contactFlowTypes)The type of flow.ContactFlow.BuilderContactFlow.Builder. type(ContactFlowType type)The type of the flow.CreateContactFlowRequest.BuilderCreateContactFlowRequest.Builder. type(ContactFlowType type)The type of the flow.ContactFlowSearchCriteria.BuilderContactFlowSearchCriteria.Builder. typeCondition(ContactFlowType typeCondition)The type of flow.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ContactFlowType Modifier and Type Method Description ListContactFlowsRequest.BuilderListContactFlowsRequest.Builder. contactFlowTypes(Collection<ContactFlowType> contactFlowTypes)The type of flow.
-