Packages

final class CustomerKeys extends ServerSideEncryption

Documentation: http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html

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

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    CustomerKeys → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    CustomerKeys → AnyRef → Any
  3. val key: String
  4. val md5: Option[String]
  5. def toString(): String
    Definition Classes
    CustomerKeys → AnyRef → Any
  6. def withKey(key: String): CustomerKeys
  7. def withMd5(md5: String): CustomerKeys