You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have S3EventNotification::fromJson(java.io.InputStream) as a static method.
Use Case
To be able to create S3EventNotification instance from InputStream without instantiating S3EventNotification
Proposed Solution
To add static modifier to S3EventNotification::fromJson(java.io.InputStream). Note that strictly speaking this would be a breaking change for those uses who extend S3EventNotification and override this method. For users who just use it through instance reference it will still work but compiler would issue a warning.
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
AWS Java SDK version used
2.29.35
JDK version used
openjdk version "21.0.5" 2024-10-15 LTS
Operating System and version
GNU/Linux
The text was updated successfully, but these errors were encountered:
Describe the feature
It would be nice to have
S3EventNotification::fromJson(java.io.InputStream)
as a static method.Use Case
To be able to create
S3EventNotification
instance fromInputStream
without instantiatingS3EventNotification
Proposed Solution
To add
static
modifier toS3EventNotification::fromJson(java.io.InputStream)
. Note that strictly speaking this would be a breaking change for those uses who extendS3EventNotification
and override this method. For users who just use it through instance reference it will still work but compiler would issue a warning.Other Information
No response
Acknowledgements
AWS Java SDK version used
2.29.35
JDK version used
openjdk version "21.0.5" 2024-10-15 LTS
Operating System and version
GNU/Linux
The text was updated successfully, but these errors were encountered: