final class MultipartUploadResult extends AnyRef

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

Value Members

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

    Java API

  5. def getETag: String

    Java API

  6. def getKey: String

    Java API

  7. def getLocation: Uri

    Java API

  8. def getVersionId: Optional[String]

    Java API

  9. def hashCode(): Int
    Definition Classes
    MultipartUploadResult → AnyRef → Any
  10. val key: String
  11. val location: Uri
  12. def toString(): String
    Definition Classes
    MultipartUploadResult → AnyRef → Any
  13. val versionId: Option[String]
  14. def withBucket(value: String): MultipartUploadResult
  15. def withETag(value: String): MultipartUploadResult
  16. def withKey(value: String): MultipartUploadResult
  17. def withLocation(value: Uri): MultipartUploadResult
  18. def withVersionId(value: String): MultipartUploadResult