Package com.amazonaws.services.s3.event
Class S3EventNotification.S3BucketEntity
- java.lang.Object
-
- com.amazonaws.services.s3.event.S3EventNotification.S3BucketEntity
-
- Enclosing class:
- S3EventNotification
public static class S3EventNotification.S3BucketEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description S3BucketEntity(String name, S3EventNotification.UserIdentityEntity ownerIdentity, String arn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArn()
String
getName()
S3EventNotification.UserIdentityEntity
getOwnerIdentity()
-
-
-
Constructor Detail
-
S3BucketEntity
public S3BucketEntity(String name, S3EventNotification.UserIdentityEntity ownerIdentity, String arn)
-
-
Method Detail
-
getName
public String getName()
-
getOwnerIdentity
public S3EventNotification.UserIdentityEntity getOwnerIdentity()
-
getArn
public String getArn()
-
-