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 AttachmentDetailsAttachmentDetails. clone()AttachmentDetailsAttachmentDetails. withAttachmentId(String attachmentId)The ID of the attachment.AttachmentDetailsAttachmentDetails. 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 CommunicationCommunication. 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 voidCommunication. setAttachmentSet(Collection<AttachmentDetails> attachmentSet)Information about the attachments to the case communication.CommunicationCommunication. withAttachmentSet(Collection<AttachmentDetails> attachmentSet)Information about the attachments to the case communication.
-