org.sisioh.aws4s.s3.model

RichCryptoConfiguration

final class RichCryptoConfiguration extends AnyVal with PimpedType[CryptoConfiguration]

Linear Supertypes
PimpedType[CryptoConfiguration], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichCryptoConfiguration
  2. PimpedType
  3. AnyVal
  4. NotNull
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichCryptoConfiguration(underlying: CryptoConfiguration)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def cryptoModeOpt: Option[CryptoMode]

  6. def cryptoModeOpt_=(value: Option[CryptoMode]): Unit

  7. def cryptoProviderOpt: Option[Provider]

  8. def cryptoProviderOpt_=(value: Option[Provider]): Unit

  9. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  10. def ignoreMissingInstructionFile: Boolean

  11. def ignoreMissingInstructionFile_=(value: Boolean): Unit

  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. def kmsRegion: Regions

  14. def kmsRegion_=(value: Regions): Unit

  15. def storageModeOpt: Option[CryptoStorageMode]

  16. def storageModeOpt_=(value: Option[CryptoStorageMode]): Unit

  17. def toString(): String

    Definition Classes
    Any
  18. val underlying: CryptoConfiguration

    Definition Classes
    RichCryptoConfiguration → PimpedType
  19. def withCryptoModeOpt(value: Option[CryptoMode]): CryptoConfiguration

  20. def withCryptoProviderOpt(value: Option[Provider]): CryptoConfiguration

  21. def withIgnoreMissingInstructionFile(value: Boolean): CryptoConfiguration

  22. def withStorageModeOpt(value: Option[CryptoStorageMode]): CryptoConfiguration

Inherited from PimpedType[CryptoConfiguration]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped