Describe the feature
DynamoDB supports "set" types for homogenous multi-valued data, and the EnhancedAttributeValue type provides mapper methods for those (e.g., fromSetOfNumbers). However, the signatures of those methods accept specifically List. Instead, they should accept Collection.
Use Case
I would like to pass an actual Set implementation to fromSetOf*.
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Java SDK version used
2.17.284
JDK version used
AdoptOpenJDK-11.0.11+9
Operating System and version
Gentoo Linux