Uses of Class
software.amazon.awssdk.services.connectcases.model.RelatedItemContent
-
Packages that use RelatedItemContent Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of RelatedItemContent in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return RelatedItemContent Modifier and Type Method Description RelatedItemContentSearchRelatedItemsResponseItem. content()Represents the content of a particular type of related item.static RelatedItemContentRelatedItemContent. fromComment(Consumer<CommentContent.Builder> comment)Create an instance of this class withcomment()initialized to the given value.static RelatedItemContentRelatedItemContent. fromComment(CommentContent comment)Create an instance of this class withcomment()initialized to the given value.static RelatedItemContentRelatedItemContent. fromContact(Consumer<ContactContent.Builder> contact)Create an instance of this class withcontact()initialized to the given value.static RelatedItemContentRelatedItemContent. fromContact(ContactContent contact)Create an instance of this class withcontact()initialized to the given value.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type RelatedItemContent Modifier and Type Method Description SearchRelatedItemsResponseItem.BuilderSearchRelatedItemsResponseItem.Builder. content(RelatedItemContent content)Represents the content of a particular type of related item.
-