Uses of Interface
com.amazonaws.services.dynamodb.AmazonDynamoDB

Packages that use AmazonDynamoDB
com.amazonaws.services.dynamodb Synchronous and asynchronous client classes for accessing AmazonDynamoDB. 
com.amazonaws.services.dynamodb.datamodeling   
 

Uses of AmazonDynamoDB in com.amazonaws.services.dynamodb
 

Subinterfaces of AmazonDynamoDB in com.amazonaws.services.dynamodb
 interface AmazonDynamoDBAsync
          Deprecated. Use AmazonDynamoDBAsync instead.
 

Classes in com.amazonaws.services.dynamodb that implement AmazonDynamoDB
 class AmazonDynamoDBAsyncClient
          Deprecated. Use AmazonDynamoDBAsyncClient instead.
 class AmazonDynamoDBClient
          Deprecated. Use AmazonDynamoDBClient instead.
 

Uses of AmazonDynamoDB in com.amazonaws.services.dynamodb.datamodeling
 

Fields in com.amazonaws.services.dynamodb.datamodeling declared as AmazonDynamoDB
protected  AmazonDynamoDB PaginatedList.dynamo
          Deprecated. The client for working with DynamoDB
 

Constructors in com.amazonaws.services.dynamodb.datamodeling with parameters of type AmazonDynamoDB
DynamoDBMapper(AmazonDynamoDB dynamoDB)
          Deprecated. Constructs a new mapper with the service object given, using the default configuration.
DynamoDBMapper(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config)
          Deprecated. Constructs a new mapper with the service object and configuration given.
PaginatedList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo)
          Deprecated.  
PaginatedQueryList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, QueryRequest queryRequest, QueryResult queryResult)
          Deprecated.  
PaginatedScanList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, ScanRequest scanRequest, ScanResult scanResult)
          Deprecated.  
 



Copyright © 2016. All rights reserved.