Packages

trait DynamoDbAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: DynamoDbAsyncClient

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def batchGetItemFlow(parallelism: Int = DefaultParallelism): Flow[BatchGetItemRequest, BatchGetItemResponse, NotUsed]
  6. def batchGetItemPaginatorFlow: Flow[BatchGetItemRequest, BatchGetItemResponse, NotUsed]
  7. def batchGetItemSource(batchGetItemRequest: BatchGetItemRequest, parallelism: Int = DefaultParallelism): Source[BatchGetItemResponse, NotUsed]
  8. def batchWriteItemFlow(parallelism: Int = DefaultParallelism): Flow[BatchWriteItemRequest, BatchWriteItemResponse, NotUsed]
  9. def batchWriteItemSource(batchWriteItemRequest: BatchWriteItemRequest, parallelism: Int = DefaultParallelism): Source[BatchWriteItemResponse, NotUsed]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def createBackupFlow(parallelism: Int = DefaultParallelism): Flow[CreateBackupRequest, CreateBackupResponse, NotUsed]
  12. def createBackupSource(createBackupRequest: CreateBackupRequest, parallelism: Int = DefaultParallelism): Source[CreateBackupResponse, NotUsed]
  13. def createGlobalTableFlow(parallelism: Int = DefaultParallelism): Flow[CreateGlobalTableRequest, CreateGlobalTableResponse, NotUsed]
  14. def createGlobalTableSource(createGlobalTableRequest: CreateGlobalTableRequest, parallelism: Int = DefaultParallelism): Source[CreateGlobalTableResponse, NotUsed]
  15. def createTableFlow(parallelism: Int = DefaultParallelism): Flow[CreateTableRequest, CreateTableResponse, NotUsed]
  16. def createTableSource(createTableRequest: CreateTableRequest, parallelism: Int = DefaultParallelism): Source[CreateTableResponse, NotUsed]
  17. def deleteBackupFlow(parallelism: Int = DefaultParallelism): Flow[DeleteBackupRequest, DeleteBackupResponse, NotUsed]
  18. def deleteBackupSource(deleteBackupRequest: DeleteBackupRequest, parallelism: Int = DefaultParallelism): Source[DeleteBackupResponse, NotUsed]
  19. def deleteItemFlow(parallelism: Int = DefaultParallelism): Flow[DeleteItemRequest, DeleteItemResponse, NotUsed]
  20. def deleteItemSource(deleteItemRequest: DeleteItemRequest, parallelism: Int = DefaultParallelism): Source[DeleteItemResponse, NotUsed]
  21. def deleteTableFlow(parallelism: Int = DefaultParallelism): Flow[DeleteTableRequest, DeleteTableResponse, NotUsed]
  22. def deleteTableSource(deleteTableRequest: DeleteTableRequest, parallelism: Int = DefaultParallelism): Source[DeleteTableResponse, NotUsed]
  23. def describeBackupFlow(parallelism: Int = DefaultParallelism): Flow[DescribeBackupRequest, DescribeBackupResponse, NotUsed]
  24. def describeBackupSource(describeBackupRequest: DescribeBackupRequest, parallelism: Int = DefaultParallelism): Source[DescribeBackupResponse, NotUsed]
  25. def describeContinuousBackupsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeContinuousBackupsRequest, DescribeContinuousBackupsResponse, NotUsed]
  26. def describeContinuousBackupsSource(describeContinuousBackupsRequest: DescribeContinuousBackupsRequest, parallelism: Int = DefaultParallelism): Source[DescribeContinuousBackupsResponse, NotUsed]
  27. def describeEndpointsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEndpointsRequest, DescribeEndpointsResponse, NotUsed]
  28. def describeEndpointsSource(): Source[DescribeEndpointsResponse, NotUsed]
  29. def describeEndpointsSource(describeEndpointsRequest: DescribeEndpointsRequest, parallelism: Int = DefaultParallelism): Source[DescribeEndpointsResponse, NotUsed]
  30. def describeGlobalTableFlow(parallelism: Int = DefaultParallelism): Flow[DescribeGlobalTableRequest, DescribeGlobalTableResponse, NotUsed]
  31. def describeGlobalTableSettingsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeGlobalTableSettingsRequest, DescribeGlobalTableSettingsResponse, NotUsed]
  32. def describeGlobalTableSettingsSource(describeGlobalTableSettingsRequest: DescribeGlobalTableSettingsRequest, parallelism: Int = DefaultParallelism): Source[DescribeGlobalTableSettingsResponse, NotUsed]
  33. def describeGlobalTableSource(describeGlobalTableRequest: DescribeGlobalTableRequest, parallelism: Int = DefaultParallelism): Source[DescribeGlobalTableResponse, NotUsed]
  34. def describeLimitsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeLimitsRequest, DescribeLimitsResponse, NotUsed]
  35. def describeLimitsSource(): Source[DescribeLimitsResponse, NotUsed]
  36. def describeLimitsSource(describeLimitsRequest: DescribeLimitsRequest, parallelism: Int = DefaultParallelism): Source[DescribeLimitsResponse, NotUsed]
  37. def describeTableFlow(parallelism: Int = DefaultParallelism): Flow[DescribeTableRequest, DescribeTableResponse, NotUsed]
  38. def describeTableSource(describeTableRequest: DescribeTableRequest, parallelism: Int = DefaultParallelism): Source[DescribeTableResponse, NotUsed]
  39. def describeTimeToLiveFlow(parallelism: Int = DefaultParallelism): Flow[DescribeTimeToLiveRequest, DescribeTimeToLiveResponse, NotUsed]
  40. def describeTimeToLiveSource(describeTimeToLiveRequest: DescribeTimeToLiveRequest, parallelism: Int = DefaultParallelism): Source[DescribeTimeToLiveResponse, NotUsed]
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def getItemFlow(parallelism: Int = DefaultParallelism): Flow[GetItemRequest, GetItemResponse, NotUsed]
  46. def getItemSource(getItemRequest: GetItemRequest, parallelism: Int = DefaultParallelism): Source[GetItemResponse, NotUsed]
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def listBackupsFlow(parallelism: Int = DefaultParallelism): Flow[ListBackupsRequest, ListBackupsResponse, NotUsed]
  50. def listBackupsSource(): Source[ListBackupsResponse, NotUsed]
  51. def listBackupsSource(listBackupsRequest: ListBackupsRequest, parallelism: Int = DefaultParallelism): Source[ListBackupsResponse, NotUsed]
  52. def listGlobalTablesFlow(parallelism: Int = DefaultParallelism): Flow[ListGlobalTablesRequest, ListGlobalTablesResponse, NotUsed]
  53. def listGlobalTablesSource(): Source[ListGlobalTablesResponse, NotUsed]
  54. def listGlobalTablesSource(listGlobalTablesRequest: ListGlobalTablesRequest, parallelism: Int = DefaultParallelism): Source[ListGlobalTablesResponse, NotUsed]
  55. def listTablesFlow(parallelism: Int = DefaultParallelism): Flow[ListTablesRequest, ListTablesResponse, NotUsed]
  56. def listTablesPaginatorFlow: Flow[ListTablesRequest, ListTablesResponse, NotUsed]
  57. def listTablesPaginatorSource: Source[ListTablesResponse, NotUsed]
  58. def listTablesSource(): Source[ListTablesResponse, NotUsed]
  59. def listTablesSource(listTablesRequest: ListTablesRequest, parallelism: Int = DefaultParallelism): Source[ListTablesResponse, NotUsed]
  60. def listTagsOfResourceFlow(parallelism: Int = DefaultParallelism): Flow[ListTagsOfResourceRequest, ListTagsOfResourceResponse, NotUsed]
  61. def listTagsOfResourceSource(listTagsOfResourceRequest: ListTagsOfResourceRequest, parallelism: Int = DefaultParallelism): Source[ListTagsOfResourceResponse, NotUsed]
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. def putItemFlow(parallelism: Int = DefaultParallelism): Flow[PutItemRequest, PutItemResponse, NotUsed]
  66. def putItemSource(putItemRequest: PutItemRequest, parallelism: Int = DefaultParallelism): Source[PutItemResponse, NotUsed]
  67. def queryFlow(parallelism: Int = DefaultParallelism): Flow[QueryRequest, QueryResponse, NotUsed]
  68. def queryPaginatorFlow: Flow[QueryRequest, QueryResponse, NotUsed]
  69. def querySource(queryRequest: QueryRequest, parallelism: Int = DefaultParallelism): Source[QueryResponse, NotUsed]
  70. def restoreTableFromBackupFlow(parallelism: Int = DefaultParallelism): Flow[RestoreTableFromBackupRequest, RestoreTableFromBackupResponse, NotUsed]
  71. def restoreTableFromBackupSource(restoreTableFromBackupRequest: RestoreTableFromBackupRequest, parallelism: Int = DefaultParallelism): Source[RestoreTableFromBackupResponse, NotUsed]
  72. def restoreTableToPointInTimeFlow(parallelism: Int = DefaultParallelism): Flow[RestoreTableToPointInTimeRequest, RestoreTableToPointInTimeResponse, NotUsed]
  73. def restoreTableToPointInTimeSource(restoreTableToPointInTimeRequest: RestoreTableToPointInTimeRequest, parallelism: Int = DefaultParallelism): Source[RestoreTableToPointInTimeResponse, NotUsed]
  74. def scanFlow(parallelism: Int = DefaultParallelism): Flow[ScanRequest, ScanResponse, NotUsed]
  75. def scanPaginatorFlow: Flow[ScanRequest, ScanResponse, NotUsed]
  76. def scanSource(scanRequest: ScanRequest, parallelism: Int = DefaultParallelism): Source[ScanResponse, NotUsed]
  77. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  78. def tagResourceFlow(parallelism: Int = DefaultParallelism): Flow[TagResourceRequest, TagResourceResponse, NotUsed]
  79. def tagResourceSource(tagResourceRequest: TagResourceRequest, parallelism: Int = DefaultParallelism): Source[TagResourceResponse, NotUsed]
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. def transactGetItemsFlow(parallelism: Int = DefaultParallelism): Flow[TransactGetItemsRequest, TransactGetItemsResponse, NotUsed]
  82. def transactGetItemsSource(transactGetItemsRequest: TransactGetItemsRequest, parallelism: Int = DefaultParallelism): Source[TransactGetItemsResponse, NotUsed]
  83. def transactWriteItemsFlow(parallelism: Int = DefaultParallelism): Flow[TransactWriteItemsRequest, TransactWriteItemsResponse, NotUsed]
  84. def transactWriteItemsSource(transactWriteItemsRequest: TransactWriteItemsRequest, parallelism: Int = DefaultParallelism): Source[TransactWriteItemsResponse, NotUsed]
  85. def untagResourceFlow(parallelism: Int = DefaultParallelism): Flow[UntagResourceRequest, UntagResourceResponse, NotUsed]
  86. def untagResourceSource(untagResourceRequest: UntagResourceRequest, parallelism: Int = DefaultParallelism): Source[UntagResourceResponse, NotUsed]
  87. def updateContinuousBackupsFlow(parallelism: Int = DefaultParallelism): Flow[UpdateContinuousBackupsRequest, UpdateContinuousBackupsResponse, NotUsed]
  88. def updateContinuousBackupsSource(updateContinuousBackupsRequest: UpdateContinuousBackupsRequest, parallelism: Int = DefaultParallelism): Source[UpdateContinuousBackupsResponse, NotUsed]
  89. def updateGlobalTableFlow(parallelism: Int = DefaultParallelism): Flow[UpdateGlobalTableRequest, UpdateGlobalTableResponse, NotUsed]
  90. def updateGlobalTableSettingsFlow(parallelism: Int = DefaultParallelism): Flow[UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResponse, NotUsed]
  91. def updateGlobalTableSettingsSource(updateGlobalTableSettingsRequest: UpdateGlobalTableSettingsRequest, parallelism: Int = DefaultParallelism): Source[UpdateGlobalTableSettingsResponse, NotUsed]
  92. def updateGlobalTableSource(updateGlobalTableRequest: UpdateGlobalTableRequest, parallelism: Int = DefaultParallelism): Source[UpdateGlobalTableResponse, NotUsed]
  93. def updateItemFlow(parallelism: Int = DefaultParallelism): Flow[UpdateItemRequest, UpdateItemResponse, NotUsed]
  94. def updateItemSource(updateItemRequest: UpdateItemRequest, parallelism: Int = DefaultParallelism): Source[UpdateItemResponse, NotUsed]
  95. def updateTableFlow(parallelism: Int = DefaultParallelism): Flow[UpdateTableRequest, UpdateTableResponse, NotUsed]
  96. def updateTableSource(updateTableRequest: UpdateTableRequest, parallelism: Int = DefaultParallelism): Source[UpdateTableResponse, NotUsed]
  97. def updateTimeToLiveFlow(parallelism: Int = DefaultParallelism): Flow[UpdateTimeToLiveRequest, UpdateTimeToLiveResponse, NotUsed]
  98. def updateTimeToLiveSource(updateTimeToLiveRequest: UpdateTimeToLiveRequest, parallelism: Int = DefaultParallelism): Source[UpdateTimeToLiveResponse, NotUsed]
  99. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped