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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

StringgetTableName()

The name of the table to delete.

voidsetTableName(String tableName)

The name of the table to delete.