Uses of Class
software.amazon.awssdk.services.support.model.AttachmentDetails
-
Packages that use AttachmentDetails Package Description software.amazon.awssdk.services.support.model -
-
Uses of AttachmentDetails in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type AttachmentDetails Modifier and Type Method Description List<AttachmentDetails>Communication. attachmentSet()Information about the attachments to the case communication.Methods in software.amazon.awssdk.services.support.model with parameters of type AttachmentDetails Modifier and Type Method Description Communication.BuilderCommunication.Builder. attachmentSet(AttachmentDetails... attachmentSet)Information about the attachments to the case communication.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type AttachmentDetails Modifier and Type Method Description Communication.BuilderCommunication.Builder. attachmentSet(Collection<AttachmentDetails> attachmentSet)Information about the attachments to the case communication.
-