trait S3MetaInfo extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- S3MetaInfo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acceptRanges: Option[String]
- def acl: Option[ObjectCannedACL]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cacheControl: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def contentDisposition: Option[String]
- def contentEncoding: Option[String]
- def contentLanguage: Option[String]
- def contentMD5: Option[String]
- def contentType: Option[String]
- def deleteMarker: Boolean
- def eTag: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def expiration: Option[String]
- def expires: Option[Instant]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastModified: Option[Instant]
- def metadata: Map[String, String]
- def missingMeta: Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def objectLockLegalHoldStatus: Option[ObjectLockLegalHoldStatus]
- def objectLockMode: Option[ObjectLockMode]
- def objectLockRetainUntilDate: Option[Instant]
- def partsCount: Option[Int]
- def range: Option[String]
- def replicationStatus: Option[ReplicationStatus]
- def requestCharged: Option[RequestCharged]
- def requestPayer: Option[RequestPayer]
- def restore: Option[String]
- def serverSideEncryption: Option[ServerSideEncryption]
- def size: Option[Long]
- def sseCustomerAlgorithm: Option[String]
- def sseCustomerKey: Option[String]
- def sseCustomerKeyMD5: Option[String]
- def sseKmsEncryptionContext: Option[String]
- def sseKmsKeyId: Option[String]
- def storageClass: Option[StorageClass]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: Option[Tagging]
-
def
toString(): String
- Definition Classes
- S3MetaInfo → AnyRef → Any
- def versionId: Option[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def websiteRedirectLocation: Option[String]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated