Trait/Object

com.github.j5ik2o.reactive.dynamodb.akka

DynamoDBStreamClient

Related Docs: object DynamoDBStreamClient | package akka

Permalink

trait DynamoDBStreamClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: DynamoDBClient[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. final def asInstanceOf[T0]: T0

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

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

    Permalink
  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
  9. def createGlobalTableFlow(parallelism: Int = 1): Flow[CreateGlobalTableRequest, CreateGlobalTableResponse, NotUsed]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  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
  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
  30. def listGlobalTablesFlow(parallelism: Int = 1): Flow[ListGlobalTablesRequest, ListGlobalTablesResponse, NotUsed]

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

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

    Permalink
  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
  37. def queryFlow(parallelism: Int = 1): Flow[QueryRequest, QueryResponse, NotUsed]

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

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

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

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

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

    Permalink
  43. def toString(): String

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

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

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

    Permalink
  47. def updateContinuousBackupsFlow(parallelism: Int = 1): Flow[UpdateContinuousBackupsRequest, UpdateContinuousBackupsResponse, NotUsed]

    Permalink
  48. def updateGlobalTableFlow(parallelism: Int = 1): Flow[UpdateGlobalTableRequest, UpdateGlobalTableResponse, NotUsed]

    Permalink
  49. def updateGlobalTableSettingsFlow(parallelism: Int = 1): Flow[UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResponse, NotUsed]

    Permalink
  50. def updateItemFlow(parallelism: Int = 1): Flow[UpdateItemRequest, UpdateItemResponse, NotUsed]

    Permalink
  51. def updateTimeToLive(parallelism: Int = 1): Flow[UpdateTimeToLiveRequest, UpdateTimeToLiveResponse, NotUsed]

    Permalink
  52. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped