Uses of Class
software.amazon.awssdk.services.connect.model.AttachmentReference
-
Packages that use AttachmentReference Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AttachmentReference in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AttachmentReference Modifier and Type Method Description AttachmentReferenceReferenceSummary. attachment()Information about the reference when thereferenceTypeisATTACHMENT.Methods in software.amazon.awssdk.services.connect.model with parameters of type AttachmentReference Modifier and Type Method Description ReferenceSummary.BuilderReferenceSummary.Builder. attachment(AttachmentReference attachment)Information about the reference when thereferenceTypeisATTACHMENT.static ReferenceSummaryReferenceSummary. fromAttachment(AttachmentReference attachment)Create an instance of this class withReferenceSummary.attachment()initialized to the given value.
-