Uses of Class
com.amazonaws.services.support.model.AttachmentDetails
-
Packages that use AttachmentDetails Package Description com.amazonaws.services.support.model -
-
Uses of AttachmentDetails in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return AttachmentDetails Modifier and Type Method 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.Methods in com.amazonaws.services.support.model that return types with arguments of type AttachmentDetails Modifier and Type Method Description List<AttachmentDetails>
Communication. getAttachmentSet()
Information about the attachments to the case communication.Methods in com.amazonaws.services.support.model with parameters of type AttachmentDetails Modifier and Type Method Description Communication
Communication. withAttachmentSet(AttachmentDetails... attachmentSet)
Information about the attachments to the case communication.Method parameters in com.amazonaws.services.support.model with type arguments of type AttachmentDetails Modifier and Type Method 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.
-