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 UserIdentityS3Bucket. getOwnerIdentity()UserIdentityS3EventNotificationRecord. getUserIdentity()The user identity contains theprincipalIdfield, 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 voidS3EventNotificationRecord. 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)
-