| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentsSource |
AttachmentsSource.clone() |
AttachmentsSource |
AttachmentsSource.withKey(AttachmentsSourceKey key)
The key of a key-value pair that identifies the location of an attachment to a document.
|
AttachmentsSource |
AttachmentsSource.withKey(String key)
The key of a key-value pair that identifies the location of an attachment to a document.
|
AttachmentsSource |
AttachmentsSource.withName(String name)
The name of the document attachment file.
|
AttachmentsSource |
AttachmentsSource.withValues(Collection<String> values)
The value of a key-value pair that identifies the location of an attachment to a document.
|
AttachmentsSource |
AttachmentsSource.withValues(String... values)
The value of a key-value pair that identifies the location of an attachment to a document.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentsSource> |
UpdateDocumentRequest.getAttachments()
A list of key and value pairs that describe attachments to a version of a document.
|
List<AttachmentsSource> |
CreateDocumentRequest.getAttachments()
A list of key and value pairs that describe attachments to a version of a document.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDocumentRequest |
UpdateDocumentRequest.withAttachments(AttachmentsSource... attachments)
A list of key and value pairs that describe attachments to a version of a document.
|
CreateDocumentRequest |
CreateDocumentRequest.withAttachments(AttachmentsSource... attachments)
A list of key and value pairs that describe attachments to a version of a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDocumentRequest.setAttachments(Collection<AttachmentsSource> attachments)
A list of key and value pairs that describe attachments to a version of a document.
|
void |
CreateDocumentRequest.setAttachments(Collection<AttachmentsSource> attachments)
A list of key and value pairs that describe attachments to a version of a document.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withAttachments(Collection<AttachmentsSource> attachments)
A list of key and value pairs that describe attachments to a version of a document.
|
CreateDocumentRequest |
CreateDocumentRequest.withAttachments(Collection<AttachmentsSource> attachments)
A list of key and value pairs that describe attachments to a version of a document.
|
Copyright © 2020. All rights reserved.