Uses of Class
software.amazon.awssdk.services.connect.model.AttachedFile
-
Packages that use AttachedFile Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AttachedFile in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AttachedFile Modifier and Type Method Description List<AttachedFile>BatchGetAttachedFileMetadataResponse. files()List of attached files that were successfully retrieved.Methods in software.amazon.awssdk.services.connect.model with parameters of type AttachedFile Modifier and Type Method Description BatchGetAttachedFileMetadataResponse.BuilderBatchGetAttachedFileMetadataResponse.Builder. files(AttachedFile... files)List of attached files that were successfully retrieved.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AttachedFile Modifier and Type Method Description BatchGetAttachedFileMetadataResponse.BuilderBatchGetAttachedFileMetadataResponse.Builder. files(Collection<AttachedFile> files)List of attached files that were successfully retrieved.
-