smithy4s.example.PizzaAdminServiceOperation.GetEnum
See theGetEnum companion class
object GetEnum extends Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetEnum.type
Members list
Type members
Inherited and Abstract classlikes
abstract class ErrorAwareHandler[F[_, _]] extends EndpointHandler[Op, Kind2[F]#<none>]
Attributes
- Inherited from:
- Endpoint
- Supertypes
-
trait EndpointHandler[Op, Kind2[F]#<none>]class Objecttrait Matchableclass Any
abstract class Handler[F[_]] extends EndpointHandler[Op, Kind1[F]#<none>]
Allows the creation of a hander via object-oriented inheritance.
Allows the creation of a hander via object-oriented inheritance.
Attributes
- Inherited from:
- Endpoint
- Supertypes
-
trait EndpointHandler[Op, Kind1[F]#<none>]class Objecttrait Matchableclass Any
Inherited and Abstract types
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
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Endpoint
def errorAwareHandler[F[_, _]](f: GetEnumInput => F[GetEnumError, GetEnumOutput]): EndpointHandler[PizzaAdminServiceOperation, Kind2[F]#<none>]
Allows the creation of a handler via lifting a function that returns some bi-functor.
Allows the creation of a handler via lifting a function that returns some bi-functor.
Attributes
- Inherited from:
- Endpoint
def handler[F[_]](f: GetEnumInput => F[GetEnumOutput]): EndpointHandler[PizzaAdminServiceOperation, Kind1[F]#<none>]
Allows the creation of a handler via lifting a function that returns some functor.
Allows the creation of a handler via lifting a function that returns some functor.
Attributes
- Inherited from:
- Endpoint
Attributes
- Inherited from:
- Endpoint
Attributes
- Inherited from:
- Endpoint
Attributes
- Inherited from:
- Endpoint
final def mapSchema(f: (OperationSchema[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]) => OperationSchema[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]): Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]
Attributes
- Inherited from:
- Endpoint
Attributes
- Inherited from:
- Endpoint
Attributes
- Inherited from:
- Endpoint
Attributes
- Inherited from:
- Endpoint
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 0.18]
- Inherited from:
- Endpoint
Concrete fields
In this article