Uses of Class
software.amazon.awssdk.services.connectcases.model.Contact
-
Packages that use Contact Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of Contact in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return Contact Modifier and Type Method Description ContactRelatedItemInputContent. contact()Object representing a contact in Amazon Connect as an API request field.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type Contact Modifier and Type Method Description RelatedItemInputContent.BuilderRelatedItemInputContent.Builder. contact(Contact contact)Object representing a contact in Amazon Connect as an API request field.static RelatedItemInputContentRelatedItemInputContent. fromContact(Contact contact)Create an instance of this class withRelatedItemInputContent.contact()initialized to the given value.
-