Uses of Class
step.grid.io.Attachment
-
Uses of Attachment in step.functions.io
Modifier and TypeMethodDescriptionvoid
OutputBuilder.addAttachment
(Attachment attachment) Adds an attachment to the outputModifier and TypeMethodDescriptionvoid
OutputBuilder.addAttachments
(List<Attachment> attachments) Adds attachments to the outputvoid
Input.setAttachments
(List<Attachment> attachments) void
Output.setAttachments
(List<Attachment> attachments) -
Uses of Attachment in step.grid.io
Modifier and TypeMethodDescriptionstatic Attachment
AttachmentHelper.generateAttachmentForException
(Throwable e) static Attachment
AttachmentHelper.generateAttachmentFromByteArray
(byte[] bytes, String attachmentName)