Class S3EventNotification.S3ObjectEntity

  • Enclosing class:
    S3EventNotification

    public static class S3EventNotification.S3ObjectEntity
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      S3ObjectEntity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrlDecodedKey()
      S3 URL encodes the key of the object involved in the event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3ObjectEntity

        public S3ObjectEntity()
    • Method Detail

      • getUrlDecodedKey

        public java.lang.String getUrlDecodedKey()
        S3 URL encodes the key of the object involved in the event. This is a convenience method to automatically URL decode the key.
        Returns:
        The URL decoded object key.