Trait/Object

com.github.j5ik2o.reactive.aws.kinesis.akka

KinesisAkkaClient

Related Docs: object KinesisAkkaClient | package akka

Permalink

trait KinesisAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: KinesisAsyncClient

    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 = DefaultParallelism): Flow[AddTagsToStreamRequest, AddTagsToStreamResponse, NotUsed]

    Permalink
  5. def addTagsToStreamSource(addTagsToStreamRequest: AddTagsToStreamRequest, parallelism: Int = DefaultParallelism): Source[AddTagsToStreamResponse, NotUsed]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
  9. def createStreamSource(createStreamRequest: CreateStreamRequest, parallelism: Int = DefaultParallelism): Source[CreateStreamResponse, NotUsed]

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

    Permalink
  11. def decreaseStreamRetentionPeriodSource(decreaseStreamRetentionPeriodRequest: DecreaseStreamRetentionPeriodRequest, parallelism: Int = DefaultParallelism): Source[DecreaseStreamRetentionPeriodResponse, NotUsed]

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

    Permalink
  13. def deleteStreamSource(deleteStreamRequest: DeleteStreamRequest, parallelism: Int = DefaultParallelism): Source[DeleteStreamResponse, NotUsed]

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

    Permalink
  15. def deregisterStreamConsumerSource(deregisterStreamConsumerRequest: DeregisterStreamConsumerRequest, parallelism: Int = DefaultParallelism): Source[DeregisterStreamConsumerResponse, NotUsed]

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

    Permalink
  17. def describeLimitsSource(): Source[DescribeLimitsResponse, NotUsed]

    Permalink
  18. def describeLimitsSource(describeLimitsRequest: DescribeLimitsRequest, parallelism: Int = DefaultParallelism): Source[DescribeLimitsResponse, NotUsed]

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

    Permalink
  20. def describeStreamConsumerSource(describeStreamConsumerRequest: DescribeStreamConsumerRequest, parallelism: Int = DefaultParallelism): Source[DescribeStreamConsumerResponse, NotUsed]

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

    Permalink
  22. def describeStreamSource(describeStreamRequest: DescribeStreamRequest, parallelism: Int = DefaultParallelism): Source[DescribeStreamResponse, NotUsed]

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

    Permalink
  24. def describeStreamSummarySource(describeStreamSummaryRequest: DescribeStreamSummaryRequest, parallelism: Int = DefaultParallelism): Source[DescribeStreamSummaryResponse, NotUsed]

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

    Permalink
  26. def disableEnhancedMonitoringSource(disableEnhancedMonitoringRequest: DisableEnhancedMonitoringRequest, parallelism: Int = DefaultParallelism): Source[DisableEnhancedMonitoringResponse, NotUsed]

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

    Permalink
  28. def enableEnhancedMonitoringSource(enableEnhancedMonitoringRequest: EnableEnhancedMonitoringRequest, parallelism: Int = DefaultParallelism): Source[EnableEnhancedMonitoringResponse, NotUsed]

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

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

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

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

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

    Permalink
  34. def getRecordsSource(getRecordsRequest: GetRecordsRequest, parallelism: Int = DefaultParallelism): Source[GetRecordsResponse, NotUsed]

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

    Permalink
  36. def getShardIteratorSource(getShardIteratorRequest: GetShardIteratorRequest, parallelism: Int = DefaultParallelism): Source[GetShardIteratorResponse, NotUsed]

    Permalink
  37. def hashCode(): Int

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

    Permalink
  39. def increaseStreamRetentionPeriodSource(increaseStreamRetentionPeriodRequest: IncreaseStreamRetentionPeriodRequest, parallelism: Int = DefaultParallelism): Source[IncreaseStreamRetentionPeriodResponse, NotUsed]

    Permalink
  40. final def isInstanceOf[T0]: Boolean

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

    Permalink
  42. def listShardsSource(listShardsRequest: ListShardsRequest, parallelism: Int = DefaultParallelism): Source[ListShardsResponse, NotUsed]

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

    Permalink
  44. def listStreamConsumersPaginatorFlow: Flow[ListStreamConsumersRequest, ListStreamConsumersResponse, NotUsed]

    Permalink
  45. def listStreamConsumersSource(listStreamConsumersRequest: ListStreamConsumersRequest, parallelism: Int = DefaultParallelism): Source[ListStreamConsumersResponse, NotUsed]

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

    Permalink
  47. def listStreamsSource(): Source[ListStreamsResponse, NotUsed]

    Permalink
  48. def listStreamsSource(listStreamsRequest: ListStreamsRequest, parallelism: Int = DefaultParallelism): Source[ListStreamsResponse, NotUsed]

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

    Permalink
  50. def listTagsForStreamSource(listTagsForStreamRequest: ListTagsForStreamRequest, parallelism: Int = DefaultParallelism): Source[ListTagsForStreamResponse, NotUsed]

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

    Permalink
  52. def mergeShardsSource(mergeShardsRequest: MergeShardsRequest, parallelism: Int = DefaultParallelism): Source[MergeShardsResponse, NotUsed]

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

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

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

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

    Permalink
  57. def putRecordSource(putRecordRequest: PutRecordRequest, parallelism: Int = DefaultParallelism): Source[PutRecordResponse, NotUsed]

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

    Permalink
  59. def putRecordsSource(putRecordsRequest: PutRecordsRequest, parallelism: Int = DefaultParallelism): Source[PutRecordsResponse, NotUsed]

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

    Permalink
  61. def registerStreamConsumerSource(registerStreamConsumerRequest: RegisterStreamConsumerRequest, parallelism: Int = DefaultParallelism): Source[RegisterStreamConsumerResponse, NotUsed]

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

    Permalink
  63. def removeTagsFromStreamSource(removeTagsFromStreamRequest: RemoveTagsFromStreamRequest, parallelism: Int = DefaultParallelism): Source[RemoveTagsFromStreamResponse, NotUsed]

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

    Permalink
  65. def splitShardSource(splitShardRequest: SplitShardRequest, parallelism: Int = DefaultParallelism): Source[SplitShardResponse, NotUsed]

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

    Permalink
  67. def startStreamEncryptionSource(startStreamEncryptionRequest: StartStreamEncryptionRequest, parallelism: Int = DefaultParallelism): Source[StartStreamEncryptionResponse, NotUsed]

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

    Permalink
  69. def stopStreamEncryptionSource(stopStreamEncryptionRequest: StopStreamEncryptionRequest, parallelism: Int = DefaultParallelism): Source[StopStreamEncryptionResponse, NotUsed]

    Permalink
  70. def subscribeToShardFlow(parallelism: Int = DefaultParallelism): Flow[(SubscribeToShardRequest, SubscribeToShardResponseHandler), Unit, NotUsed]

    Permalink
  71. def subscribeToShardSource(subscribeToShardRequest: SubscribeToShardRequest, asyncResponseHandler: SubscribeToShardResponseHandler, parallelism: Int = DefaultParallelism): Source[Unit, NotUsed]

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

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

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

    Permalink
  75. def updateShardCountSource(updateShardCountRequest: UpdateShardCountRequest, parallelism: Int = DefaultParallelism): Source[UpdateShardCountResponse, NotUsed]

    Permalink
  76. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped