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