Trait/Object

com.github.j5ik2o.reactive.kinesis.akka

KinesisStreamClient

Related Docs: object KinesisStreamClient | package akka

Permalink

trait KinesisStreamClient extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KinesisStreamClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: KinesisClient[Future]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addTagsToStreamFlow(parallelism: Int = 1): Flow[AddTagsToStreamRequest, AddTagsToStreamResponse, NotUsed]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createStreamFlow(parallelism: Int = 1): Flow[CreateStreamRequest, CreateStreamResponse, NotUsed]

    Permalink
  8. def decreaseStreamRetentionPeriodFlow(parallelism: Int = 1): Flow[DecreaseStreamRetentionPeriodRequest, DecreaseStreamRetentionPeriodResponse, NotUsed]

    Permalink
  9. def deleteStreamFlow(parallelism: Int = 1): Flow[DeleteStreamRequest, DeleteStreamResponse, NotUsed]

    Permalink
  10. def deregisterStreamConsumerFlow(parallelism: Int = 1): Flow[DeregisterStreamConsumerRequest, DeregisterStreamConsumerResponse, NotUsed]

    Permalink
  11. def describeLimitsFlow(parallelism: Int = 1): Flow[DescribeLimitsRequest, DescribeLimitsResponse, NotUsed]

    Permalink
  12. def describeStreamConsumerFlow(parallelism: Int = 1): Flow[DescribeStreamConsumerRequest, DescribeStreamConsumerResponse, NotUsed]

    Permalink
  13. def describeStreamFlow(parallelism: Int = 1): Flow[DescribeStreamRequest, DescribeStreamResponse, NotUsed]

    Permalink
  14. def describeStreamSummaryFlow(parallelism: Int = 1): Flow[DescribeStreamSummaryRequest, DescribeStreamSummaryResponse, NotUsed]

    Permalink
  15. def disableEnhancedMonitoringFlow(parallelism: Int = 1): Flow[DisableEnhancedMonitoringRequest, DisableEnhancedMonitoringResponse, NotUsed]

    Permalink
  16. def enableEnhancedMonitoringFlow(parallelism: Int = 1): Flow[EnableEnhancedMonitoringRequest, EnableEnhancedMonitoringResponse, NotUsed]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getRecordsFlow(parallelism: Int = 1): Flow[GetRecordsRequest, GetRecordsResponse, NotUsed]

    Permalink
  22. def getShardIteratorFlow(parallelism: Int = 1): Flow[GetShardIteratorRequest, GetShardIteratorResponse, NotUsed]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def increaseStreamRetentionPeriodFlow(parallelism: Int = 1): Flow[IncreaseStreamRetentionPeriodRequest, IncreaseStreamRetentionPeriodResponse, NotUsed]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def listShardsFlow(parallelism: Int = 1): Flow[ListShardsRequest, ListShardsResponse, NotUsed]

    Permalink
  27. def listStreamConsumersFlow(parallelism: Int = 1): Flow[ListStreamConsumersRequest, ListStreamConsumersResponse, NotUsed]

    Permalink
  28. def listStreamsFlow(parallelism: Int = 1): Flow[ListStreamsRequest, ListStreamsResponse, NotUsed]

    Permalink
  29. def listStreamsSource: Source[ListStreamsResponse, NotUsed]

    Permalink
  30. def listTagsForStreamFlow(parallelism: Int = 1): Flow[ListTagsForStreamRequest, ListTagsForStreamResponse, NotUsed]

    Permalink
  31. def mergeShardsFlow(parallelism: Int = 1): Flow[MergeShardsRequest, MergeShardsResponse, NotUsed]

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def putRecordFlow(parallelism: Int = 1): Flow[PutRecordRequest, PutRecordResponse, NotUsed]

    Permalink
  36. def putRecordsFlow(parallelism: Int = 1): Flow[PutRecordsRequest, PutRecordsResponse, NotUsed]

    Permalink
  37. def registerStreamConsumerFlow(parallelism: Int = 1): Flow[RegisterStreamConsumerRequest, RegisterStreamConsumerResponse, NotUsed]

    Permalink
  38. def removeTagsFromStreamFlow(parallelism: Int = 1): Flow[RemoveTagsFromStreamRequest, RemoveTagsFromStreamResponse, NotUsed]

    Permalink
  39. def splitShardFlow(parallelism: Int = 1): Flow[SplitShardRequest, SplitShardResponse, NotUsed]

    Permalink
  40. def startStreamEncryptionFlow(parallelism: Int = 1): Flow[StartStreamEncryptionRequest, StartStreamEncryptionResponse, NotUsed]

    Permalink
  41. def stopStreamEncryptionFlow(parallelism: Int = 1): Flow[StopStreamEncryptionRequest, StopStreamEncryptionResponse, NotUsed]

    Permalink
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def updateShardCountFlow(parallelism: Int = 1): Flow[UpdateShardCountRequest, UpdateShardCountResponse, NotUsed]

    Permalink
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped