org.sisioh.aws4s.s3.model

RichRule

Related Doc: package model

final class RichRule extends AnyVal with PimpedType[Rule]

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

Instance Constructors

  1. new RichRule(underlying: Rule)

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 expirationDateOpt: Option[Date]

  6. def expirationDateOpt_=(value: Option[Date]): Unit

  7. def expirationInDay_=(value: Int): Unit

  8. def expirationInDays: Int

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

    Definition Classes
    AnyVal → Any
  10. def idOpt: Option[String]

  11. def idOpt_=(value: Option[String]): Unit

  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. def nonCurrentVersionExpirationInDays: Int

  14. def nonCurrentVersionExpirationInDays_=(value: Int): Unit

  15. def prefixOpt: Option[String]

  16. def prefixOpt_=(value: Option[String]): Unit

  17. def statusOpt: Option[String]

  18. def statusOpt_=(value: Option[String]): Unit

  19. def toString(): String

    Definition Classes
    Any
  20. val underlying: Rule

    Definition Classes
    RichRule → PimpedType
  21. def withIdOpt(value: Option[String]): Rule

Inherited from PimpedType[Rule]

Inherited from AnyVal

Inherited from Any

Ungrouped