Uses of Enum
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.PaginationLoadingStrategy
Packages that use DynamoDBMapperConfig.PaginationLoadingStrategy
-
Uses of DynamoDBMapperConfig.PaginationLoadingStrategy in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return DynamoDBMapperConfig.PaginationLoadingStrategyModifier and TypeMethodDescriptionDynamoDBMapperConfig.Builder.getPaginationLoadingStrategy()DynamoDBMapperConfig.getPaginationLoadingStrategy()Returns the pagination loading strategy for this configuration.Returns the enum constant of this type with the specified name.DynamoDBMapperConfig.PaginationLoadingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type DynamoDBMapperConfig.PaginationLoadingStrategyModifier and TypeMethodDescriptionvoidDynamoDBMapperConfig.Builder.setPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy value) DynamoDBMapperConfig.Builder.withPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy value) Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type DynamoDBMapperConfig.PaginationLoadingStrategyModifierConstructorDescriptionDynamoDBMapperConfig(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) Deprecated.DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior, DynamoDBMapperConfig.ConsistentReads consistentReads, DynamoDBMapperConfig.TableNameOverride tableNameOverride, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, RequestMetricCollector requestMetricCollector) Deprecated.in favor of the fluentBuilderPaginatedList(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)
Builder