Uses of Class
software.amazon.awssdk.services.ssm.model.AttachmentsSource
Packages that use AttachmentsSource
-
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 AttachmentsSourceModifier and TypeMethodDescriptionfinal List<AttachmentsSource>CreateDocumentRequest.attachments()A list of key-value pairs that describe attachments to a version of a document.final 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 AttachmentsSourceModifier and TypeMethodDescriptionCreateDocumentRequest.Builder.attachments(AttachmentsSource... attachments) A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.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 AttachmentsSourceModifier and TypeMethodDescriptionCreateDocumentRequest.Builder.attachments(Collection<AttachmentsSource> attachments) A list of key-value pairs that describe attachments to a version of a document.UpdateDocumentRequest.Builder.attachments(Collection<AttachmentsSource> attachments) A list of key-value pairs that describe attachments to a version of a document.