static AttributeType<Set<ByteBuffer>> |
AttributeTypes.binarySetType() |
static AttributeType<ByteBuffer> |
AttributeTypes.binaryType() |
static AttributeType<Boolean> |
AttributeTypes.booleanType() |
static AttributeType<Set<Byte>> |
AttributeTypes.byteNumberSetType() |
static AttributeType<Byte> |
AttributeTypes.byteNumberType() |
static <T> AttributeType<T> |
AttributeTypes.documentMapType(TableSchema<T> documentSchema) |
static AttributeType<Set<Double>> |
AttributeTypes.doubleNumberSetType() |
static AttributeType<Double> |
AttributeTypes.doubleNumberType() |
static AttributeType<Set<Float>> |
AttributeTypes.floatNumberSetType() |
static AttributeType<Float> |
AttributeTypes.floatNumberType() |
static AttributeType<Set<Integer>> |
AttributeTypes.integerNumberSetType() |
static AttributeType<Integer> |
AttributeTypes.integerNumberType() |
static <T> AttributeType<List<T>> |
AttributeTypes.listType(AttributeType<T> elementType) |
static AttributeType<Set<Long>> |
AttributeTypes.longNumberSetType() |
static AttributeType<Long> |
AttributeTypes.longNumberType() |
static <T> AttributeType<Map<String,T>> |
AttributeTypes.mapType(AttributeType<T> mappedValueType) |
static <T extends Number> AttributeType<T> |
AttributeTypes.numberType(Function<String,T> stringToNumber) |
static <T> AttributeType<T> |
AttributeType.of(Function<T,AttributeValue> objectTransformer,
Function<AttributeValue,T> attributeValueTransformer,
AttributeValueType attributeValueType) |
static AttributeType<Set<Short>> |
AttributeTypes.shortNumberSetType() |
static AttributeType<Short> |
AttributeTypes.shortNumberType() |
static AttributeType<Set<String>> |
AttributeTypes.stringSetType() |
static AttributeType<String> |
AttributeTypes.stringType() |