Uses of Class
software.amazon.awssdk.services.ssm.model.AttachmentContent
Packages that use AttachmentContent
-
Uses of AttachmentContent in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AttachmentContentModifier and TypeMethodDescriptionfinal List<AttachmentContent>GetDocumentResponse.attachmentsContent()A description of the document attachments, including names, locations, sizes, and so on.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AttachmentContentModifier and TypeMethodDescriptionGetDocumentResponse.Builder.attachmentsContent(AttachmentContent... attachmentsContent) A description of the document attachments, including names, locations, sizes, and so on.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AttachmentContentModifier and TypeMethodDescriptionGetDocumentResponse.Builder.attachmentsContent(Collection<AttachmentContent> attachmentsContent) A description of the document attachments, including names, locations, sizes, and so on.