awscala.redshift

Event

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

    Definition Classes
    Event → AnyRef
  8. val createdAt: DateTime

  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Event → AnyRef → Any
  11. final def getClass(): Class[_]

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

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

    Definition Classes
    Event
  14. def getEventId(): String

    Definition Classes
    Event
  15. def getMessage(): String

    Definition Classes
    Event
  16. def getSeverity(): String

    Definition Classes
    Event
  17. def getSourceIdentifier(): String

    Definition Classes
    Event
  18. def getSourceType(): String

    Definition Classes
    Event
  19. def hashCode(): Int

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

    Definition Classes
    Any
  21. val message: String

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

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

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

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

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

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

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

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

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

    Definition Classes
    Event
  33. val sourceIdentifier: String

  34. val sourceType: SourceType

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Event

Deprecated Value Members

  1. def finalize(): Unit

    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