Uses of Class
software.amazon.awssdk.eventnotifications.s3.model.S3EventNotificationRecord
-
Packages that use S3EventNotificationRecord Package Description software.amazon.awssdk.eventnotifications.s3.model -
-
Uses of S3EventNotificationRecord in software.amazon.awssdk.eventnotifications.s3.model
Methods in software.amazon.awssdk.eventnotifications.s3.model that return types with arguments of type S3EventNotificationRecord Modifier and Type Method Description List<S3EventNotificationRecord>S3EventNotification. getRecords()Constructor parameters in software.amazon.awssdk.eventnotifications.s3.model with type arguments of type S3EventNotificationRecord Constructor Description S3EventNotification(List<S3EventNotificationRecord> records)
-