Uses of Class
software.amazon.awssdk.services.connectcases.model.ContactContent
-
Packages that use ContactContent Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of ContactContent in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return ContactContent Modifier and Type Method Description ContactContentRelatedItemContent. contact()Represents the content of a contact to be returned to agents.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type ContactContent Modifier and Type Method Description RelatedItemContent.BuilderRelatedItemContent.Builder. contact(ContactContent contact)Represents the content of a contact to be returned to agents.static RelatedItemContentRelatedItemContent. fromContact(ContactContent contact)Create an instance of this class withRelatedItemContent.contact()initialized to the given value.
-