Class

com.github.j5ik2o.reactive.dynamodb.akka

DynamoDBStreamClientImpl

Related Doc: package akka

Permalink

class DynamoDBStreamClientImpl extends DynamoDBStreamClient

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDBStreamClientImpl
  2. DynamoDBStreamClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DynamoDBStreamClientImpl(underlying: DynamoDBClient[Future])

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def batchGetItemFlow(parallelism: Int = 1): Flow[BatchGetItemRequest, BatchGetItemResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  6. def batchWriteItemFlow(parallelism: Int = 1): Flow[BatchWriteItemRequest, BatchWriteItemResponse, NotUsed]

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createBackupFlow(parallelism: Int = 1): Flow[CreateBackupRequest, CreateBackupResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  9. def createGlobalTableFlow(parallelism: Int = 1): Flow[CreateGlobalTableRequest, CreateGlobalTableResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  10. def createTableFlow(parallelism: Int = 1): Flow[CreateTableRequest, CreateTableResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  11. def deleteBackupFlow(parallelism: Int = 1): Flow[DeleteBackupRequest, DeleteBackupResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  12. def deleteItemFlow(parallelism: Int = 1): Flow[DeleteItemRequest, DeleteItemResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  13. def deleteTableFlow(parallelism: Int = 1): Flow[DeleteTableRequest, DeleteTableResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  14. def describeBackupFlow(parallelism: Int = 1): Flow[DescribeBackupRequest, DescribeBackupResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  15. def describeContinuousBackupsFlow(parallelism: Int = 1): Flow[DescribeContinuousBackupsRequest, DescribeContinuousBackupsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  16. def describeEndpointsFlow(parallelism: Int = 1): Flow[DescribeEndpointsRequest, DescribeEndpointsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  17. def describeGlobalTableFlow(parallelism: Int = 1): Flow[DescribeGlobalTableRequest, DescribeGlobalTableResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  18. def describeGlobalTableSettingsFlow(parallelism: Int = 1): Flow[DescribeGlobalTableSettingsRequest, DescribeGlobalTableSettingsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  19. def describeLimitsFlow(parallelism: Int = 1): Flow[DescribeLimitsRequest, DescribeLimitsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  20. def describeTableFlow(parallelism: Int = 1): Flow[DescribeTableRequest, DescribeTableResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  21. def describeTimeToLiveFlow(parallelism: Int = 1): Flow[DescribeTimeToLiveRequest, DescribeTimeToLiveResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getItemFlow(parallelism: Int = 1): Flow[GetItemRequest, GetItemResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def listBackupsFlow(parallelism: Int = 1): Flow[ListBackupsRequest, ListBackupsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  30. def listGlobalTablesFlow(parallelism: Int = 1): Flow[ListGlobalTablesRequest, ListGlobalTablesResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  31. def listTablesFlow(parallelism: Int = 1): Flow[ListTablesRequest, ListTablesResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  32. def listTagsOfResourceFlow(parallelism: Int = 1): Flow[ListTagsOfResourceRequest, ListTagsOfResourceResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def putItemFlow(parallelism: Int = 1): Flow[PutItemRequest, PutItemResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  37. def queryFlow(parallelism: Int = 1): Flow[QueryRequest, QueryResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  38. def restoreTableFromBackupFlow(parallelism: Int = 1): Flow[RestoreTableFromBackupRequest, RestoreTableFromBackupResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  39. def restoreTableToPointInTimeFlow(parallelism: Int = 1): Flow[RestoreTableToPointInTimeRequest, RestoreTableToPointInTimeResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  40. def scanFlow(parallelism: Int = 1): Flow[ScanRequest, ScanResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def tagResourceFlow(parallelism: Int = 1): Flow[TagResourceRequest, TagResourceResponse, NotUsed]

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. def transactGetItemsFlow(parallelism: Int = 1): Flow[TransactGetItemsRequest, TransactGetItemsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  45. def transactWriteItemsFlow(parallelism: Int = 1): Flow[TransactWriteItemsRequest, TransactWriteItemsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  46. val underlying: DynamoDBClient[Future]

    Permalink
  47. def untagResourceFlow(parallelism: Int = 1): Flow[UntagResourceRequest, UntagResourceResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  48. def updateContinuousBackupsFlow(parallelism: Int = 1): Flow[UpdateContinuousBackupsRequest, UpdateContinuousBackupsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  49. def updateGlobalTableFlow(parallelism: Int = 1): Flow[UpdateGlobalTableRequest, UpdateGlobalTableResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  50. def updateGlobalTableSettingsFlow(parallelism: Int = 1): Flow[UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  51. def updateItemFlow(parallelism: Int = 1): Flow[UpdateItemRequest, UpdateItemResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  52. def updateTimeToLive(parallelism: Int = 1): Flow[UpdateTimeToLiveRequest, UpdateTimeToLiveResponse, NotUsed]

    Permalink
    Definition Classes
    DynamoDBStreamClient
  53. final def wait(): Unit

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

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

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

Inherited from DynamoDBStreamClient

Inherited from AnyRef

Inherited from Any

Ungrouped