 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | Load<(Of <<'(T>)>>)(Object) | 
            Loads an object from DynamoDB for the given hash primary key.
            
            Uses DynamoDBContextConfig configured on the context.
            Type must be marked up with DynamoDBTableAttribute and at least
            one public field/property with DynamoDBHashKeyAttribute.
             | 
|  | Load<(Of <<'(T>)>>)(Object, DynamoDBOperationConfig) | 
            Loads an object from DynamoDB for the given hash primary key and using the given config.
            
            Passed-in config overrides DynamoDBContextConfig on the context.
            Type must be marked up with DynamoDBTableAttribute and at least
            one public field/property with DynamoDBHashKeyAttribute.
             | 
|  | Load<(Of <<'(T>)>>)(Object, Object) | 
            Loads an object from DynamoDB for the given hash-and-range primary key.
            
            Uses DynamoDBContextConfig configured on the context.
            Type must be marked up with DynamoDBTableAttribute and at least
            one public field/property with DynamoDBHashKeyAttribute.
             | 
|  | Load<(Of <<'(T>)>>)(Object, Object, DynamoDBOperationConfig) | 
            Loads an object from DynamoDB for the given hash-and-range primary key and using the given config.
            
            Passed-in config overrides DynamoDBContextConfig on the context.
            Type must be marked up with DynamoDBTableAttribute and at least
            one public field/property with DynamoDBHashKeyAttribute.
             |