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