Package | Description |
---|---|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.clone() |
Attachment |
DescribeAttachmentResult.getAttachment()
This object includes 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.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
AddAttachmentsToSetRequest.getAttachments()
One or more attachments to add to the set.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAttachmentResult.setAttachment(Attachment attachment)
This object includes the attachment content and file name.
|
DescribeAttachmentResult |
DescribeAttachmentResult.withAttachment(Attachment attachment)
This object includes the attachment content and file name.
|
AddAttachmentsToSetRequest |
AddAttachmentsToSetRequest.withAttachments(Attachment... attachments)
One or more attachments to add to the set.
|
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.