AWS SDK for .NET Documentation
Save<(Of <(<'T>)>)> Method (value, operationConfig)
AmazonAmazon.DynamoDB.DataModelDynamoDBContextSave<(Of <<'(T>)>>)(T, DynamoDBOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Saves an object to DynamoDB using passed-in configs. Passed-in config overrides DynamoDBContextConfig 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,
	DynamoDBOperationConfig operationConfig
)
Generic Template Parameters
T
Type to save as.
Parameters
value (T)
Object to save.
operationConfig (DynamoDBOperationConfig)
Overriding configuration.

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