Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.PaginationLoadingStrategy

Packages that use DynamoDBMapperConfig.PaginationLoadingStrategy
com.amazonaws.services.dynamodbv2.datamodeling   
 

Uses of DynamoDBMapperConfig.PaginationLoadingStrategy in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return DynamoDBMapperConfig.PaginationLoadingStrategy
 DynamoDBMapperConfig.PaginationLoadingStrategy DynamoDBMapperConfig.getPaginationLoadingStrategy()
          Returns the pagination loading strategy for this configuration.
static DynamoDBMapperConfig.PaginationLoadingStrategy DynamoDBMapperConfig.PaginationLoadingStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DynamoDBMapperConfig.PaginationLoadingStrategy[] DynamoDBMapperConfig.PaginationLoadingStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type DynamoDBMapperConfig.PaginationLoadingStrategy
DynamoDBMapperConfig(DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy)
          Constructs a new configuration object with the pagination loading strategy given.
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior, DynamoDBMapperConfig.ConsistentReads consistentReads, DynamoDBMapperConfig.TableNameOverride tableNameOverride, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy)
          Constructs a new configuration object with the save behavior, consistent read behavior, and table name override given.
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior, DynamoDBMapperConfig.ConsistentReads consistentReads, DynamoDBMapperConfig.TableNameOverride tableNameOverride, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, RequestMetricCollector requestMetricCollector)
          Constructs a new configuration object with the save behavior, consistent read behavior, and table name override given.
PaginatedList(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)
           
 



Copyright © 2016. All rights reserved.