awscala.s3

S3Object

case class S3Object(bucket: Bucket, key: String, content: InputStream, redirectLocation: String, metadata: ObjectMetadata) extends com.amazonaws.services.s3.model.S3Object with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, com.amazonaws.services.s3.model.S3Object, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. S3Object
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. S3Object
  7. Closeable
  8. AutoCloseable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3Object(bucket: Bucket, key: String, content: InputStream, redirectLocation: String, metadata: ObjectMetadata)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val bucket: Bucket

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Definition Classes
    S3Object → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  10. val content: InputStream

  11. def destroy()(implicit s3: S3): Unit

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def generatePresignedUrl(expiration: DateTime)(implicit s3: S3): URL

  15. def getBucketName(): String

    Definition Classes
    S3Object
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getKey(): String

    Definition Classes
    S3Object
  18. def getObjectContent(): S3ObjectInputStream

    Definition Classes
    S3Object
  19. def getObjectMetadata(): ObjectMetadata

    Definition Classes
    S3Object
  20. def getRedirectLocation(): String

    Definition Classes
    S3Object
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val key: String

  23. val metadata: ObjectMetadata

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def publicUrl: URL

  28. val redirectLocation: String

  29. def setAsAuthenticatedRead()(implicit s3: S3): Unit

  30. def setAsBucketOwnerFullControl()(implicit s3: S3): Unit

  31. def setAsBucketOwnerRead()(implicit s3: S3): Unit

  32. def setAsLogDeliveryWrite()(implicit s3: S3): Unit

  33. def setAsPrivate()(implicit s3: S3): Unit

  34. def setAsPublicRead()(implicit s3: S3): Unit

  35. def setAsPublicReadWrite()(implicit s3: S3): Unit

  36. def setBucketName(arg0: String): Unit

    Definition Classes
    S3Object
  37. def setKey(arg0: String): Unit

    Definition Classes
    S3Object
  38. def setObjectContent(arg0: InputStream): Unit

    Definition Classes
    S3Object
  39. def setObjectContent(arg0: S3ObjectInputStream): Unit

    Definition Classes
    S3Object
  40. def setObjectMetadata(arg0: ObjectMetadata): Unit

    Definition Classes
    S3Object
  41. def setRedirectLocation(arg0: String): Unit

    Definition Classes
    S3Object
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    S3Object → AnyRef → Any
  44. def versionId: String

  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.s3.model.S3Object

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped