| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static RelatedItemContent.Builder |
RelatedItemContent.builder() |
RelatedItemContent.Builder |
RelatedItemContent.Builder.comment(CommentContent comment)
Represents the content of a comment to be returned to agents.
|
default RelatedItemContent.Builder |
RelatedItemContent.Builder.comment(Consumer<CommentContent.Builder> comment)
Represents the content of a comment to be returned to agents.
|
default RelatedItemContent.Builder |
RelatedItemContent.Builder.contact(Consumer<ContactContent.Builder> contact)
Represents the content of a contact to be returned to agents.
|
RelatedItemContent.Builder |
RelatedItemContent.Builder.contact(ContactContent contact)
Represents the content of a contact to be returned to agents.
|
RelatedItemContent.Builder |
RelatedItemContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RelatedItemContent.Builder> |
RelatedItemContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRelatedItemsResponseItem.Builder |
SearchRelatedItemsResponseItem.Builder.content(Consumer<RelatedItemContent.Builder> content)
Represents the content of a particular type of related item.
|
Copyright © 2023. All rights reserved.