Uses of Class
software.amazon.awssdk.services.dynamodb.model.StreamRecord
-
Packages that use StreamRecord Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of StreamRecord in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamRecord Modifier and Type Method Description StreamRecordRecord. dynamodb()The main body of the stream record, containing all of the DynamoDB-specific fields.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type StreamRecord Modifier and Type Method Description Record.BuilderRecord.Builder. dynamodb(StreamRecord dynamodb)The main body of the stream record, containing all of the DynamoDB-specific fields.
-