Uses of Class
software.amazon.awssdk.enhanced.dynamodb.AttributeValueType
-
-
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return AttributeValueType Modifier and Type Method Description AttributeValueTypeAttributeConverter. attributeValueType()TheAttributeValueTypethat a converter stores and reads values from DynamoDB via theAttributeValueclass.AttributeValueTypeEnumAttributeConverter. attributeValueType()Returns theAttributeValueTypeof the converter.AttributeValueTypeKeyAttributeMetadata. attributeValueType()The DynamoDB type of the key attributestatic AttributeValueTypeAttributeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeValueType[]AttributeValueType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb.document
Methods in software.amazon.awssdk.enhanced.dynamodb.document with parameters of type AttributeValueType 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. -
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb.internal.converter
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter with parameters of type AttributeValueType Modifier and Type Method Description TTypeConvertingVisitor. defaultConvert(AttributeValueType type, Object value)This is invoked by default if a different "convert" method is not overridden. -
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute
-
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions with parameters of type AttributeValueType Modifier and Type Method Description Consumer<StaticTableMetadata.Builder>AtomicCounterTag. modifyMetadata(String attributeName, AttributeValueType attributeValueType) -
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return AttributeValueType Modifier and Type Method Description AttributeValueTypeAttributeType. attributeValueType()AttributeValueTypeStaticAttributeType. attributeValueType()AttributeValueTypeStaticKeyAttributeMetadata. attributeValueType()Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type AttributeValueType Modifier and Type Method Description static StaticKeyAttributeMetadataStaticKeyAttributeMetadata. create(String name, AttributeValueType attributeValueType)Consumer<StaticTableMetadata.Builder>UpdateBehaviorTag. modifyMetadata(String attributeName, AttributeValueType attributeValueType) -
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type AttributeValueType Modifier and Type Method Description StaticTableMetadata.BuilderStaticTableMetadata.Builder. addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType)Adds information about a partition key associated with a specific index.StaticTableMetadata.BuilderStaticTableMetadata.Builder. addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType)Adds information about a sort key associated with a specific index.StaticTableMetadata.BuilderStaticTableMetadata.Builder. markAttributeAsKey(String attributeName, AttributeValueType attributeValueType)Declares a 'key-like' attribute that is not an actual DynamoDB key.Consumer<StaticTableMetadata.Builder>StaticAttributeTag. modifyMetadata(String attributeName, AttributeValueType attributeValueType)A function that modifies an existingStaticTableSchema.Builderwhen this tag is applied to a specific attribute.default <R> voidStaticAttributeTag. validateType(String attributeName, EnhancedType<R> enhancedType, AttributeValueType attributeValueType)Function that validates the Converted return type is suitable for the extension.
-