Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
DynamoDBMapperConfig.PaginationLoadingStrategy |
DynamoDBMapperConfig.getPaginationLoadingStrategy()
Returns the pagination loading strategy for this configuration.
|
DynamoDBMapperConfig.PaginationLoadingStrategy |
DynamoDBMapperConfig.Builder.getPaginationLoadingStrategy() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBMapperConfig.Builder.setPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy value) |
DynamoDBMapperConfig.Builder |
DynamoDBMapperConfig.Builder.withPaginationLoadingStrategy(DynamoDBMapperConfig.PaginationLoadingStrategy value) |
Copyright © 2020. All rights reserved.