|
|||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AttributeValue |
AttributeValue can be String ,
Number ,
Binary ,
StringSet ,
NumberSet ,
BinarySet . |
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. |
BatchWriteItemRequest | Container for the parameters to the BatchWriteItem operation . |
BatchWriteItemResult |
A container for BatchWriteItem response |
BatchWriteResponse | Batch Write Response |
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 |
DeleteRequest | A container for a Delete BatchWrite request |
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 | Allows you to provide an attribute name, and whether or not Amazon DynamoDB should check to see if the attribute value already exists; or if the attribute value exists and has a particular value before changing it. |
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 | The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key. |
KeySchemaElement |
KeySchemaElement is the primary key (hash or hash-and-range) structure for the table. |
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 |
PutRequest | A container for a Put BatchWrite request |
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 |
WriteRequest | This structure is a Union of PutRequest and DeleteRequest. |
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. |
Classes modeling the various types represented by AmazonDynamoDB.
|
|||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |