| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Class and Description |
|---|
| AttributeDefinition
Represents an attribute for describing the key schema for the table and
indexes.
|
| AttributeValue
Represents the data for an attribute.
|
| AttributeValueUpdate
For the UpdateItem operation, represents the attributes to be
modified, the action to perform on each, and the new value for each.
|
| BatchGetItemRequest
The BatchGetItem operation returns the attributes of one or more items
from one or more tables.
|
| BatchGetItemResult
Represents the output of a BatchGetItem operation.
|
| BatchWriteItemRequest
The BatchWriteItem operation puts or deletes multiple items in one or
more tables.
|
| BatchWriteItemResult
Represents the output of a BatchWriteItem operation.
|
| Condition
Represents the selection criteria for a Query or Scan
operation:
|
| CreateTableRequest
The CreateTable operation adds a new table to your account.
|
| CreateTableResult
Represents the output of a CreateTable operation.
|
| DeleteItemRequest
Deletes a single item in a table by primary key.
|
| DeleteItemResult
Represents the output of a DeleteItem operation.
|
| DeleteTableRequest
The DeleteTable operation deletes a table and all of its items.
|
| DeleteTableResult
Represents the output of a DeleteTable operation.
|
| DescribeLimitsRequest
Returns the current provisioned-capacity limits for your AWS account in a
region, both for the region as a whole and for any one DynamoDB table that
you create there.
|
| DescribeLimitsResult
Represents the output of a DescribeLimits operation.
|
| DescribeTableRequest
Returns information about the table, including the current status of the
table, when it was created, the primary key schema, and any indexes on the
table.
|
| DescribeTableResult
Represents the output of a DescribeTable operation.
|
| GetItemRequest
The GetItem operation returns a set of attributes for the item with
the given primary key.
|
| GetItemResult
Represents the output of a GetItem operation.
|
| KeysAndAttributes
Represents a set of primary keys and, for each key, the attributes to
retrieve from the table.
|
| KeySchemaElement
Represents a single element of a key schema.
|
| ListTablesRequest
Returns an array of table names associated with the current account and
endpoint.
|
| ListTablesResult
Represents the output of a ListTables operation.
|
| ProvisionedThroughput
Represents the provisioned throughput settings for a specified table or
index.
|
| PutItemRequest
Creates a new item, or replaces an old item with a new item.
|
| PutItemResult
Represents the output of a PutItem operation.
|
| QueryRequest
A Query operation uses the primary key of a table or a secondary index
to directly access items from that table or index.
|
| QueryResult
Represents the output of a Query operation.
|
| ScanRequest
The Scan operation returns one or more items and item attributes by
accessing every item in a table or a secondary index.
|
| ScanResult
Represents the output of a Scan operation.
|
| UpdateItemRequest
Edits an existing item's attributes, or adds a new item to the table if it
does not already exist.
|
| UpdateItemResult
Represents the output of an UpdateItem operation.
|
| UpdateTableRequest
Modifies the provisioned throughput settings, global secondary indexes, or
DynamoDB Streams settings for a given table.
|
| UpdateTableResult
Represents the output of an UpdateTable operation.
|
| WriteRequest
Represents an operation to perform - either DeleteItem or
PutItem.
|
| Class and Description |
|---|
| AttributeAction
Attribute Action
|
| AttributeDefinition
Represents an attribute for describing the key schema for the table and
indexes.
|
| AttributeValue
Represents the data for an attribute.
|
| AttributeValueUpdate
For the UpdateItem operation, represents the attributes to be
modified, the action to perform on each, and the new value for each.
|
| BatchGetItemRequest
The BatchGetItem operation returns the attributes of one or more items
from one or more tables.
|
| BatchGetItemResult
Represents the output of a BatchGetItem operation.
|
| BatchWriteItemRequest
The BatchWriteItem operation puts or deletes multiple items in one or
more tables.
|
| BatchWriteItemResult
Represents the output of a BatchWriteItem operation.
|
| Capacity
Represents the amount of provisioned throughput capacity consumed on a table
or an index.
|
| ComparisonOperator
Comparison Operator
|
| Condition
Represents the selection criteria for a Query or Scan
operation:
|
| ConditionalOperator
Conditional Operator
|
| ConsumedCapacity
The capacity units consumed by an operation.
|
| CreateGlobalSecondaryIndexAction
Represents a new global secondary index to be added to an existing table.
|
| CreateTableRequest
The CreateTable operation adds a new table to your account.
|
| CreateTableResult
Represents the output of a CreateTable operation.
|
| DeleteGlobalSecondaryIndexAction
Represents a global secondary index to be deleted from an existing table.
|
| DeleteItemRequest
Deletes a single item in a table by primary key.
|
| DeleteItemResult
Represents the output of a DeleteItem operation.
|
| DeleteRequest
Represents a request to perform a DeleteItem operation on an item.
|
| DeleteTableRequest
The DeleteTable operation deletes a table and all of its items.
|
| DeleteTableResult
Represents the output of a DeleteTable operation.
|
| DescribeLimitsResult
Represents the output of a DescribeLimits operation.
|
| DescribeTableRequest
Returns information about the table, including the current status of the
table, when it was created, the primary key schema, and any indexes on the
table.
|
| DescribeTableResult
Represents the output of a DescribeTable operation.
|
| ExpectedAttributeValue
Represents a condition to be compared with an attribute value.
|
| GetItemRequest
The GetItem operation returns a set of attributes for the item with
the given primary key.
|
| GetItemResult
Represents the output of a GetItem operation.
|
| GlobalSecondaryIndex
Represents the properties of a global secondary index.
|
| GlobalSecondaryIndexDescription
Represents the properties of a global secondary index.
|
| GlobalSecondaryIndexUpdate
Represents one of the following:
|
| IndexStatus
Index Status
|
| ItemCollectionMetrics
Information about item collections, if any, that were affected by the
operation.
|
| KeysAndAttributes
Represents a set of primary keys and, for each key, the attributes to
retrieve from the table.
|
| KeySchemaElement
Represents a single element of a key schema.
|
| KeyType
Key Type
|
| ListTablesRequest
Returns an array of table names associated with the current account and
endpoint.
|
| ListTablesResult
Represents the output of a ListTables operation.
|
| LocalSecondaryIndex
Represents the properties of a local secondary index.
|
| LocalSecondaryIndexDescription
Represents the properties of a local secondary index.
|
| Projection
Represents attributes that are copied (projected) from the table into an
index.
|
| ProjectionType
Projection Type
|
| ProvisionedThroughput
Represents the provisioned throughput settings for a specified table or
index.
|
| ProvisionedThroughputDescription
Represents the provisioned throughput settings for the table, consisting of
read and write capacity units, along with data about increases and decreases.
|
| PutItemRequest
Creates a new item, or replaces an old item with a new item.
|
| PutItemResult
Represents the output of a PutItem operation.
|
| PutRequest
Represents a request to perform a PutItem operation on an item.
|
| QueryRequest
A Query operation uses the primary key of a table or a secondary index
to directly access items from that table or index.
|
| QueryResult
Represents the output of a Query operation.
|
| ReturnConsumedCapacity
Determines the level of detail about provisioned throughput consumption that
is returned in the response:
|
| ReturnItemCollectionMetrics
Return Item Collection Metrics
|
| ReturnValue
Return Value
|
| ScalarAttributeType
Scalar Attribute Type
|
| ScanRequest
The Scan operation returns one or more items and item attributes by
accessing every item in a table or a secondary index.
|
| ScanResult
Represents the output of a Scan operation.
|
| Select
Select
|
| StreamSpecification
Represents the DynamoDB Streams configuration for a table in DynamoDB.
|
| StreamViewType
Stream View Type
|
| TableDescription
Represents the properties of a table.
|
| TableStatus
Table Status
|
| UpdateGlobalSecondaryIndexAction
Represents the new provisioned throughput settings to be applied to a global
secondary index.
|
| UpdateItemRequest
Edits an existing item's attributes, or adds a new item to the table if it
does not already exist.
|
| UpdateItemResult
Represents the output of an UpdateItem operation.
|
| UpdateTableRequest
Modifies the provisioned throughput settings, global secondary indexes, or
DynamoDB Streams settings for a given table.
|
| UpdateTableResult
Represents the output of an UpdateTable operation.
|
| WriteRequest
Represents an operation to perform - either DeleteItem or
PutItem.
|
Copyright © 2016. All rights reserved.