Uses of Class
software.amazon.awssdk.services.ssm.model.AttachmentsSource
-
Packages that use AttachmentsSource Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AttachmentsSource in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AttachmentsSource Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AttachmentsSource Modifier and Type Method Description CreateDocumentRequest.BuilderCreateDocumentRequest.Builder. attachments(AttachmentsSource... attachments)A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. attachments(AttachmentsSource... attachments)A list of key-value pairs that describe attachments to a version of a document.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AttachmentsSource Modifier and Type Method Description CreateDocumentRequest.BuilderCreateDocumentRequest.Builder. attachments(Collection<AttachmentsSource> attachments)A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.BuilderUpdateDocumentRequest.Builder. attachments(Collection<AttachmentsSource> attachments)A list of key-value pairs that describe attachments to a version of a document.
-