Uses of Enum
software.amazon.awssdk.enhanced.dynamodb.AttributeValueType
Packages that use AttributeValueType
Package
Description
-
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return AttributeValueTypeModifier and TypeMethodDescriptionAttributeConverter.attributeValueType()TheAttributeValueTypethat a converter stores and reads values from DynamoDB via theAttributeValueclass.EnumAttributeConverter.attributeValueType()Returns theAttributeValueTypeof the converter.KeyAttributeMetadata.attributeValueType()The DynamoDB type of the key attributestatic AttributeValueTypeReturns 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 AttributeValueTypeModifier and TypeMethodDescriptionDocumentTableSchema.Builder.addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType) Adds information about a partition key associated with a specific index.DocumentTableSchema.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 AttributeValueTypeModifier and TypeMethodDescriptionTypeConvertingVisitor.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
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute that return AttributeValueTypeModifier and TypeMethodDescriptionAtomicBooleanAttributeConverter.attributeValueType()AtomicIntegerAttributeConverter.attributeValueType()AtomicLongAttributeConverter.attributeValueType()BigDecimalAttributeConverter.attributeValueType()BigIntegerAttributeConverter.attributeValueType()BooleanAttributeConverter.attributeValueType()ByteArrayAttributeConverter.attributeValueType()ByteAttributeConverter.attributeValueType()ByteBufferAttributeConverter.attributeValueType()CharacterArrayAttributeConverter.attributeValueType()CharacterAttributeConverter.attributeValueType()CharSequenceAttributeConverter.attributeValueType()DocumentAttributeConverter.attributeValueType()DoubleAttributeConverter.attributeValueType()DurationAttributeConverter.attributeValueType()FloatAttributeConverter.attributeValueType()InstantAsStringAttributeConverter.attributeValueType()IntegerAttributeConverter.attributeValueType()JsonItemAttributeConverter.attributeValueType()ListAttributeConverter.attributeValueType()LocalDateAttributeConverter.attributeValueType()LocalDateTimeAttributeConverter.attributeValueType()LocaleAttributeConverter.attributeValueType()LocalTimeAttributeConverter.attributeValueType()LongAttributeConverter.attributeValueType()MapAttributeConverter.attributeValueType()MonthDayAttributeConverter.attributeValueType()OffsetDateTimeAsStringAttributeConverter.attributeValueType()OptionalAttributeConverter.attributeValueType()OptionalDoubleAttributeConverter.attributeValueType()OptionalIntAttributeConverter.attributeValueType()OptionalLongAttributeConverter.attributeValueType()PeriodAttributeConverter.attributeValueType()SdkBytesAttributeConverter.attributeValueType()SdkNumberAttributeConverter.attributeValueType()SetAttributeConverter.attributeValueType()ShortAttributeConverter.attributeValueType()StringAttributeConverter.attributeValueType()StringBufferAttributeConverter.attributeValueType()StringBuilderAttributeConverter.attributeValueType()UriAttributeConverter.attributeValueType()UrlAttributeConverter.attributeValueType()UuidAttributeConverter.attributeValueType()ZonedDateTimeAsStringAttributeConverter.attributeValueType()ZoneIdAttributeConverter.attributeValueType()ZoneOffsetAttributeConverter.attributeValueType()EnhancedAttributeValue.type()Retrieve the underlying DynamoDB type of this value, such as String (s) or Number (n). -
Uses of AttributeValueType in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions with parameters of type AttributeValueTypeModifier and TypeMethodDescriptionAtomicCounterTag.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 AttributeValueTypeModifier and TypeMethodDescriptionAttributeType.attributeValueType()StaticAttributeType.attributeValueType()StaticKeyAttributeMetadata.attributeValueType()Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type AttributeValueTypeModifier and TypeMethodDescriptionstatic StaticKeyAttributeMetadataStaticKeyAttributeMetadata.create(String name, AttributeValueType attributeValueType) static StaticKeyAttributeMetadataStaticKeyAttributeMetadata.create(String name, AttributeValueType attributeValueType, Order order) 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 AttributeValueTypeModifier and TypeMethodDescriptionStaticTableMetadata.Builder.addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType) Adds information about a partition key associated with a specific index (backward compatibility).StaticTableMetadata.Builder.addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType, Order order) Adds information about a partition key associated with a specific index.StaticTableMetadata.Builder.addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType) Adds information about a non-composite sort key associated with a specific index.StaticTableMetadata.Builder.addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType, Order order) Adds information about a sort key associated with a specific index.StaticTableMetadata.Builder.markAttributeAsKey(String attributeName, AttributeValueType attributeValueType) Declares a 'key-like' attribute that is not an actual DynamoDB key.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.