org.sisioh.aws4s.s3.model

RichCORSRule

final class RichCORSRule extends AnyVal with PimpedType[CORSRule]

Linear Supertypes
PimpedType[CORSRule], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichCORSRule
  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 RichCORSRule(underlying: CORSRule)

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. def allowedHeadersOpt: Option[Seq[String]]

  5. def allowedHeadersOpt_=(value: Option[Seq[String]]): Unit

  6. def allowedMethods: Option[Seq[AllowedMethods]]

  7. def allowedMethods_=(value: Option[Seq[AllowedMethods]]): Unit

  8. def allowedOrigins: Option[Seq[String]]

  9. def allowedOrigins_=(value: Option[Seq[String]]): Unit

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def exposedHeadersOpt: Option[Seq[String]]

  12. def exposedHeadersOpt_=(value: Option[Seq[String]]): Unit

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

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

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

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def maxAgeSeconds: Int

  18. def maxAgeSeconds_=(value: Int): Unit

  19. def toString(): String

    Definition Classes
    Any
  20. val underlying: CORSRule

    Definition Classes
    RichCORSRule → PimpedType
  21. def withAllowedHeadersOpt(value: Option[Seq[String]]): CORSRule

  22. def withAllowedMethods(value: Option[Seq[AllowedMethods]]): CORSRule

  23. def withAllowedOrigins(value: Option[Seq[String]]): CORSRule

  24. def withExposedHeadersOpt(value: Option[Seq[String]]): CORSRule

  25. def withIdOpt(value: Option[String]): CORSRule

Inherited from PimpedType[CORSRule]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped