DescribeTableRequest
instead.@Deprecated public class DescribeTableRequest extends AmazonWebServiceRequest implements Serializable
DescribeTable operation
.
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
.
Constructor and Description |
---|
DescribeTableRequest()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getTableName()
Deprecated.
The name of the table you want to describe.
|
int |
hashCode()
Deprecated.
|
void |
setTableName(String tableName)
Deprecated.
The name of the table you want to describe.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableRequest |
withTableName(String tableName)
Deprecated.
The name of the table you want to describe.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getTableName()
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).public void setTableName(String tableName)
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName
- The name of the table you want to describe. Allowed characters are
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).public DescribeTableRequest withTableName(String tableName)
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName
- The name of the table you want to describe. Allowed characters are
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.