 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | Save<(Of <<'(T>)>>)(T) | 
            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.
             | 
|  | Save<(Of <<'(T>)>>)(T, DynamoDBOperationConfig) | 
            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.
             |