| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb | |
| software.amazon.awssdk.enhanced.dynamodb.document |
| Modifier and Type | Method and Description |
|---|---|
static DocumentTableSchema.Builder |
TableSchema.documentSchemaBuilder()
Provides interfaces to interact with DynamoDB tables as
EnhancedDocument where the complete Schema of the table is
not required. |
| Modifier and Type | Method and Description |
|---|---|
DocumentTableSchema.Builder |
DocumentTableSchema.Builder.addIndexPartitionKey(String indexName,
String attributeName,
AttributeValueType attributeValueType)
Adds information about a partition key associated with a specific index.
|
DocumentTableSchema.Builder |
DocumentTableSchema.Builder.addIndexSortKey(String indexName,
String attributeName,
AttributeValueType attributeValueType)
Adds information about a sort key associated with a specific index.
|
DocumentTableSchema.Builder |
DocumentTableSchema.Builder.attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)
Specifies the
AttributeConverterProviders to use with the table schema. |
DocumentTableSchema.Builder |
DocumentTableSchema.Builder.attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
Specifies the
AttributeConverterProviders to use with the table schema. |
static DocumentTableSchema.Builder |
DocumentTableSchema.builder() |
Copyright © 2023. All rights reserved.