Region

io.cequence.pineconescala.domain.settings.Region$
See theRegion companion class
object Region

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Region.type

Members list

Concise view

Type members

Classlikes

case object EUWest1 extends Region

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Region
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Self type
EUWest1.type
case object EeastUS2 extends Region

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Region
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Self type
case class Other(name: String) extends Region

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Region
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
case object USCentral1 extends Region

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Region
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Self type
case object USEast1 extends Region

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Region
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Self type
USEast1.type
case object USWest2 extends Region

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Region
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Self type
USWest2.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(value: String): Region