@Deprecated public class DeleteTableRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteTable operation.
Deletes a table and all of its items.
If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states then
Amazon DynamoDB returns a ResourceInUseException . If the specified table does not exist, Amazon DynamoDB returns a
ResourceNotFoundException .
| コンストラクタと説明 |
|---|
DeleteTableRequest()
非推奨です。
Default constructor for a new DeleteTableRequest object.
|
DeleteTableRequest(java.lang.String tableName)
非推奨です。
Constructs a new DeleteTableRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.String |
getTableName()
非推奨です。
The name of the table you want to delete.
|
int |
hashCode()
非推奨です。
|
void |
setTableName(java.lang.String tableName)
非推奨です。
The name of the table you want to delete.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTableRequest |
withTableName(java.lang.String tableName)
非推奨です。
The name of the table you want to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteTableRequest()
public DeleteTableRequest(java.lang.String tableName)
tableName - The name of the table you want to delete. Allowed
characters are a-z, A-Z, 0-9,
_ (underscore), - (hyphen) and
. (period).public java.lang.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(java.lang.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 delete. Allowed characters are
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).public DeleteTableRequest withTableName(java.lang.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 delete. Allowed characters are
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object