org.apache.pekko.stream.connectors.dynamodb.DynamoDbOp
See theDynamoDbOp companion object
sealed class DynamoDbOp[In <: DynamoDbRequest, Out <: DynamoDbResponse](sdkExecute: DynamoDbAsyncClient => In => CompletableFuture[Out])
Representation on an AWS dynamodb sdk operation.
See https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/basics-async.html
Type parameters
- In
-
dynamodb request type
- Out
-
dynamodb response type
Value parameters
- sdkExecute
-
function to be executed on the AWS client
Attributes
- Companion
- object
- Source
- DynamoDbOp.scala
- Graph
-
- Supertypes
- Known subtypes
-
Members list
In this article