Class/Object

awscala.redshift

Event

Related Docs: object Event | package redshift

Permalink

case class Event(sourceIdentifier: String, sourceType: SourceType, message: String, createdAt: DateTime) extends com.amazonaws.services.redshift.model.Event with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, com.amazonaws.services.redshift.model.Event, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. Serializable
  3. Product
  4. Equals
  5. Event
  6. Cloneable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Event(sourceIdentifier: String, sourceType: SourceType, message: String, createdAt: DateTime)

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event → AnyRef
  6. val createdAt: DateTime

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Event → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getDate(): Date

    Permalink
    Definition Classes
    Event
  12. def getEventCategories(): List[String]

    Permalink
    Definition Classes
    Event
  13. def getEventId(): String

    Permalink
    Definition Classes
    Event
  14. def getMessage(): String

    Permalink
    Definition Classes
    Event
  15. def getSeverity(): String

    Permalink
    Definition Classes
    Event
  16. def getSourceIdentifier(): String

    Permalink
    Definition Classes
    Event
  17. def getSourceType(): String

    Permalink
    Definition Classes
    Event
  18. def hashCode(): Int

    Permalink
    Definition Classes
    Event → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val message: String

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def setDate(arg0: Date): Unit

    Permalink
    Definition Classes
    Event
  25. def setEventCategories(arg0: Collection[String]): Unit

    Permalink
    Definition Classes
    Event
  26. def setEventId(arg0: String): Unit

    Permalink
    Definition Classes
    Event
  27. def setMessage(arg0: String): Unit

    Permalink
    Definition Classes
    Event
  28. def setSeverity(arg0: String): Unit

    Permalink
    Definition Classes
    Event
  29. def setSourceIdentifier(arg0: String): Unit

    Permalink
    Definition Classes
    Event
  30. def setSourceType(arg0: SourceType): Unit

    Permalink
    Definition Classes
    Event
  31. def setSourceType(arg0: String): Unit

    Permalink
    Definition Classes
    Event
  32. val sourceIdentifier: String

    Permalink
  33. val sourceType: SourceType

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    Event → AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withDate(arg0: Date): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  40. def withEventCategories(arg0: Collection[String]): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  41. def withEventCategories(arg0: <repeated...>[String]): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  42. def withEventId(arg0: String): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  43. def withMessage(arg0: String): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  44. def withSeverity(arg0: String): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  45. def withSourceIdentifier(arg0: String): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  46. def withSourceType(arg0: SourceType): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event
  47. def withSourceType(arg0: String): com.amazonaws.services.redshift.model.Event

    Permalink
    Definition Classes
    Event

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.redshift.model.Event

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped