object CreateStream extends Endpoint[KinesisOperation, CreateStreamInput, CreateStreamError, Unit, Nothing, Nothing] with Serializable
- Source
- Kinesis.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateStream
- Serializable
- Endpoint
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def error: Option[ErrorSchema[CreateStreamError]]
- Definition Classes
- Endpoint
- def errorAwareHandler[F[_, _]](f: (CreateStreamInput) => F[CreateStreamError, Unit]): EndpointHandler[KinesisOperation, [I, E, O, SI, SO]F[E, O]]
- Definition Classes
- Endpoint
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def handler[F[_]](f: (CreateStreamInput) => F[Unit]): EndpointHandler[KinesisOperation, [I, E, O, SI, SO]F[O]]
- Definition Classes
- Endpoint
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hints: Hints
- Definition Classes
- Endpoint
- final def id: ShapeId
- Definition Classes
- Endpoint
- final def input: Schema[CreateStreamInput]
- Definition Classes
- Endpoint
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def mapSchema(f: (OperationSchema[CreateStreamInput, CreateStreamError, Unit, Nothing, Nothing]) => OperationSchema[CreateStreamInput, CreateStreamError, Unit, Nothing, Nothing]): Endpoint[KinesisOperation, CreateStreamInput, CreateStreamError, Unit, Nothing, Nothing]
- Definition Classes
- Endpoint
- final def name: String
- Definition Classes
- Endpoint
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def output: Schema[Unit]
- Definition Classes
- Endpoint
- val schema: OperationSchema[CreateStreamInput, CreateStreamError, Unit, Nothing, Nothing]
- Definition Classes
- CreateStream → Endpoint
- final def streamedInput: Option[StreamingSchema[Nothing]]
- Definition Classes
- Endpoint
- final def streamedOutput: Option[StreamingSchema[Nothing]]
- Definition Classes
- Endpoint
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wrap(input: CreateStreamInput): CreateStream
- Definition Classes
- CreateStream → Endpoint
Deprecated Value Members
- final def errorschema: Option[ErrorSchema[CreateStreamError]]
- Definition Classes
- Endpoint
- Annotations
- @deprecated
- Deprecated
(Since version 0.18) Use .error instead