Uses of Class
software.amazon.awssdk.services.ssm.model.AttachmentInformation
-
Packages that use AttachmentInformation Package Description software.amazon.awssdk.services.ssm.model -
-
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 AttachmentInformation Modifier and Type Method Description 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 AttachmentInformation Modifier and Type Method Description DocumentDescription.BuilderDocumentDescription.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 AttachmentInformation Modifier and Type Method Description DocumentDescription.BuilderDocumentDescription.Builder. attachmentsInformation(Collection<AttachmentInformation> attachmentsInformation)Details about the document attachments, including names, locations, sizes, and so on.
-