public class DynamoUpdateChain<T> extends Object
| コンストラクタと説明 |
|---|
DynamoUpdateChain(DynamoClient.DynamoClientPrivate client,
DynamoMetaTable table,
DynamoKey key) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
execute()
UPDATE 処理を実行します。
|
T |
executeAndGet()
UPDATE 処理を実行し、UPDATE後のレコードの内容を返します。
|
com.amazonaws.services.dynamodbv2.model.UpdateItemRequest |
makeUpdateItemRequest(com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request) |
DynamoUpdateChain |
set(DynamoUpdateValue value) |
public DynamoUpdateChain(DynamoClient.DynamoClientPrivate client, DynamoMetaTable table, DynamoKey key)
public DynamoUpdateChain set(DynamoUpdateValue value)
public void execute()
public T executeAndGet()
public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest makeUpdateItemRequest(com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request)
Copyright © 2016 jp.co.bizreach. All rights reserved.