object Data extends Enumeration[Data] with Companion[Data] with Serializable

Linear Supertypes
Serializable, Enumeration[Data], Companion[Data], Has[Data], ShapeTag[Data], HasId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. Serializable
  3. Enumeration
  4. Companion
  5. Has
  6. ShapeTag
  7. HasId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def fromOrdinal(s: Int): Option[Data]
    Definition Classes
    Enumeration
  10. final def fromString(s: String): Option[Data]
    Definition Classes
    Enumeration
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def getTag: ShapeTag[Data]
    Definition Classes
    Companion → Has
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val hints: Hints
    Definition Classes
    Data → Enumeration
  15. val id: ShapeId
    Definition Classes
    Data → Enumeration → HasId
  16. lazy val intValueMap: Map[Int, Data]
    Definition Classes
    Enumeration
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. implicit val schema: Schema[Data]
    Definition Classes
    Data → ShapeTag
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. implicit val tagInstance: ShapeTag[Data]
    Definition Classes
    Companion
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. lazy val valueMap: Map[String, Data]
    Definition Classes
    Enumeration
  26. val values: List[Data]
    Definition Classes
    Data → Enumeration
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. case object CUSTOMER_ACCOUNT_INFORMATION extends Data with Product with Serializable

    Account information means information about customers that customers provide to AWS in connection with the creation or administration of customers’ accounts.

  31. case object CUSTOMER_CONTENT extends Data with Product with Serializable

    Customer content means any software (including machine images), data, text, audio, video or images that customers or any customer end user transfers to AWS for processing, storage or hosting by AWS services in connection with the customer’s accounts and any computational results that customers or any customer end user derive from the foregoing through their use of AWS services.

  32. case object PERMISSIONS_DATA extends Data with Product with Serializable

    Designates security and access roles, rules, usage policies, and permissions.

  33. case object SERVICE_ATTRIBUTES extends Data with Product with Serializable

    Service Attributes means service usage data related to a customer’s account, such as resource identifiers, metadata tags, security and access roles, rules, usage policies, permissions, usage statistics, logging data, and analytics.

  34. case object TAG_DATA extends Data with Product with Serializable

    Designates metadata tags applied to AWS resources.

Inherited from Serializable

Inherited from Enumeration[Data]

Inherited from Companion[Data]

Inherited from Has[Data]

Inherited from ShapeTag[Data]

Inherited from HasId

Inherited from AnyRef

Inherited from Any

Ungrouped