| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
RelatedItemContent |
SearchRelatedItemsResponseItem.content()
Represents the content of a particular type of related item.
|
static RelatedItemContent |
RelatedItemContent.fromComment(CommentContent comment)
Create an instance of this class with
comment() initialized to the given value. |
static RelatedItemContent |
RelatedItemContent.fromComment(Consumer<CommentContent.Builder> comment)
Create an instance of this class with
comment() initialized to the given value. |
static RelatedItemContent |
RelatedItemContent.fromContact(Consumer<ContactContent.Builder> contact)
Create an instance of this class with
contact() initialized to the given value. |
static RelatedItemContent |
RelatedItemContent.fromContact(ContactContent contact)
Create an instance of this class with
contact() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
SearchRelatedItemsResponseItem.Builder |
SearchRelatedItemsResponseItem.Builder.content(RelatedItemContent content)
Represents the content of a particular type of related item.
|
Copyright © 2023. All rights reserved.