Uses of Class
software.amazon.awssdk.services.connect.model.ContactState
-
Packages that use ContactState Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactState in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactState Modifier and Type Method Description ContactStateAgentContactReference. agentContactState()The state of the contact.static ContactStateContactState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContactStateContactState. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ContactState Modifier and Type Method Description List<ContactState>ContactFilter. contactStates()A list of up to 9 contact states.static Set<ContactState>ContactState. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactState Modifier and Type Method Description AgentContactReference.BuilderAgentContactReference.Builder. agentContactState(ContactState agentContactState)The state of the contact.ContactFilter.BuilderContactFilter.Builder. contactStates(ContactState... contactStates)A list of up to 9 contact states.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ContactState Modifier and Type Method Description ContactFilter.BuilderContactFilter.Builder. contactStates(Collection<ContactState> contactStates)A list of up to 9 contact states.
-