final class MultipartUpload extends AnyRef

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultipartUpload
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val bucket: String
  2. def equals(other: Any): Boolean
    Definition Classes
    MultipartUpload → AnyRef → Any
  3. def getBucket: String

    Java API

  4. def getKey: String

    Java API

  5. def getUploadId: String

    Java API

  6. def hashCode(): Int
    Definition Classes
    MultipartUpload → AnyRef → Any
  7. val key: String
  8. def toString(): String
    Definition Classes
    MultipartUpload → AnyRef → Any
  9. val uploadId: String
  10. def withBucket(value: String): MultipartUpload
  11. def withKey(value: String): MultipartUpload
  12. def withUploadId(value: String): MultipartUpload