Package | Description |
---|---|
com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
DescribeAttachmentResult.getAttachment()
Returns the value of the Attachment property for this object.
|
Attachment |
Attachment.withData(ByteBuffer data)
Sets the value of the Data property for this object.
|
Attachment |
Attachment.withFileName(String fileName)
Sets the value of the FileName property for this object.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
AddAttachmentsToSetRequest.getAttachments()
Returns the value of the Attachments property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAttachmentResult.setAttachment(Attachment attachment)
Sets the value of the Attachment property for this object.
|
DescribeAttachmentResult |
DescribeAttachmentResult.withAttachment(Attachment attachment)
Sets the value of the Attachment property for this object.
|
AddAttachmentsToSetRequest |
AddAttachmentsToSetRequest.withAttachments(Attachment... attachments)
Sets the value of the Attachments property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
AddAttachmentsToSetRequest.setAttachments(Collection<Attachment> attachments)
Sets the value of the Attachments property for this object.
|
AddAttachmentsToSetRequest |
AddAttachmentsToSetRequest.withAttachments(Collection<Attachment> attachments)
Sets the value of the Attachments property for this object.
|
Copyright © 2014. All rights reserved.