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
Product, Equals, com.amazonaws.services.s3.model.S3Object, S3RequesterChargedResult, Serializable, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Object
  2. Product
  3. Equals
  4. S3Object
  5. S3RequesterChargedResult
  6. Serializable
  7. Closeable
  8. AutoCloseable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bucket: Bucket
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    S3Object → Closeable → AutoCloseable
    Annotations
    @throws(classOf[java.io.IOException])
  8. val content: InputStream
  9. def destroy()(implicit s3: S3): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def generatePresignedUrl(expiration: DateTime)(implicit s3: S3): URL
  12. def getBucketName(): String
    Definition Classes
    S3Object
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getKey(): String
    Definition Classes
    S3Object
  15. def getObjectContent(): S3ObjectInputStream
    Definition Classes
    S3Object
  16. def getObjectMetadata(): ObjectMetadata
    Definition Classes
    S3Object
  17. def getRedirectLocation(): String
    Definition Classes
    S3Object
  18. def getTaggingCount(): Integer
    Definition Classes
    S3Object
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isRequesterCharged(): Boolean
    Definition Classes
    S3Object → S3RequesterChargedResult
  21. val key: String
  22. val metadata: ObjectMetadata
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  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. def setRequesterCharged(arg0: Boolean): Unit
    Definition Classes
    S3Object → S3RequesterChargedResult
  43. def setTaggingCount(arg0: Integer): Unit
    Definition Classes
    S3Object
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    S3Object → AnyRef → Any
  46. lazy val versionId: String
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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