Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Field and Description |
---|---|
static DynamoDBMapperModelFactory.Schema |
DynamoDBMapperModelFactory.Schema.DEFAULT
The default schema version.
|
Modifier and Type | Method and Description |
---|---|
static DynamoDBMapperModelFactory.Schema |
DynamoDBMapperModelFactory.Schema.of(DynamoDBMapperConfig config)
Gets the
DynamoDBMapperModelFactory.Schema from the DynamoDBMapperConfig . |
static DynamoDBMapperModelFactory.Schema |
DynamoDBMapperModelFactory.Schema.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBMapperModelFactory.Schema[] |
DynamoDBMapperModelFactory.Schema.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamoDBMapperModelFactory.Schema.compatible(DynamoDBMapperModelFactory.Schema schema)
Returns true if this schema is compatible from the specified schema.
|
Copyright © 2016. All rights reserved.