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 S3EventNotification
DefaultS3EventNotificationReader. read(byte[] event)
S3EventNotification
DefaultS3EventNotificationReader. read(InputStream event)
S3EventNotification
DefaultS3EventNotificationReader. read(String event)
S3EventNotification
S3EventNotificationReader. read(byte[] event)
Read a json formatted Amazon S3 Event Notification from a UTF-8 encoded byte array.S3EventNotification
S3EventNotificationReader. read(InputStream event)
Read a json formatted Amazon S3 Event Notification from a UTF-8 InputStream.S3EventNotification
S3EventNotificationReader. 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 String
DefaultS3EventNotificationWriter. writeToString(S3EventNotification event)
String
S3EventNotificationWriter. 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 S3EventNotification
S3EventNotification. fromJson(byte[] json)
Converts a json representation of the notification message to an instance of S3EventNotification.S3EventNotification
S3EventNotification. fromJson(InputStream json)
Converts a json representation of the notification message to an instance of S3EventNotification.static S3EventNotification
S3EventNotification. fromJson(String json)
Converts a json representation of the notification message to an instance of S3EventNotification.
-