Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private Attachment |
DescribeAttachmentResult.attachment
The attachment content and file name.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Attachment> |
AddAttachmentsToSetRequest.attachments
One or more attachments to add to the set.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.clone() |
Attachment |
DescribeAttachmentResult.getAttachment()
The attachment content and file name.
|
Attachment |
Attachment.withData(java.nio.ByteBuffer data)
The content of the attachment file.
|
Attachment |
Attachment.withFileName(java.lang.String fileName)
The name of the attachment file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attachment> |
AddAttachmentsToSetRequest.getAttachments()
One or more attachments to add to the set.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AddAttachmentsToSetRequest.setAttachments(java.util.Collection<Attachment> attachments)
One or more attachments to add to the set.
|
AddAttachmentsToSetRequest |
AddAttachmentsToSetRequest.withAttachments(java.util.Collection<Attachment> attachments)
One or more attachments to add to the set.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentJsonMarshaller.marshall(Attachment attachment,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|