Class S3.ObjectInfo

java.lang.Object
com.codename1.backend.aws.S3.ObjectInfo
Enclosing class:
S3

public static final class S3.ObjectInfo extends Object
  • Constructor Details

    • ObjectInfo

      public ObjectInfo()
  • Method Details

    • getKey

      public String getKey()
    • getSize

      public long getSize()
    • getContentType

      public String getContentType()
    • getEtag

      public String getEtag()
    • getLastModified

      public String getLastModified()
      The raw HTTP date the service sent, not a parsed one.