Packages

final class KMS extends ServerSideEncryption

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

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

Value Members

  1. val context: Option[String]
  2. def equals(other: Any): Boolean
    Definition Classes
    KMS → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    KMS → AnyRef → Any
  4. val keyId: String
  5. def toString(): String
    Definition Classes
    KMS → AnyRef → Any
  6. def withContext(context: String): KMS
  7. def withKeyId(keyId: String): KMS