AWS SDK for .NET Documentation
LoadTable Method (ddbClient, tableName)
AmazonAmazon.DynamoDBv2.DocumentModelTableLoadTable(AmazonDynamoDB, String) Did this page help you?   Yes   No    Tell us about it...
Creates a Table object with the specified name, using the passed-in client to load the table definition. This method will throw an exception if the table does not exist.
Declaration Syntax
C#
public static Table LoadTable(
	AmazonDynamoDB ddbClient,
	string tableName
)
Parameters
ddbClient (AmazonDynamoDB)
Client to use to access DynamoDB.
tableName (String)
Name of the table.
Return Value
Table object representing the specified table.

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