Package | Description |
---|---|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
AttachmentDetails |
AttachmentDetails.clone() |
AttachmentDetails |
AttachmentDetails.withAttachmentId(String attachmentId)
The ID of the attachment.
|
AttachmentDetails |
AttachmentDetails.withFileName(String fileName)
The file name of the attachment.
|
Modifier and Type | Method and Description |
---|---|
List<AttachmentDetails> |
Communication.getAttachmentSet()
Information about the attachments to the case communication.
|
Modifier and Type | Method and Description |
---|---|
Communication |
Communication.withAttachmentSet(AttachmentDetails... attachmentSet)
Information about the attachments to the case communication.
|
Modifier and Type | Method and Description |
---|---|
void |
Communication.setAttachmentSet(Collection<AttachmentDetails> attachmentSet)
Information about the attachments to the case communication.
|
Communication |
Communication.withAttachmentSet(Collection<AttachmentDetails> attachmentSet)
Information about the attachments to the case communication.
|
Copyright © 2018. All rights reserved.