Uses of Class
software.amazon.awssdk.services.connect.model.ContactInitiationMethod
-
Packages that use ContactInitiationMethod Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactInitiationMethod in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactInitiationMethod Modifier and Type Method Description static ContactInitiationMethodContactInitiationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContactInitiationMethodAgentContactReference. initiationMethod()How the contact was initiated.ContactInitiationMethodContact. initiationMethod()Indicates how the contact was initiated.ContactInitiationMethodContactSearchSummary. initiationMethod()Indicates how the contact was initiated.static ContactInitiationMethodContactInitiationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactInitiationMethod[]ContactInitiationMethod. 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 ContactInitiationMethod Modifier and Type Method Description List<ContactInitiationMethod>SearchCriteria. initiationMethods()The list of initiation methods associated with contacts.static Set<ContactInitiationMethod>ContactInitiationMethod. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactInitiationMethod Modifier and Type Method Description AgentContactReference.BuilderAgentContactReference.Builder. initiationMethod(ContactInitiationMethod initiationMethod)How the contact was initiated.Contact.BuilderContact.Builder. initiationMethod(ContactInitiationMethod initiationMethod)Indicates how the contact was initiated.ContactSearchSummary.BuilderContactSearchSummary.Builder. initiationMethod(ContactInitiationMethod initiationMethod)Indicates how the contact was initiated.SearchCriteria.BuilderSearchCriteria.Builder. initiationMethods(ContactInitiationMethod... initiationMethods)The list of initiation methods associated with contacts.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ContactInitiationMethod Modifier and Type Method Description SearchCriteria.BuilderSearchCriteria.Builder. initiationMethods(Collection<ContactInitiationMethod> initiationMethods)The list of initiation methods associated with contacts.
-