org.sisioh.aws4s.s3.model

RichUploadPartRequest

Related Doc: package model

final class RichUploadPartRequest extends AnyVal with PimpedType[UploadPartRequest]

Linear Supertypes
PimpedType[UploadPartRequest], AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichUploadPartRequest
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichUploadPartRequest(underlying: UploadPartRequest)

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def bucketNameOpt: Option[String]

  6. def bucketNameOpt_=(value: Option[String]): Unit

  7. def fileOffset: Long

  8. def fileOffset_=(value: Long): Unit

  9. def fileOpt: Option[File]

  10. def fileOpt_=(value: Option[File]): Unit

  11. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  12. def inputStreamOpt: Option[InputStream]

  13. def inputStreamOpt_=(value: Option[InputStream]): Unit

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def keyOpt: Option[String]

  16. def keyOpt_=(value: Option[String]): Unit

  17. def lastPart: Boolean

  18. def lastPart_=(value: Boolean): Unit

  19. def md5DigestOpt: Option[String]

  20. def md5DigestOpt_=(value: Option[String]): Unit

  21. def objectMetadataOpt: Option[ObjectMetadata]

  22. def objectMetadataOpt_=(value: Option[ObjectMetadata]): Unit

  23. def partNumber: Int

  24. def partNumber_=(value: Int): Unit

  25. def partSize: Long

  26. def partSize_=(value: Long): Unit

  27. def sseCustomerKeyOpt: Option[SSECustomerKey]

  28. def sseCustomerKeyOpt_=(value: Option[SSECustomerKey]): Unit

  29. def toString(): String

    Definition Classes
    Any
  30. val underlying: UploadPartRequest

    Definition Classes
    RichUploadPartRequest → PimpedType
  31. def uploadIdOpt: Option[String]

  32. def uploadIdOpt_=(value: Option[String]): Unit

  33. def witPartSize(value: Long): UploadPartRequest

  34. def withBucketNameOpt(value: Option[String]): UploadPartRequest

  35. def withFileOpt(value: Option[File]): UploadPartRequest

  36. def withInputStreamOpt(value: Option[InputStream]): UploadPartRequest

  37. def withKeyOpt(value: Option[String]): UploadPartRequest

  38. def withMD5DigestOpt(value: Option[String]): UploadPartRequest

  39. def withObjectMetadataOpt(value: Option[ObjectMetadata]): UploadPartRequest

  40. def withPartNumber_=(value: Int): UploadPartRequest

  41. def withSSECustomerKeyOpt(value: Option[SSECustomerKey]): UploadPartRequest

  42. def withUploadIdOpt(value: Option[String]): UploadPartRequest

Inherited from PimpedType[UploadPartRequest]

Inherited from AnyVal

Inherited from Any

Ungrouped