Uses of Class
software.amazon.awssdk.eventnotifications.s3.model.UserIdentity
-
Packages that use UserIdentity Package Description software.amazon.awssdk.eventnotifications.s3.model -
-
Uses of UserIdentity in software.amazon.awssdk.eventnotifications.s3.model
Methods in software.amazon.awssdk.eventnotifications.s3.model that return UserIdentity Modifier and Type Method Description UserIdentity
S3Bucket. getOwnerIdentity()
UserIdentity
S3EventNotificationRecord. getUserIdentity()
The user identity contains theprincipalId
field, which has the Amazon customer ID of the user who caused the event.Methods in software.amazon.awssdk.eventnotifications.s3.model with parameters of type UserIdentity Modifier and Type Method Description void
S3EventNotificationRecord. setUserIdentity(UserIdentity userIdentity)
Constructors in software.amazon.awssdk.eventnotifications.s3.model with parameters of type UserIdentity Constructor Description S3Bucket(String name, UserIdentity ownerIdentity, String arn)
-