Uses of Interface
com.amazonaws.services.dynamodbv2.AmazonDynamoDB
-
-
Uses of AmazonDynamoDB in com.amazonaws.services.dynamodbv2
Subinterfaces of AmazonDynamoDB in com.amazonaws.services.dynamodbv2 Modifier and Type Interface Description interfaceAmazonDynamoDBAsyncInterface for accessing DynamoDB asynchronously.Classes in com.amazonaws.services.dynamodbv2 that implement AmazonDynamoDB Modifier and Type Class Description classAbstractAmazonDynamoDBAbstract implementation ofAmazonDynamoDB.classAbstractAmazonDynamoDBAsyncAbstract implementation ofAmazonDynamoDBAsync.classAmazonDynamoDBAsyncClientInterface for accessing DynamoDB asynchronously.classAmazonDynamoDBClientClient for accessing DynamoDB. -
Uses of AmazonDynamoDB in com.amazonaws.services.dynamodbv2.datamodeling
Fields in com.amazonaws.services.dynamodbv2.datamodeling declared as AmazonDynamoDB Modifier and Type Field Description protected AmazonDynamoDBPaginatedList. dynamoThe client for working with DynamoDBConstructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AmazonDynamoDB Constructor Description DynamoDBMapper(AmazonDynamoDB dynamoDB)Constructs a new mapper with the service object given, using the default configuration.DynamoDBMapper(AmazonDynamoDB ddb, AWSCredentialsProvider s3CredentialProvider)Constructs a new mapper with the service object and S3 client cache given, using the default configuration.DynamoDBMapper(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config)Constructs a new mapper with the service object and configuration given.DynamoDBMapper(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config, AWSCredentialsProvider s3CredentialProvider)Constructs a new mapper with the service object, configuration, and S3 client cache given.DynamoDBMapper(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config, AttributeTransformer transformer)Constructs a new mapper with the given service object, configuration, and transform hook.DynamoDBMapper(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config, AttributeTransformer transformer, AWSCredentialsProvider s3CredentialsProvider)Constructor with all parameters.PaginatedList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo)Constructs a PaginatedList instance using the default PaginationLoadingStrategyPaginatedList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy)Constructs a PaginatedList instance.PaginatedParallelScanList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, ParallelScanTask parallelScanTask, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config)PaginatedQueryList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, QueryRequest queryRequest, QueryResult queryResult, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config)PaginatedScanList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, ScanRequest scanRequest, ScanResult scanResult, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config)ParallelScanTask(DynamoDBMapper mapper, AmazonDynamoDB dynamo, List<ScanRequest> parallelScanRequests)Deprecated. -
Uses of AmazonDynamoDB in com.amazonaws.services.dynamodbv2.document
Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type AmazonDynamoDB Constructor Description DynamoDB(AmazonDynamoDB client)Table(AmazonDynamoDB client, String tableName)Table(AmazonDynamoDB client, String tableName, TableDescription tableDescription) -
Uses of AmazonDynamoDB in com.amazonaws.services.dynamodbv2.util
Methods in com.amazonaws.services.dynamodbv2.util with parameters of type AmazonDynamoDB Modifier and Type Method Description static booleanTableUtils. createTableIfNotExists(AmazonDynamoDB dynamo, CreateTableRequest createTableRequest)Creates the table and ignores any errors if it already exists.static booleanTableUtils. deleteTableIfExists(AmazonDynamoDB dynamo, DeleteTableRequest deleteTableRequest)Deletes the table and ignores any errors if it doesn't exist.static voidTableUtils. waitUntilActive(AmazonDynamoDB dynamo, String tableName)Waits up to 10 minutes for a specified DynamoDB table to move into theACTIVEstate.static voidTableUtils. waitUntilActive(AmazonDynamoDB dynamo, String tableName, int timeout, int interval)Waits up to a specified amount of time for a specified DynamoDB table to move into theACTIVEstate.static voidTableUtils. waitUntilExists(AmazonDynamoDB dynamo, String tableName)Waits up to 10 minutes for a specified DynamoDB table to resolve, indicating that it exists.static voidTableUtils. waitUntilExists(AmazonDynamoDB dynamo, String tableName, int timeout, int interval)Waits up to a specified amount of time for a specified DynamoDB table to resolve, indicating that it exists.
-