| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentContent |
AttachmentContent.clone() |
AttachmentContent |
AttachmentContent.withHash(String hash)
The cryptographic hash value of the document content.
|
AttachmentContent |
AttachmentContent.withHashType(AttachmentHashType hashType)
The hash algorithm used to calculate the hash value.
|
AttachmentContent |
AttachmentContent.withHashType(String hashType)
The hash algorithm used to calculate the hash value.
|
AttachmentContent |
AttachmentContent.withName(String name)
The name of an attachment.
|
AttachmentContent |
AttachmentContent.withSize(Long size)
The size of an attachment in bytes.
|
AttachmentContent |
AttachmentContent.withUrl(String url)
The URL location of the attachment content.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentContent> |
GetDocumentResult.getAttachmentsContent()
A description of the document attachments, including names, locations, sizes, etc.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentResult |
GetDocumentResult.withAttachmentsContent(AttachmentContent... attachmentsContent)
A description of the document attachments, including names, locations, sizes, etc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDocumentResult.setAttachmentsContent(Collection<AttachmentContent> attachmentsContent)
A description of the document attachments, including names, locations, sizes, etc.
|
GetDocumentResult |
GetDocumentResult.withAttachmentsContent(Collection<AttachmentContent> attachmentsContent)
A description of the document attachments, including names, locations, sizes, etc.
|
Copyright © 2019. All rights reserved.