public interface DynamoAttributeSupport
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DynamoUpdateValue |
clear() |
DynamoAttributeWithValue |
contains(Object... targetValues) |
DynamoAttributeWithValue |
eq(Object targetValue) |
DynamoAttributeWithValue |
exists() |
String |
getDynamoAttrName() |
DynamoAttributeWithValue |
greaterThan(Object targetValue) |
DynamoAttributeWithValue |
greaterThanEq(Object targetValue) |
DynamoAttributeWithValue |
in(Object... targetValues) |
DynamoAttributeWithValue |
lessThan(Object targetValue) |
DynamoAttributeWithValue |
lessThanEq(Object targetValue) |
DynamoAttributeWithValue |
notExists() |
DynamoUpdateValue |
set(Object value) |
DynamoAttributeWithValue eq(Object targetValue)
DynamoAttributeWithValue contains(Object... targetValues)
DynamoAttributeWithValue in(Object... targetValues)
DynamoAttributeWithValue greaterThan(Object targetValue)
DynamoAttributeWithValue greaterThanEq(Object targetValue)
DynamoAttributeWithValue lessThan(Object targetValue)
DynamoAttributeWithValue lessThanEq(Object targetValue)
DynamoAttributeWithValue exists()
DynamoAttributeWithValue notExists()
String getDynamoAttrName()
DynamoUpdateValue set(Object value)
DynamoUpdateValue clear()
Copyright © 2016 jp.co.bizreach. All rights reserved.