Java com.amazonaws.services.dynamodbv2.document Table fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.document Table fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.document Table.

The text is from its open source code.

Constructor

Method

DeleteTableResultdelete()
Deletes the table from DynamoDB.
DeleteItemOutcomedeleteItem(KeyAttribute... primaryKeyComponents)
DeleteItemOutcomedeleteItem(PrimaryKey primaryKey)
DeleteItemOutcomedeleteItem(DeleteItemSpec spec)
DeleteItemOutcomedeleteItem(PrimaryKey primaryKey, Expected... expected)
DeleteItemOutcomedeleteItem(PrimaryKey primaryKey, DeleteItemExpressionSpec conditionExpressions)
DeleteItemOutcomedeleteItem(String hashKeyName, Object hashKeyValue)
TableDescriptiongetDescription()
Returns the table description; or null if the table description has not yet been described via #describe() .
IndexgetIndex(String indexName)
Gets a reference to the specified index.
ItemgetItem(String hashKeyName, Object hashKeyValue)
ItemgetItem(KeyAttribute... primaryKeyComponents)
ItemgetItem(PrimaryKey primaryKey)
ItemgetItem(GetItemSpec spec)
ItemgetItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)
ItemgetItem(String hashKeyName, Object hashKeyValue, String projectionExpression, Map nameMap)
StringgetTableName()
PutItemOutcomeputItem(Item item)
PutItemOutcomeputItem(PutItemSpec spec)
ItemCollectionquery(KeyAttribute hashKey)
ItemCollectionquery(QuerySpec spec)
ItemCollectionquery(String hashKeyName, Object hashKeyValue)
ItemCollectionquery(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition)
ItemCollectionscan(ScanFilter... scanFilters)
ItemCollectionscan(ScanSpec params)
ItemCollectionscan(ScanExpressionSpec scanExpressions)
UpdateItemOutcomeupdateItem(UpdateItemSpec updateItemSpec)
UpdateItemOutcomeupdateItem(PrimaryKey primaryKey, String updateExpression, String conditionExpression, Map nameMap, Map valueMap)
UpdateItemOutcomeupdateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, AttributeUpdate... attributeUpdates)
UpdateItemOutcomeupdateItem(String hashKeyName, Object hashKeyValue, String updateExpression, Map nameMap, Map valueMap)
UpdateItemOutcomeupdateItem(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, UpdateItemExpressionSpec updateExpressions)
TableDescriptionupdateTable(UpdateTableSpec spec)
Updates the provisioned throughput for this table.
TableDescriptionupdateTable(ProvisionedThroughput provisionedThroughput)
Updates the provisioned throughput for this table.
TableDescriptionwaitForActive()
A convenient blocking call that can be used, typically during table creation, to wait for the table to become active.
voidwaitForDelete()
A convenient blocking call that can be used, typically during table deletion, to wait for the table to become deleted.