Uses of Class
com.amazonaws.services.support.model.AttachmentDetails
Packages that use AttachmentDetails
-
Uses of AttachmentDetails in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return AttachmentDetailsModifier and TypeMethodDescriptionAttachmentDetails.clone()AttachmentDetails.withAttachmentId(String attachmentId) The ID of the attachment.AttachmentDetails.withFileName(String fileName) The file name of the attachment.Methods in com.amazonaws.services.support.model that return types with arguments of type AttachmentDetailsModifier and TypeMethodDescriptionCommunication.getAttachmentSet()Information about the attachments to the case communication.Methods in com.amazonaws.services.support.model with parameters of type AttachmentDetailsModifier and TypeMethodDescriptionCommunication.withAttachmentSet(AttachmentDetails... attachmentSet) Information about the attachments to the case communication.Method parameters in com.amazonaws.services.support.model with type arguments of type AttachmentDetailsModifier and TypeMethodDescriptionvoidCommunication.setAttachmentSet(Collection<AttachmentDetails> attachmentSet) Information about the attachments to the case communication.Communication.withAttachmentSet(Collection<AttachmentDetails> attachmentSet) Information about the attachments to the case communication.