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
- Alphabetic
- By Inheritance
Inherited
- DynamoDbOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val batchGetOp: DynamoDbOp[BatchGetItemRequest, BatchGetItemResponse]
- implicit val batchWriteOp: DynamoDbOp[BatchWriteItemRequest, BatchWriteItemResponse]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val createBackupOp: DynamoDbOp[CreateBackupRequest, CreateBackupResponse]
- implicit val createGlobalTableOp: DynamoDbOp[CreateGlobalTableRequest, CreateGlobalTableResponse]
- implicit val createTableOp: DynamoDbOp[CreateTableRequest, CreateTableResponse]
- implicit val deleteBackupOp: DynamoDbOp[DeleteBackupRequest, DeleteBackupResponse]
- implicit val deleteItemOp: DynamoDbOp[DeleteItemRequest, DeleteItemResponse]
- implicit val deleteTableOp: DynamoDbOp[DeleteTableRequest, DeleteTableResponse]
- implicit val describeBackupOp: DynamoDbOp[DescribeBackupRequest, DescribeBackupResponse]
- implicit val describeContinuousBackupsOp: DynamoDbOp[DescribeContinuousBackupsRequest, DescribeContinuousBackupsResponse]
- implicit val describeContributorInsightsOp: DynamoDbOp[DescribeContributorInsightsRequest, DescribeContributorInsightsResponse]
- implicit val describeEndpointsOp: DynamoDbOp[DescribeEndpointsRequest, DescribeEndpointsResponse]
- implicit val describeGlobalTableOp: DynamoDbOp[DescribeGlobalTableRequest, DescribeGlobalTableResponse]
- implicit val describeGlobalTableSettingsOp: DynamoDbOp[DescribeGlobalTableSettingsRequest, DescribeGlobalTableSettingsResponse]
- implicit val describeLimitsOp: DynamoDbOp[DescribeLimitsRequest, DescribeLimitsResponse]
- implicit val describeTableReplicaAutoScalingRequest: DynamoDbOp[DescribeTableReplicaAutoScalingRequest, DescribeTableReplicaAutoScalingResponse]
- implicit val describeTimeToLiveOp: DynamoDbOp[DescribeTimeToLiveRequest, DescribeTimeToLiveResponse]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val getItemOp: DynamoDbOp[GetItemRequest, GetItemResponse]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val listBackupsOp: DynamoDbOp[ListBackupsRequest, ListBackupsResponse]
- implicit val listContributorInsightsOp: DynamoDbOp[ListContributorInsightsRequest, ListContributorInsightsResponse]
- implicit val listGlobalTablesOp: DynamoDbOp[ListGlobalTablesRequest, ListGlobalTablesResponse]
- implicit val listTablesOp: DynamoDbOp[ListTablesRequest, ListTablesResponse]
- implicit val listTagsOfResourceOp: DynamoDbOp[ListTagsOfResourceRequest, ListTagsOfResourceResponse]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val putItemOp: DynamoDbOp[PutItemRequest, PutItemResponse]
- implicit val queryOp: DynamoDbOp[QueryRequest, QueryResponse]
- implicit val restoreTableFromBackupOp: DynamoDbOp[RestoreTableFromBackupRequest, RestoreTableFromBackupResponse]
- implicit val restoreTableToPointInTimeOp: DynamoDbOp[RestoreTableToPointInTimeRequest, RestoreTableToPointInTimeResponse]
- implicit val scanOp: DynamoDbOp[ScanRequest, ScanResponse]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val tagResourceOp: DynamoDbOp[TagResourceRequest, TagResourceResponse]
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val transactGetItemsOp: DynamoDbOp[TransactGetItemsRequest, TransactGetItemsResponse]
- implicit val transactWriteItemsOp: DynamoDbOp[TransactWriteItemsRequest, TransactWriteItemsResponse]
- implicit val untagResourceRequest: DynamoDbOp[UntagResourceRequest, UntagResourceResponse]
- implicit val updateContinuousBackupsOp: DynamoDbOp[UpdateContinuousBackupsRequest, UpdateContinuousBackupsResponse]
- implicit val updateContributorInsightsOp: DynamoDbOp[UpdateContributorInsightsRequest, UpdateContributorInsightsResponse]
- implicit val updateGlobalTableOp: DynamoDbOp[UpdateGlobalTableRequest, UpdateGlobalTableResponse]
- implicit val updateGlobalTableSettingsOp: DynamoDbOp[UpdateGlobalTableSettingsRequest, UpdateGlobalTableSettingsResponse]
- implicit val updateItemOp: DynamoDbOp[UpdateItemRequest, UpdateItemResponse]
- implicit val updateTableOp: DynamoDbOp[UpdateTableRequest, UpdateTableResponse]
- implicit val updateTableReplicaAutoScalingOp: DynamoDbOp[UpdateTableReplicaAutoScalingRequest, UpdateTableReplicaAutoScalingResponse]
- implicit val updateTimeToLiveOp: DynamoDbOp[UpdateTimeToLiveRequest, UpdateTimeToLiveResponse]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()