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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def getDate(): Date

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  19. val message: String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def setDate(arg0: Date): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Event
  31. val sourceIdentifier: String

    Permalink
  32. val sourceType: SourceType

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

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

    Permalink
    Definition Classes
    Event → AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Event

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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