Uses of Class
software.amazon.awssdk.services.support.model.Attachment
-
Packages that use Attachment Package Description software.amazon.awssdk.services.support.model -
-
Uses of Attachment in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return Attachment Modifier and Type Method Description AttachmentDescribeAttachmentResponse. attachment()This object includes the attachment content and file name.Methods in software.amazon.awssdk.services.support.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>AddAttachmentsToSetRequest. attachments()One or more attachments to add to the set.Methods in software.amazon.awssdk.services.support.model with parameters of type Attachment Modifier and Type Method Description DescribeAttachmentResponse.BuilderDescribeAttachmentResponse.Builder. attachment(Attachment attachment)This object includes the attachment content and file name.AddAttachmentsToSetRequest.BuilderAddAttachmentsToSetRequest.Builder. attachments(Attachment... attachments)One or more attachments to add to the set.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type Attachment Modifier and Type Method Description AddAttachmentsToSetRequest.BuilderAddAttachmentsToSetRequest.Builder. attachments(Collection<Attachment> attachments)One or more attachments to add to the set.
-