Uses of Class
software.amazon.awssdk.services.connectcases.model.RelatedItemInputContent
-
Packages that use RelatedItemInputContent Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of RelatedItemInputContent in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return RelatedItemInputContent Modifier and Type Method Description RelatedItemInputContentCreateRelatedItemRequest. content()The content of a related item to be created.static RelatedItemInputContentRelatedItemInputContent. fromComment(Consumer<CommentContent.Builder> comment)Create an instance of this class withcomment()initialized to the given value.static RelatedItemInputContentRelatedItemInputContent. fromComment(CommentContent comment)Create an instance of this class withcomment()initialized to the given value.static RelatedItemInputContentRelatedItemInputContent. fromContact(Consumer<Contact.Builder> contact)Create an instance of this class withcontact()initialized to the given value.static RelatedItemInputContentRelatedItemInputContent. fromContact(Contact 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 RelatedItemInputContent Modifier and Type Method Description CreateRelatedItemRequest.BuilderCreateRelatedItemRequest.Builder. content(RelatedItemInputContent content)The content of a related item to be created.
-