public static class NotificationRecords.Event extends Object
NotificationRecords.| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationRecords.Event.Bucket
Bucket information of
NotificationRecords.Event. |
static class |
NotificationRecords.Event.Identity
Identity information of
NotificationRecords.Event. |
static class |
NotificationRecords.Event.Object
Object information of
NotificationRecords.Event. |
static class |
NotificationRecords.Event.S3
S3 information of
NotificationRecords.Event. |
static class |
NotificationRecords.Event.Source
This is MinIO extension.
|
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
String |
awsRegion() |
NotificationRecords.Event.Bucket |
bucket() |
String |
eventName() |
String |
eventSource() |
ZonedDateTime |
eventTime() |
String |
eventVersion() |
NotificationRecords.Event.Object |
object() |
Map<String,String> |
requestParameters() |
Map<String,String> |
responseElements() |
NotificationRecords.Event.Source |
source() |
String |
toString() |
String |
userIdentity() |
public String eventVersion()
public String eventSource()
public String awsRegion()
public String eventName()
public String userIdentity()
public NotificationRecords.Event.Bucket bucket()
public NotificationRecords.Event.Object object()
public NotificationRecords.Event.Source source()
public ZonedDateTime eventTime()