Uses of Class
software.amazon.awssdk.enhanced.dynamodb.document.DocumentTableSchema.Builder
- 
Packages that use DocumentTableSchema.Builder Package Description software.amazon.awssdk.enhanced.dynamodb software.amazon.awssdk.enhanced.dynamodb.document 
- 
- 
Uses of DocumentTableSchema.Builder in software.amazon.awssdk.enhanced.dynamodbMethods in software.amazon.awssdk.enhanced.dynamodb that return DocumentTableSchema.Builder Modifier and Type Method Description static DocumentTableSchema.BuilderTableSchema. documentSchemaBuilder()Provides interfaces to interact with DynamoDB tables asEnhancedDocumentwhere the complete Schema of the table is not required.
- 
Uses of DocumentTableSchema.Builder in software.amazon.awssdk.enhanced.dynamodb.documentMethods in software.amazon.awssdk.enhanced.dynamodb.document that return DocumentTableSchema.Builder Modifier and Type Method Description DocumentTableSchema.BuilderDocumentTableSchema.Builder. addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType)Adds information about a partition key associated with a specific index.DocumentTableSchema.BuilderDocumentTableSchema.Builder. addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType)Adds information about a sort key associated with a specific index.DocumentTableSchema.BuilderDocumentTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)Specifies theAttributeConverterProviders to use with the table schema.DocumentTableSchema.BuilderDocumentTableSchema.Builder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)Specifies theAttributeConverterProviders to use with the table schema.static DocumentTableSchema.BuilderDocumentTableSchema. builder()
 
-