ChecksumAlgorithm

aws.protocols.ChecksumAlgorithm$
See theChecksumAlgorithm companion class
object ChecksumAlgorithm extends Enumeration[ChecksumAlgorithm] with Companion[ChecksumAlgorithm]

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
trait Enumeration[ChecksumAlgorithm]
trait Companion[ChecksumAlgorithm]
trait ShapeTag[ChecksumAlgorithm]
trait HasId
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object CRC32 extends ChecksumAlgorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
CRC32.type
case object CRC32C extends ChecksumAlgorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
CRC32C.type
case object SHA1 extends ChecksumAlgorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
SHA1.type
case object SHA256 extends ChecksumAlgorithm

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
SHA256.type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[E]

Attributes

Inherited from:
Enumeration
final def fromString(s: String): Option[E]

Attributes

Inherited from:
Enumeration
final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Companion -> Has
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Inherited fields

Attributes

Inherited from:
Enumeration
lazy val valueMap: Map[String, ChecksumAlgorithm]

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[ChecksumAlgorithm]

Inherited implicits

implicit val tagInstance: ShapeTag[ChecksumAlgorithm]

Attributes

Inherited from:
Companion