Endpoint

smithy4s.Endpoint$
See theEndpoint companion trait
object Endpoint

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Endpoint.type

Members list

Type members

Classlikes

trait Base[I, E, O, SI, SO]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Endpoint[Op, I, E, O, SI, SO]
final case class Builder[Op[_, _, _, _, _], I, E, O, SI, SO]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Builder

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Builder.type

Types

type ForOperation[Op[_, _, _, _, _]] = { type e = [I, E, O, SI, SO] =>> Endpoint[Op, I, E, O, SI, SO]; }