Uses of Class
software.amazon.awssdk.services.connectparticipant.model.AttachmentItem
-
Packages that use AttachmentItem Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of AttachmentItem in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type AttachmentItem Modifier and Type Method Description List<AttachmentItem>Item. attachments()Provides information about the attachments.Methods in software.amazon.awssdk.services.connectparticipant.model with parameters of type AttachmentItem Modifier and Type Method Description Item.BuilderItem.Builder. attachments(AttachmentItem... attachments)Provides information about the attachments.Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type AttachmentItem Modifier and Type Method Description Item.BuilderItem.Builder. attachments(Collection<AttachmentItem> attachments)Provides information about the attachments.
-