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

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

Introduction

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

The text is from its open source code.

Field

StringENDPOINT_PREFIX
The region metadata service name for computing region endpoints.

Method

BatchWriteItemResultbatchWriteItem(BatchWriteItemRequest batchWriteItemRequest)

The BatchWriteItem operation puts or deletes multiple items in one or more tables.

BatchWriteItemResultbatchWriteItem(java.util.Map> requestItems)
Simplified method form for invoking the BatchWriteItem operation.
CreateTableResultcreateTable(CreateTableRequest createTableRequest)

The CreateTable operation adds a new table to your account.

DeleteItemResultdeleteItem(DeleteItemRequest deleteItemRequest)

Deletes a single item in a table by primary key.

DeleteTableResultdeleteTable(DeleteTableRequest deleteTableRequest)

The DeleteTable operation deletes a table and all of its items.

DeleteTableResultdeleteTable(String tableName)
Simplified method form for invoking the DeleteTable operation.
DescribeTableResultdescribeTable(DescribeTableRequest 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.

DescribeTableResultdescribeTable(String tableName)
Simplified method form for invoking the DescribeTable operation.
PutItemResultputItem(String tableName, java.util.Map item)
Simplified method form for invoking the PutItem operation.
PutItemResultputItem(PutItemRequest putItemRequest)

Creates a new item, or replaces an old item with a new item.

ScanResultscan(ScanRequest scanRequest)

The Scan operation returns one or more items and item attributes by accessing every item in a table or a secondary index.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://dynamodb.us-east-1.amazonaws.com").
voidsetRegion(Region region)
An alternative to AmazonDynamoDB#setEndpoint(String) , sets the regional endpoint for this client's service calls.
UpdateItemResultupdateItem(UpdateItemRequest updateItemRequest)

Edits an existing item's attributes, or adds a new item to the table if it does not already exist.