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 Attachment
Attachment. clone()
Attachment
DescribeAttachmentResult. getAttachment()
The attachment content and file name.Attachment
Attachment. withData(ByteBuffer data)
The content of the attachment file.Attachment
Attachment. 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 void
DescribeAttachmentResult. setAttachment(Attachment attachment)
The attachment content and file name.DescribeAttachmentResult
DescribeAttachmentResult. withAttachment(Attachment attachment)
The attachment content and file name.AddAttachmentsToSetRequest
AddAttachmentsToSetRequest. 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 void
AddAttachmentsToSetRequest. setAttachments(Collection<Attachment> attachments)
One or more attachments to add to the set.AddAttachmentsToSetRequest
AddAttachmentsToSetRequest. withAttachments(Collection<Attachment> attachments)
One or more attachments to add to the set.
-