Uses of Class
software.amazon.awssdk.services.connect.model.Reference
-
Packages that use Reference Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Reference in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Reference Modifier and Type Method Description Map<String,Reference>StartTaskContactRequest. references()A formatted URL that is shown to an agent in the Contact Control Panel (CCP).Map<String,Reference>TaskActionDefinition. references()Information about the reference when thereferenceTypeisURL.Map<String,Reference>UpdateContactRequest. references()Well-formed data on contact, shown to agents on Contact Control Panel (CCP).Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Reference Modifier and Type Method Description StartTaskContactRequest.BuilderStartTaskContactRequest.Builder. references(Map<String,Reference> references)A formatted URL that is shown to an agent in the Contact Control Panel (CCP).TaskActionDefinition.BuilderTaskActionDefinition.Builder. references(Map<String,Reference> references)Information about the reference when thereferenceTypeisURL.UpdateContactRequest.BuilderUpdateContactRequest.Builder. references(Map<String,Reference> references)Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
-