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