| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentsSource> |
CreateDocumentRequest.attachments()
A list of key-value pairs that describe attachments to a version of a document.
|
List<AttachmentsSource> |
UpdateDocumentRequest.attachments()
A list of key-value pairs that describe attachments to a version of a document.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentRequest.Builder |
CreateDocumentRequest.Builder.attachments(AttachmentsSource... attachments)
A list of key-value pairs that describe attachments to a version of a document.
|
UpdateDocumentRequest.Builder |
UpdateDocumentRequest.Builder.attachments(AttachmentsSource... attachments)
A list of key-value pairs that describe attachments to a version of a document.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentRequest.Builder |
CreateDocumentRequest.Builder.attachments(Collection<AttachmentsSource> attachments)
A list of key-value pairs that describe attachments to a version of a document.
|
UpdateDocumentRequest.Builder |
UpdateDocumentRequest.Builder.attachments(Collection<AttachmentsSource> attachments)
A list of key-value pairs that describe attachments to a version of a document.
|
Copyright © 2022. All rights reserved.