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[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
object Middleware

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Middleware.type
trait Middleware[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Simple[Construct]
Self type

Types

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