| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentItem |
AttachmentItem.clone() |
AttachmentItem |
AttachmentItem.withAttachmentId(String attachmentId)
A unique identifier for the attachment.
|
AttachmentItem |
AttachmentItem.withAttachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
|
AttachmentItem |
AttachmentItem.withContentType(String contentType)
Describes the MIME file type of the attachment.
|
AttachmentItem |
AttachmentItem.withStatus(ArtifactStatus status)
Status of the attachment.
|
AttachmentItem |
AttachmentItem.withStatus(String status)
Status of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentItem> |
Item.getAttachments()
Provides information about the attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.withAttachments(AttachmentItem... attachments)
Provides information about the attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setAttachments(Collection<AttachmentItem> attachments)
Provides information about the attachments.
|
Item |
Item.withAttachments(Collection<AttachmentItem> attachments)
Provides information about the attachments.
|
Copyright © 2021. All rights reserved.