Object/Class

com.monsanto.arch.awsutil.ec2.model.Monitoring

State

Related Docs: class State | package Monitoring

Permalink

object State extends AwsEnumerationCompanion[State]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. State
  2. AwsEnumerationCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type AwsType = _$1

    Permalink

    The type of the AWS enumeration.

    The type of the AWS enumeration.

    Definition Classes
    AwsEnumerationCompanion
  2. type ScalaType = State

    Permalink

    The type of the Scala enumeration.

    The type of the Scala enumeration.

    Definition Classes
    AwsEnumerationCompanion

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. object Disabled extends State with Product with Serializable

    Permalink
  5. object Disabling extends State with Product with Serializable

    Permalink
  6. object Enabled extends State with Product with Serializable

    Permalink
  7. object Pending extends State with Product with Serializable

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromAws(aws: AwsType): ScalaType

    Permalink

    Given an AWS instance of the enumeration, return its Scala equivalent.

    Given an AWS instance of the enumeration, return its Scala equivalent.

    Definition Classes
    AwsEnumerationCompanion
  14. def fromString(str: String): Option[ScalaType]

    Permalink

    Given a string, return its enumerated Scala equivalent, if any.

    Given a string, return its enumerated Scala equivalent, if any.

    Definition Classes
    AwsEnumerationCompanion
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def values: Seq[State]

    Permalink

    All valid values for the enumeration.

    All valid values for the enumeration.

    Definition Classes
    StateAwsEnumerationCompanion
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AwsEnumerationCompanion[State]

Inherited from AnyRef

Inherited from Any

Ungrouped