Uses of Class
software.amazon.awssdk.services.ssm.model.AttachmentInformation
Packages that use AttachmentInformation
-
Uses of AttachmentInformation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AttachmentInformationModifier and TypeMethodDescriptionfinal List<AttachmentInformation>DocumentDescription.attachmentsInformation()Details about the document attachments, including names, locations, sizes, and so on.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AttachmentInformationModifier and TypeMethodDescriptionDocumentDescription.Builder.attachmentsInformation(AttachmentInformation... attachmentsInformation) Details about the document attachments, including names, locations, sizes, and so on.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AttachmentInformationModifier and TypeMethodDescriptionDocumentDescription.Builder.attachmentsInformation(Collection<AttachmentInformation> attachmentsInformation) Details about the document attachments, including names, locations, sizes, and so on.