Uses of Class
software.amazon.awssdk.services.connect.model.AgentContactReference
-
Packages that use AgentContactReference Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentContactReference in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentContactReference Modifier and Type Method Description List<AgentContactReference>UserData. contacts()A list of contact reference information.Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentContactReference Modifier and Type Method Description UserData.BuilderUserData.Builder. contacts(AgentContactReference... contacts)A list of contact reference information.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AgentContactReference Modifier and Type Method Description UserData.BuilderUserData.Builder. contacts(Collection<AgentContactReference> contacts)A list of contact reference information.
-