Uses of Class
com.amazonaws.services.support.model.Attachment
-
Packages that use Attachment Package Description com.amazonaws.services.support.model -
-
Uses of Attachment in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return Attachment Modifier and Type Method Description AttachmentAttachment. clone()AttachmentDescribeAttachmentResult. getAttachment()The attachment content and file name.AttachmentAttachment. withData(ByteBuffer data)The content of the attachment file.AttachmentAttachment. withFileName(String fileName)The name of the attachment file.Methods in com.amazonaws.services.support.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AddAttachmentsToSetRequest. getAttachments()One or more attachments to add to the set.Methods in com.amazonaws.services.support.model with parameters of type Attachment Modifier and Type Method Description voidDescribeAttachmentResult. setAttachment(Attachment attachment)The attachment content and file name.DescribeAttachmentResultDescribeAttachmentResult. withAttachment(Attachment attachment)The attachment content and file name.AddAttachmentsToSetRequestAddAttachmentsToSetRequest. withAttachments(Attachment... attachments)One or more attachments to add to the set.Method parameters in com.amazonaws.services.support.model with type arguments of type Attachment Modifier and Type Method Description voidAddAttachmentsToSetRequest. setAttachments(Collection<Attachment> attachments)One or more attachments to add to the set.AddAttachmentsToSetRequestAddAttachmentsToSetRequest. withAttachments(Collection<Attachment> attachments)One or more attachments to add to the set.
-