Uses of Class
software.amazon.awssdk.eventnotifications.s3.model.S3EventNotification
-
Packages that use S3EventNotification Package Description software.amazon.awssdk.eventnotifications.s3.internal software.amazon.awssdk.eventnotifications.s3.model -
-
Uses of S3EventNotification in software.amazon.awssdk.eventnotifications.s3.internal
Methods in software.amazon.awssdk.eventnotifications.s3.internal that return S3EventNotification Modifier and Type Method Description S3EventNotificationDefaultS3EventNotificationReader. read(byte[] event)S3EventNotificationDefaultS3EventNotificationReader. read(InputStream event)S3EventNotificationDefaultS3EventNotificationReader. read(String event)S3EventNotificationS3EventNotificationReader. read(byte[] event)Read a json formatted Amazon S3 Event Notification from a UTF-8 encoded byte array.S3EventNotificationS3EventNotificationReader. read(InputStream event)Read a json formatted Amazon S3 Event Notification from a UTF-8 InputStream.S3EventNotificationS3EventNotificationReader. read(String event)Read a json formatted Amazon S3 Event Notification from a UTF-8 string.Methods in software.amazon.awssdk.eventnotifications.s3.internal with parameters of type S3EventNotification Modifier and Type Method Description StringDefaultS3EventNotificationWriter. writeToString(S3EventNotification event)StringS3EventNotificationWriter. writeToString(S3EventNotification event)Write an event to json string. -
Uses of S3EventNotification in software.amazon.awssdk.eventnotifications.s3.model
Methods in software.amazon.awssdk.eventnotifications.s3.model that return S3EventNotification Modifier and Type Method Description static S3EventNotificationS3EventNotification. fromJson(byte[] json)Converts a json representation of the notification message to an instance of S3EventNotification.S3EventNotificationS3EventNotification. fromJson(InputStream json)Converts a json representation of the notification message to an instance of S3EventNotification.static S3EventNotificationS3EventNotification. fromJson(String json)Converts a json representation of the notification message to an instance of S3EventNotification.
-