Java com.amazonaws.services.dynamodbv2.model DescribeTableRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.model DescribeTableRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.model DescribeTableRequest.

The text is from its open source code.

Constructor

DescribeTableRequest()
Default constructor for DescribeTableRequest object.
DescribeTableRequest(String tableName)
Constructs a new DescribeTableRequest object.

Method

StringgetTableName()

The name of the table to describe.

voidsetTableName(String tableName)

The name of the table to describe.