| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactInitiationMethod |
ContactInitiationMethod.fromValue(String value)
Use this in place of valueOf.
|
static ContactInitiationMethod |
ContactInitiationMethod.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.
|
| Modifier and Type | Method and Description |
|---|---|
AgentContactReference |
AgentContactReference.withInitiationMethod(ContactInitiationMethod initiationMethod)
How the contact was initiated.
|
ContactSearchSummary |
ContactSearchSummary.withInitiationMethod(ContactInitiationMethod initiationMethod)
Indicates how the contact was initiated.
|
Contact |
Contact.withInitiationMethod(ContactInitiationMethod initiationMethod)
Indicates how the contact was initiated.
|
SearchCriteria |
SearchCriteria.withInitiationMethods(ContactInitiationMethod... initiationMethods)
The list of initiation methods associated with contacts.
|
Copyright © 2024. All rights reserved.