| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentInformation |
AttachmentInformation.clone() |
AttachmentInformation |
AttachmentInformation.withName(String name)
The name of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentInformation> |
DocumentDescription.getAttachmentsInformation()
Details about the document attachments, including names, locations, sizes, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDescription |
DocumentDescription.withAttachmentsInformation(AttachmentInformation... attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDescription.setAttachmentsInformation(Collection<AttachmentInformation> attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
|
DocumentDescription |
DocumentDescription.withAttachmentsInformation(Collection<AttachmentInformation> attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
|
Copyright © 2020. All rights reserved.