Package | Description |
---|---|
com.amazonaws.services.s3.event |
Modifier and Type | Field and Description |
---|---|
private S3EventNotification.UserIdentityEntity |
S3EventNotification.S3BucketEntity.ownerIdentity |
private S3EventNotification.UserIdentityEntity |
S3EventNotification.S3EventNotificationRecord.userIdentity |
Modifier and Type | Method and Description |
---|---|
S3EventNotification.UserIdentityEntity |
S3EventNotification.S3BucketEntity.getOwnerIdentity() |
S3EventNotification.UserIdentityEntity |
S3EventNotification.S3EventNotificationRecord.getUserIdentity() |
Constructor and Description |
---|
S3BucketEntity(java.lang.String name,
S3EventNotification.UserIdentityEntity ownerIdentity,
java.lang.String arn) |
S3EventNotificationRecord(java.lang.String awsRegion,
java.lang.String eventName,
java.lang.String eventSource,
java.lang.String eventTime,
java.lang.String eventVersion,
S3EventNotification.RequestParametersEntity requestParameters,
S3EventNotification.ResponseElementsEntity responseElements,
S3EventNotification.S3Entity s3,
S3EventNotification.UserIdentityEntity userIdentity) |