| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactState |
AgentContactReference.agentContactState()
The state of the
contact.
|
static ContactState |
ContactState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContactState |
ContactState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactState[] |
ContactState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactState> |
ContactFilter.contactStates()
A list of up to 9 contact states.
|
static Set<ContactState> |
ContactState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AgentContactReference.Builder |
AgentContactReference.Builder.agentContactState(ContactState agentContactState)
The state of the
contact.
|
ContactFilter.Builder |
ContactFilter.Builder.contactStates(ContactState... contactStates)
A list of up to 9 contact states.
|
| Modifier and Type | Method and Description |
|---|---|
ContactFilter.Builder |
ContactFilter.Builder.contactStates(Collection<ContactState> contactStates)
A list of up to 9 contact states.
|
Copyright © 2022. All rights reserved.