Package com.amazonaws.services.dynamodb.model

Classes modeling the various types represented by AmazonDynamoDB.

See:
          Description

Class Summary
AttributeValue AttributeValue can be String, Number, StringSet, NumberSet.
AttributeValueUpdate Specifies the attribute to update and how to perform the update.
BatchGetItemRequest Container for the parameters to the BatchGetItem operation.
BatchGetItemResult Batch Get Item Result
BatchResponse The item attributes from a response in a specific table, along with the read resources consumed on the table during the request.
Condition Condition
CreateTableRequest Container for the parameters to the CreateTable operation.
CreateTableResult Create Table Result
DeleteItemRequest Container for the parameters to the DeleteItem operation.
DeleteItemResult Delete Item Result
DeleteTableRequest Container for the parameters to the DeleteTable operation.
DeleteTableResult Delete Table Result
DescribeTableRequest Container for the parameters to the DescribeTable operation.
DescribeTableResult Describe Table Result
ExpectedAttributeValue Exists : Use this parameter to specify whether or not a value already exists for the attribute name-value pair.
GetItemRequest Container for the parameters to the GetItem operation.
GetItemResult Get Item Result
Key The primary key that uniquely identifies each item in a table.
KeysAndAttributes Keys And Attributes
KeySchema KeySchema: The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
KeySchemaElement Key Schema Element
ListTablesRequest Container for the parameters to the ListTables operation.
ListTablesResult List Tables Result
ProvisionedThroughput Provisioned throughput reserves the required read and write resources for your table in terms of ReadCapacityUnits and WriteCapacityUnits.
ProvisionedThroughputDescription Provisioned Throughput Description
PutItemRequest Container for the parameters to the PutItem operation.
PutItemResult Put Item Result
QueryRequest Container for the parameters to the Query operation.
QueryResult Query Result
ScanRequest Container for the parameters to the Scan operation.
ScanResult Scan Result
TableDescription Table Description
UpdateItemRequest Container for the parameters to the UpdateItem operation.
UpdateItemResult Update Item Result
UpdateTableRequest Container for the parameters to the UpdateTable operation.
UpdateTableResult Update Table Result
 

Enum Summary
AttributeAction Attribute Action
ComparisonOperator Comparison Operator
ReturnValue Return Value
ScalarAttributeType Scalar Attribute Type
TableStatus Table Status
 

Exception Summary
ConditionalCheckFailedException This exception is thrown when an expected value does not match what was found in the system
InternalServerErrorException This exception is thrown when the service has a problem when trying to process the request
LimitExceededException This exception is thrown when the subscriber exceeded the limits on the number of objects or operations
ProvisionedThroughputExceededException This exception is thrown when the level of provisioned throughput defined for the table is exceeded
ResourceInUseException This exception is thrown when the resource which is being attempted to be changed is in use
ResourceNotFoundException This exception is thrown when the resource which is being attempted to be changed is in use
 

Package com.amazonaws.services.dynamodb.model Description

Classes modeling the various types represented by AmazonDynamoDB.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.