Packages

object DynamoDbOp

Defines all the available dynamodb operations available from DynamoDbAsyncClient as a DynamoDbOp.

Note

All them are defined implicitly, so by importing the wrapper object it will automatically infer and extend the DynamoDbRequest to DynamoDbOp, allowing then to use the implementations of consumer DynamoDb.consumer and transformer DynamoDb.transformer.

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

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. implicit val batchGetOp: DynamoDbOp[BatchGetItemRequest, BatchGetItemResponse]
  6. implicit val batchWriteOp: DynamoDbOp[BatchWriteItemRequest, BatchWriteItemResponse]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. implicit val createBackupOp: DynamoDbOp[CreateBackupRequest, CreateBackupResponse]
  9. implicit val createGlobalTableOp: DynamoDbOp[CreateGlobalTableRequest, CreateGlobalTableResponse]
  10. implicit val createTableOp: DynamoDbOp[CreateTableRequest, CreateTableResponse]
  11. implicit val deleteBackupOp: DynamoDbOp[DeleteBackupRequest, DeleteBackupResponse]
  12. implicit val deleteItemOp: DynamoDbOp[DeleteItemRequest, DeleteItemResponse]
  13. implicit val deleteTableOp: DynamoDbOp[DeleteTableRequest, DeleteTableResponse]
  14. implicit val describeBackupOp: DynamoDbOp[DescribeBackupRequest, DescribeBackupResponse]
  15. implicit val describeContinuousBackupsOp: DynamoDbOp[DescribeContinuousBackupsRequest, DescribeContinuousBackupsResponse]
  16. implicit val describeContributorInsightsOp: DynamoDbOp[DescribeContributorInsightsRequest, DescribeContributorInsightsResponse]
  17. implicit val describeEndpointsOp: DynamoDbOp[DescribeEndpointsRequest, DescribeEndpointsResponse]
  18. implicit val describeGlobalTableOp: DynamoDbOp[DescribeGlobalTableRequest, DescribeGlobalTableResponse]
  19. implicit val describeGlobalTableSettingsOp: DynamoDbOp[DescribeGlobalTableSettingsRequest, DescribeGlobalTableSettingsResponse]
  20. implicit val describeLimitsOp: DynamoDbOp[DescribeLimitsRequest, DescribeLimitsResponse]
  21. implicit val describeTableReplicaAutoScalingRequest: DynamoDbOp[DescribeTableReplicaAutoScalingRequest, DescribeTableReplicaAutoScalingResponse]
  22. implicit val describeTimeToLiveOp: DynamoDbOp[DescribeTimeToLiveRequest, DescribeTimeToLiveResponse]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. implicit val getItemOp: DynamoDbOp[GetItemRequest, GetItemResponse]
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. implicit val listBackupsOp: DynamoDbOp[ListBackupsRequest, ListBackupsResponse]
  31. implicit val listContributorInsightsOp: DynamoDbOp[ListContributorInsightsRequest, ListContributorInsightsResponse]
  32. implicit val listGlobalTablesOp: DynamoDbOp[ListGlobalTablesRequest, ListGlobalTablesResponse]
  33. implicit val listTablesOp: DynamoDbOp[ListTablesRequest, ListTablesResponse]
  34. implicit val listTagsOfResourceOp: DynamoDbOp[ListTagsOfResourceRequest, ListTagsOfResourceResponse]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. implicit val putItemOp: DynamoDbOp[PutItemRequest, PutItemResponse]
  39. implicit val queryOp: DynamoDbOp[QueryRequest, QueryResponse]
  40. implicit val restoreTableFromBackupOp: DynamoDbOp[RestoreTableFromBackupRequest, RestoreTableFromBackupResponse]
  41. implicit val restoreTableToPointInTimeOp: DynamoDbOp[RestoreTableToPointInTimeRequest, RestoreTableToPointInTimeResponse]
  42. implicit val scanOp: DynamoDbOp[ScanRequest, ScanResponse]
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. implicit val tagResourceOp: DynamoDbOp[TagResourceRequest, TagResourceResponse]
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. implicit val transactGetItemsOp: DynamoDbOp[TransactGetItemsRequest, TransactGetItemsResponse]
  47. implicit val transactWriteItemsOp: DynamoDbOp[TransactWriteItemsRequest, TransactWriteItemsResponse]
  48. implicit val untagResourceRequest: DynamoDbOp[UntagResourceRequest, UntagResourceResponse]
  49. implicit val updateContinuousBackupsOp: DynamoDbOp[UpdateContinuousBackupsRequest, UpdateContinuousBackupsResponse]
  50. implicit val updateContributorInsightsOp: DynamoDbOp[UpdateContributorInsightsRequest, UpdateContributorInsightsResponse]
  51. implicit val updateGlobalTableOp: DynamoDbOp[UpdateGlobalTableRequest, UpdateGlobalTableResponse]
  52. implicit val updateGlobalTableSettingsOp: DynamoDbOp[UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResponse]
  53. implicit val updateItemOp: DynamoDbOp[UpdateItemRequest, UpdateItemResponse]
  54. implicit val updateTableOp: DynamoDbOp[UpdateTableRequest, UpdateTableResponse]
  55. implicit val updateTableReplicaAutoScalingOp: DynamoDbOp[UpdateTableReplicaAutoScalingRequest, UpdateTableReplicaAutoScalingResponse]
  56. implicit val updateTimeToLiveOp: DynamoDbOp[UpdateTimeToLiveRequest, UpdateTimeToLiveResponse]
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped