Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
TableDescription |
DescribeTableResult.getTable()
Deprecated.
Returns the value of the Table property for this object.
|
TableDescription |
DeleteTableResult.getTableDescription()
Deprecated.
Returns the value of the TableDescription property for this object.
|
TableDescription |
UpdateTableResult.getTableDescription()
Deprecated.
Returns the value of the TableDescription property for this object.
|
TableDescription |
CreateTableResult.getTableDescription()
Deprecated.
Returns the value of the TableDescription property for this object.
|
TableDescription |
TableDescription.withCreationDateTime(Date creationDateTime)
Deprecated.
Sets the value of the CreationDateTime property for this object.
|
TableDescription |
TableDescription.withItemCount(Long itemCount)
Deprecated.
Sets the value of the ItemCount property for this object.
|
TableDescription |
TableDescription.withKeySchema(KeySchema keySchema)
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
TableDescription |
TableDescription.withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Deprecated.
Sets the value of the ProvisionedThroughput property for this object.
|
TableDescription |
TableDescription.withTableName(String tableName)
Deprecated.
The name of the table being described.
|
TableDescription |
TableDescription.withTableSizeBytes(Long tableSizeBytes)
Deprecated.
Sets the value of the TableSizeBytes property for this object.
|
TableDescription |
TableDescription.withTableStatus(String tableStatus)
Deprecated.
Sets the value of the TableStatus property for this object.
|
TableDescription |
TableDescription.withTableStatus(TableStatus tableStatus)
Deprecated.
Sets the value of the TableStatus property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTableResult.setTable(TableDescription table)
Deprecated.
Sets the value of the Table property for this object.
|
void |
DeleteTableResult.setTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
void |
UpdateTableResult.setTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
void |
CreateTableResult.setTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
DescribeTableResult |
DescribeTableResult.withTable(TableDescription table)
Deprecated.
Sets the value of the Table property for this object.
|
DeleteTableResult |
DeleteTableResult.withTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
UpdateTableResult |
UpdateTableResult.withTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
CreateTableResult |
CreateTableResult.withTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
Copyright © 2014. All rights reserved.