Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
If the table does not exist, Amazon DynamoDB returns a ResourceNotFoundException
.
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
@see com.amazonaws.services.dynamodbv2.AmazonDynamoDB#describeTable(DescribeTableRequest)
|
|
|
|
|
|