Uses of Class
software.amazon.awssdk.services.connectcases.model.CommentContent
-
Packages that use CommentContent Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CommentContent in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return CommentContent Modifier and Type Method Description CommentContentRelatedItemContent. comment()Represents the content of a comment to be returned to agents.CommentContentRelatedItemInputContent. comment()Represents the content of a comment to be returned to agents.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type CommentContent Modifier and Type Method Description RelatedItemContent.BuilderRelatedItemContent.Builder. comment(CommentContent comment)Represents the content of a comment to be returned to agents.RelatedItemInputContent.BuilderRelatedItemInputContent.Builder. comment(CommentContent comment)Represents the content of a comment to be returned to agents.static RelatedItemContentRelatedItemContent. fromComment(CommentContent comment)Create an instance of this class withRelatedItemContent.comment()initialized to the given value.static RelatedItemInputContentRelatedItemInputContent. fromComment(CommentContent comment)Create an instance of this class withRelatedItemInputContent.comment()initialized to the given value.
-