Trait/Object

com.github.j5ik2o.reactive.aws.dynamodb.akka

DynamoDbAkkaClient

Related Docs: object DynamoDbAkkaClient | package akka

Permalink

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

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

    Permalink
  6. def batchGetItemPaginatorFlow: Flow[BatchGetItemRequest, BatchGetItemResponse, NotUsed]

    Permalink
  7. def batchGetItemSource(batchGetItemRequest: BatchGetItemRequest, parallelism: Int = DefaultParallelism): Source[BatchGetItemResponse, NotUsed]

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

    Permalink
  9. def batchWriteItemSource(batchWriteItemRequest: BatchWriteItemRequest, parallelism: Int = DefaultParallelism): Source[BatchWriteItemResponse, NotUsed]

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. def createBackupSource(createBackupRequest: CreateBackupRequest, parallelism: Int = DefaultParallelism): Source[CreateBackupResponse, NotUsed]

    Permalink
  13. def createGlobalTableFlow(parallelism: Int = DefaultParallelism): Flow[CreateGlobalTableRequest, CreateGlobalTableResponse, NotUsed]

    Permalink
  14. def createGlobalTableSource(createGlobalTableRequest: CreateGlobalTableRequest, parallelism: Int = DefaultParallelism): Source[CreateGlobalTableResponse, NotUsed]

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

    Permalink
  16. def createTableSource(createTableRequest: CreateTableRequest, parallelism: Int = DefaultParallelism): Source[CreateTableResponse, NotUsed]

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

    Permalink
  18. def deleteBackupSource(deleteBackupRequest: DeleteBackupRequest, parallelism: Int = DefaultParallelism): Source[DeleteBackupResponse, NotUsed]

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

    Permalink
  20. def deleteItemSource(deleteItemRequest: DeleteItemRequest, parallelism: Int = DefaultParallelism): Source[DeleteItemResponse, NotUsed]

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

    Permalink
  22. def deleteTableSource(deleteTableRequest: DeleteTableRequest, parallelism: Int = DefaultParallelism): Source[DeleteTableResponse, NotUsed]

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

    Permalink
  24. def describeBackupSource(describeBackupRequest: DescribeBackupRequest, parallelism: Int = DefaultParallelism): Source[DescribeBackupResponse, NotUsed]

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

    Permalink
  26. def describeContinuousBackupsSource(describeContinuousBackupsRequest: DescribeContinuousBackupsRequest, parallelism: Int = DefaultParallelism): Source[DescribeContinuousBackupsResponse, NotUsed]

    Permalink
  27. def describeContributorInsightsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeContributorInsightsRequest, DescribeContributorInsightsResponse, NotUsed]

    Permalink
  28. def describeContributorInsightsSource(describeContributorInsightsRequest: DescribeContributorInsightsRequest, parallelism: Int = DefaultParallelism): Source[DescribeContributorInsightsResponse, NotUsed]

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

    Permalink
  30. def describeEndpointsSource(): Source[DescribeEndpointsResponse, NotUsed]

    Permalink
  31. def describeEndpointsSource(describeEndpointsRequest: DescribeEndpointsRequest, parallelism: Int = DefaultParallelism): Source[DescribeEndpointsResponse, NotUsed]

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

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

    Permalink
  34. def describeGlobalTableSettingsSource(describeGlobalTableSettingsRequest: DescribeGlobalTableSettingsRequest, parallelism: Int = DefaultParallelism): Source[DescribeGlobalTableSettingsResponse, NotUsed]

    Permalink
  35. def describeGlobalTableSource(describeGlobalTableRequest: DescribeGlobalTableRequest, parallelism: Int = DefaultParallelism): Source[DescribeGlobalTableResponse, NotUsed]

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

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

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

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

    Permalink
  40. def describeTableReplicaAutoScalingFlow(parallelism: Int = DefaultParallelism): Flow[DescribeTableReplicaAutoScalingRequest, DescribeTableReplicaAutoScalingResponse, NotUsed]

    Permalink
  41. def describeTableReplicaAutoScalingSource(describeTableReplicaAutoScalingRequest: DescribeTableReplicaAutoScalingRequest, parallelism: Int = DefaultParallelism): Source[DescribeTableReplicaAutoScalingResponse, NotUsed]

    Permalink
  42. def describeTableSource(describeTableRequest: DescribeTableRequest, parallelism: Int = DefaultParallelism): Source[DescribeTableResponse, NotUsed]

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

    Permalink
  44. def describeTimeToLiveSource(describeTimeToLiveRequest: DescribeTimeToLiveRequest, parallelism: Int = DefaultParallelism): Source[DescribeTimeToLiveResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  48. def getItemFlow(parallelism: Int = DefaultParallelism): Flow[GetItemRequest, GetItemResponse, NotUsed]

    Permalink
  49. def getItemSource(getItemRequest: GetItemRequest, parallelism: Int = DefaultParallelism): Source[GetItemResponse, NotUsed]

    Permalink
  50. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  51. final def isInstanceOf[T0]: Boolean

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

    Permalink
  53. def listBackupsSource(): Source[ListBackupsResponse, NotUsed]

    Permalink
  54. def listBackupsSource(listBackupsRequest: ListBackupsRequest, parallelism: Int = DefaultParallelism): Source[ListBackupsResponse, NotUsed]

    Permalink
  55. def listContributorInsightsFlow(parallelism: Int = DefaultParallelism): Flow[ListContributorInsightsRequest, ListContributorInsightsResponse, NotUsed]

    Permalink
  56. def listContributorInsightsPaginatorFlow: Flow[ListContributorInsightsRequest, ListContributorInsightsResponse, NotUsed]

    Permalink
  57. def listContributorInsightsSource(listContributorInsightsRequest: ListContributorInsightsRequest, parallelism: Int = DefaultParallelism): Source[ListContributorInsightsResponse, NotUsed]

    Permalink
  58. def listGlobalTablesFlow(parallelism: Int = DefaultParallelism): Flow[ListGlobalTablesRequest, ListGlobalTablesResponse, NotUsed]

    Permalink
  59. def listGlobalTablesSource(): Source[ListGlobalTablesResponse, NotUsed]

    Permalink
  60. def listGlobalTablesSource(listGlobalTablesRequest: ListGlobalTablesRequest, parallelism: Int = DefaultParallelism): Source[ListGlobalTablesResponse, NotUsed]

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

    Permalink
  62. def listTablesPaginatorFlow: Flow[ListTablesRequest, ListTablesResponse, NotUsed]

    Permalink
  63. def listTablesPaginatorSource: Source[ListTablesResponse, NotUsed]

    Permalink
  64. def listTablesSource(): Source[ListTablesResponse, NotUsed]

    Permalink
  65. def listTablesSource(listTablesRequest: ListTablesRequest, parallelism: Int = DefaultParallelism): Source[ListTablesResponse, NotUsed]

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

    Permalink
  67. def listTagsOfResourceSource(listTagsOfResourceRequest: ListTagsOfResourceRequest, parallelism: Int = DefaultParallelism): Source[ListTagsOfResourceResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  70. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  71. def putItemFlow(parallelism: Int = DefaultParallelism): Flow[PutItemRequest, PutItemResponse, NotUsed]

    Permalink
  72. def putItemSource(putItemRequest: PutItemRequest, parallelism: Int = DefaultParallelism): Source[PutItemResponse, NotUsed]

    Permalink
  73. def queryFlow(parallelism: Int = DefaultParallelism): Flow[QueryRequest, QueryResponse, NotUsed]

    Permalink
  74. def queryPaginatorFlow: Flow[QueryRequest, QueryResponse, NotUsed]

    Permalink
  75. def querySource(queryRequest: QueryRequest, parallelism: Int = DefaultParallelism): Source[QueryResponse, NotUsed]

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

    Permalink
  77. def restoreTableFromBackupSource(restoreTableFromBackupRequest: RestoreTableFromBackupRequest, parallelism: Int = DefaultParallelism): Source[RestoreTableFromBackupResponse, NotUsed]

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

    Permalink
  79. def restoreTableToPointInTimeSource(restoreTableToPointInTimeRequest: RestoreTableToPointInTimeRequest, parallelism: Int = DefaultParallelism): Source[RestoreTableToPointInTimeResponse, NotUsed]

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

    Permalink
  81. def scanPaginatorFlow: Flow[ScanRequest, ScanResponse, NotUsed]

    Permalink
  82. def scanSource(scanRequest: ScanRequest, parallelism: Int = DefaultParallelism): Source[ScanResponse, NotUsed]

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

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

    Permalink
  85. def tagResourceSource(tagResourceRequest: TagResourceRequest, parallelism: Int = DefaultParallelism): Source[TagResourceResponse, NotUsed]

    Permalink
  86. def toString(): String

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

    Permalink
  88. def transactGetItemsSource(transactGetItemsRequest: TransactGetItemsRequest, parallelism: Int = DefaultParallelism): Source[TransactGetItemsResponse, NotUsed]

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

    Permalink
  90. def transactWriteItemsSource(transactWriteItemsRequest: TransactWriteItemsRequest, parallelism: Int = DefaultParallelism): Source[TransactWriteItemsResponse, NotUsed]

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

    Permalink
  92. def untagResourceSource(untagResourceRequest: UntagResourceRequest, parallelism: Int = DefaultParallelism): Source[UntagResourceResponse, NotUsed]

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

    Permalink
  94. def updateContinuousBackupsSource(updateContinuousBackupsRequest: UpdateContinuousBackupsRequest, parallelism: Int = DefaultParallelism): Source[UpdateContinuousBackupsResponse, NotUsed]

    Permalink
  95. def updateContributorInsightsFlow(parallelism: Int = DefaultParallelism): Flow[UpdateContributorInsightsRequest, UpdateContributorInsightsResponse, NotUsed]

    Permalink
  96. def updateContributorInsightsSource(updateContributorInsightsRequest: UpdateContributorInsightsRequest, parallelism: Int = DefaultParallelism): Source[UpdateContributorInsightsResponse, NotUsed]

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

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

    Permalink
  99. def updateGlobalTableSettingsSource(updateGlobalTableSettingsRequest: UpdateGlobalTableSettingsRequest, parallelism: Int = DefaultParallelism): Source[UpdateGlobalTableSettingsResponse, NotUsed]

    Permalink
  100. def updateGlobalTableSource(updateGlobalTableRequest: UpdateGlobalTableRequest, parallelism: Int = DefaultParallelism): Source[UpdateGlobalTableResponse, NotUsed]

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

    Permalink
  102. def updateItemSource(updateItemRequest: UpdateItemRequest, parallelism: Int = DefaultParallelism): Source[UpdateItemResponse, NotUsed]

    Permalink
  103. def updateTableFlow(parallelism: Int = DefaultParallelism): Flow[UpdateTableRequest, UpdateTableResponse, NotUsed]

    Permalink
  104. def updateTableReplicaAutoScalingFlow(parallelism: Int = DefaultParallelism): Flow[UpdateTableReplicaAutoScalingRequest, UpdateTableReplicaAutoScalingResponse, NotUsed]

    Permalink
  105. def updateTableReplicaAutoScalingSource(updateTableReplicaAutoScalingRequest: UpdateTableReplicaAutoScalingRequest, parallelism: Int = DefaultParallelism): Source[UpdateTableReplicaAutoScalingResponse, NotUsed]

    Permalink
  106. def updateTableSource(updateTableRequest: UpdateTableRequest, parallelism: Int = DefaultParallelism): Source[UpdateTableResponse, NotUsed]

    Permalink
  107. def updateTimeToLiveFlow(parallelism: Int = DefaultParallelism): Flow[UpdateTimeToLiveRequest, UpdateTimeToLiveResponse, NotUsed]

    Permalink
  108. def updateTimeToLiveSource(updateTimeToLiveRequest: UpdateTimeToLiveRequest, parallelism: Int = DefaultParallelism): Source[UpdateTimeToLiveResponse, NotUsed]

    Permalink
  109. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped