static com.amazonaws.services.dynamodbv2.model.KeysAndAttributes |
AlternatorDBApiVersion2Mapper.MapV1KeysAndAttributesToV2(com.amazonaws.services.dynamodb.model.KeysAndAttributes v1KeysAndAttr,
Table table) |
static Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
AlternatorDBApiVersion2Mapper.MapV1KeyToV2(com.amazonaws.services.dynamodb.model.Key v1Key,
Table table) |
static com.amazonaws.services.dynamodbv2.model.QueryResult |
AlternatorDBApiVersion2Mapper.MapV1QueryResultToV2(com.amazonaws.services.dynamodb.model.QueryResult result,
Table table) |
static com.amazonaws.services.dynamodbv2.model.ScanResult |
AlternatorDBApiVersion2Mapper.MapV1ScanResultToV2(com.amazonaws.services.dynamodb.model.ScanResult result,
Table table) |
static com.amazonaws.services.dynamodb.model.DeleteItemRequest |
AlternatorDBApiVersion2Mapper.MapV2DeleteItemRequestToV1(com.amazonaws.services.dynamodbv2.model.DeleteItemRequest v2Request,
Table table) |
static com.amazonaws.services.dynamodb.model.GetItemRequest |
AlternatorDBApiVersion2Mapper.MapV2GetItemRequestToV1(com.amazonaws.services.dynamodbv2.model.GetItemRequest v2Request,
Table table) |
static com.amazonaws.services.dynamodb.model.KeysAndAttributes |
AlternatorDBApiVersion2Mapper.MapV2KeysAndAttributesToV1(com.amazonaws.services.dynamodbv2.model.KeysAndAttributes v2KeysAndAttr,
Table table) |
static com.amazonaws.services.dynamodb.model.Key |
AlternatorDBApiVersion2Mapper.MapV2KeyToV1(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> v2Key,
Table table) |
static com.amazonaws.services.dynamodb.model.QueryRequest |
AlternatorDBApiVersion2Mapper.MapV2QueryRequestToV1(com.amazonaws.services.dynamodbv2.model.QueryRequest v2Request,
Table table) |
static com.amazonaws.services.dynamodb.model.ScanRequest |
AlternatorDBApiVersion2Mapper.MapV2ScanRequestToV1(com.amazonaws.services.dynamodbv2.model.ScanRequest v2Request,
Table table) |
static com.amazonaws.services.dynamodb.model.UpdateItemRequest |
AlternatorDBApiVersion2Mapper.MapV2UpdateItemRequestToV1(com.amazonaws.services.dynamodbv2.model.UpdateItemRequest v2Request,
Table table) |