Uses of Class
com.amazonaws.services.support.model.Attachment
Packages that use Attachment
-
Uses of Attachment in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return AttachmentModifier and TypeMethodDescriptionAttachment.clone()
DescribeAttachmentResult.getAttachment()
The attachment content and file name.Attachment.withData
(ByteBuffer data) The content of the attachment file.Attachment.withFileName
(String fileName) The name of the attachment file.Methods in com.amazonaws.services.support.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAddAttachmentsToSetRequest.getAttachments()
One or more attachments to add to the set.Methods in com.amazonaws.services.support.model with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
DescribeAttachmentResult.setAttachment
(Attachment attachment) The attachment content and file name.DescribeAttachmentResult.withAttachment
(Attachment attachment) The attachment content and file name.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 AttachmentModifier and TypeMethodDescriptionvoid
AddAttachmentsToSetRequest.setAttachments
(Collection<Attachment> attachments) One or more attachments to add to the set.AddAttachmentsToSetRequest.withAttachments
(Collection<Attachment> attachments) One or more attachments to add to the set.