final class MultipartUpload extends AnyRef
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultipartUpload
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val bucket: String
- def equals(other: Any): Boolean
- Definition Classes
- MultipartUpload → AnyRef → Any
- def getBucket: String
Java API
- def getKey: String
Java API
- def getUploadId: String
Java API
- def hashCode(): Int
- Definition Classes
- MultipartUpload → AnyRef → Any
- val key: String
- def toString(): String
- Definition Classes
- MultipartUpload → AnyRef → Any
- val uploadId: String
- def withBucket(value: String): MultipartUpload
- def withKey(value: String): MultipartUpload
- def withUploadId(value: String): MultipartUpload