Class/Object

awscala.s3

S3Object

Related Docs: object S3Object | package s3

Permalink

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

Linear Supertypes
Serializable, Product, Equals, com.amazonaws.services.s3.model.S3Object, S3RequesterChargedResult, Serializable, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Object
  2. Serializable
  3. Product
  4. Equals
  5. S3Object
  6. S3RequesterChargedResult
  7. Serializable
  8. Closeable
  9. AutoCloseable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bucket: Bucket

    Permalink
  6. def clone(): AnyRef

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

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

    Permalink
  9. def destroy()(implicit s3: S3): Unit

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

    Permalink
  13. def getBucketName(): String

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

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

    Permalink
    Definition Classes
    S3Object
  16. def getObjectContent(): S3ObjectInputStream

    Permalink
    Definition Classes
    S3Object
  17. def getObjectMetadata(): ObjectMetadata

    Permalink
    Definition Classes
    S3Object
  18. def getRedirectLocation(): String

    Permalink
    Definition Classes
    S3Object
  19. def getTaggingCount(): Integer

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

    Permalink
    Definition Classes
    Any
  21. def isRequesterCharged(): Boolean

    Permalink
    Definition Classes
    S3Object → S3RequesterChargedResult
  22. val key: String

    Permalink
  23. val metadata: ObjectMetadata

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def publicUrl: URL

    Permalink
  28. val redirectLocation: String

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

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

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

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

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

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

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

    Permalink
  36. def setBucketName(arg0: String): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    S3Object
  42. def setRequesterCharged(arg0: Boolean): Unit

    Permalink
    Definition Classes
    S3Object → S3RequesterChargedResult
  43. def setTaggingCount(arg0: Integer): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    S3Object → AnyRef → Any
  46. lazy val versionId: String

    Permalink
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

Inherited from S3RequesterChargedResult

Inherited from Serializable

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped