AWS SDK for .NET Documentation
Save<(Of <(<'T>)>)> Method (value)
AmazonAmazon.DynamoDB.DataModelDynamoDBContextSave<(Of <<'(T>)>>)(T) Did this page help you?   Yes   No    Tell us about it...
Saves an object to DynamoDB. Uses DynamoDBContextConfig configured on the context. Type must be marked up with DynamoDBTableAttribute and at least one public field/property with DynamoDBHashKeyAttribute.
Declaration Syntax
C#
public void Save<T>(
	T value
)
Generic Template Parameters
T
Type to save as.
Parameters
value (T)
Object to save.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)