public class AlternatorDBApiVersion2Mapper extends Object
| Constructor and Description |
|---|
AlternatorDBApiVersion2Mapper() |
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.services.dynamodbv2.model.AttributeValue |
MapV1AttributeValueToV2(com.amazonaws.services.dynamodb.model.AttributeValue v1Value) |
static com.amazonaws.services.dynamodbv2.model.BatchGetItemResult |
MapV1BatchGetItemResultToV2(com.amazonaws.services.dynamodb.model.BatchGetItemResult result,
Map<String,Table> tables) |
static com.amazonaws.services.dynamodbv2.model.CreateTableResult |
MapV1CreateTableResultToV2(com.amazonaws.services.dynamodb.model.CreateTableResult result) |
static com.amazonaws.services.dynamodbv2.model.DeleteItemResult |
MapV1DeleteItemResultToV2(com.amazonaws.services.dynamodb.model.DeleteItemResult result,
String tableName) |
static com.amazonaws.services.dynamodbv2.model.DeleteTableResult |
MapV1DeleteTableResultToV2(com.amazonaws.services.dynamodb.model.DeleteTableResult result) |
static com.amazonaws.services.dynamodbv2.model.DescribeTableResult |
MapV1DescribeTableResultToV2(com.amazonaws.services.dynamodb.model.DescribeTableResult result) |
static com.amazonaws.services.dynamodbv2.model.GetItemResult |
MapV1GetItemResultToV2(com.amazonaws.services.dynamodb.model.GetItemResult result,
String tableName) |
static Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
MapV1ItemToV2(Map<String,com.amazonaws.services.dynamodb.model.AttributeValue> v1Item) |
static com.amazonaws.services.dynamodbv2.model.KeysAndAttributes |
MapV1KeysAndAttributesToV2(com.amazonaws.services.dynamodb.model.KeysAndAttributes v1KeysAndAttr,
Table table) |
static Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
MapV1KeyToV2(com.amazonaws.services.dynamodb.model.Key v1Key,
Table table) |
static com.amazonaws.services.dynamodbv2.model.ListTablesResult |
MapV1ListTablesResultToV2(com.amazonaws.services.dynamodb.model.ListTablesResult result) |
static com.amazonaws.services.dynamodbv2.model.PutItemResult |
MapV1PutItemResultToV2(com.amazonaws.services.dynamodb.model.PutItemResult result,
String tableName) |
static com.amazonaws.services.dynamodbv2.model.QueryResult |
MapV1QueryResultToV2(com.amazonaws.services.dynamodb.model.QueryResult result,
Table table) |
static com.amazonaws.services.dynamodbv2.model.ScanResult |
MapV1ScanResultToV2(com.amazonaws.services.dynamodb.model.ScanResult result,
Table table) |
static com.amazonaws.services.dynamodbv2.model.UpdateItemResult |
MapV1UpdateItemResultToV2(com.amazonaws.services.dynamodb.model.UpdateItemResult result,
String tableName) |
static com.amazonaws.services.dynamodbv2.model.UpdateTableResult |
MapV1UpdateTableResultToV2(com.amazonaws.services.dynamodb.model.UpdateTableResult result) |
static Map<String,com.amazonaws.services.dynamodb.model.AttributeValueUpdate> |
MapV2AttributeUpdatesToV1(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate> v2AttrUpdates) |
static com.amazonaws.services.dynamodb.model.AttributeValue |
MapV2AttributeValueToV1(com.amazonaws.services.dynamodbv2.model.AttributeValue v2Value) |
static com.amazonaws.services.dynamodb.model.AttributeValueUpdate |
MapV2AttributeValueUpdateToV1(com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate v2AttrUpdate) |
static com.amazonaws.services.dynamodb.model.BatchGetItemRequest |
MapV2BatchGetItemRequestToV1(com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest v2Request,
Map<String,Table> tables) |
static com.amazonaws.services.dynamodb.model.Condition |
MapV2ConditionToV1(com.amazonaws.services.dynamodbv2.model.Condition v2Condition) |
static com.amazonaws.services.dynamodb.model.CreateTableRequest |
MapV2CreateTableRequestToV1(com.amazonaws.services.dynamodbv2.model.CreateTableRequest v2Request) |
static com.amazonaws.services.dynamodb.model.DeleteItemRequest |
MapV2DeleteItemRequestToV1(com.amazonaws.services.dynamodbv2.model.DeleteItemRequest v2Request,
Table table) |
static com.amazonaws.services.dynamodb.model.DeleteTableRequest |
MapV2DeleteTableRequestToV1(com.amazonaws.services.dynamodbv2.model.DeleteTableRequest v2Request) |
static com.amazonaws.services.dynamodb.model.DescribeTableRequest |
MapV2DescribeTableRequestToV1(com.amazonaws.services.dynamodbv2.model.DescribeTableRequest v2Request) |
static com.amazonaws.services.dynamodb.model.ExpectedAttributeValue |
MapV2ExpectedAttributeValueToV1(com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue v2Expected) |
static Map<String,com.amazonaws.services.dynamodb.model.ExpectedAttributeValue> |
MapV2ExpectedToV1(Map<String,com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue> v2Expected) |
static com.amazonaws.services.dynamodb.model.GetItemRequest |
MapV2GetItemRequestToV1(com.amazonaws.services.dynamodbv2.model.GetItemRequest v2Request,
Table table) |
static Map<String,com.amazonaws.services.dynamodb.model.AttributeValue> |
MapV2ItemToV1(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> v2Item) |
static com.amazonaws.services.dynamodb.model.KeysAndAttributes |
MapV2KeysAndAttributesToV1(com.amazonaws.services.dynamodbv2.model.KeysAndAttributes v2KeysAndAttr,
Table table) |
static com.amazonaws.services.dynamodb.model.Key |
MapV2KeyToV1(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> v2Key,
Table table) |
static com.amazonaws.services.dynamodb.model.ListTablesRequest |
MapV2ListTablesRequestToV1(com.amazonaws.services.dynamodbv2.model.ListTablesRequest v2Request) |
static com.amazonaws.services.dynamodb.model.PutItemRequest |
MapV2PutItemRequestToV1(com.amazonaws.services.dynamodbv2.model.PutItemRequest v2Request) |
static com.amazonaws.services.dynamodb.model.QueryRequest |
MapV2QueryRequestToV1(com.amazonaws.services.dynamodbv2.model.QueryRequest v2Request,
Table table) |
static Map<String,com.amazonaws.services.dynamodb.model.Condition> |
MapV2ScanFilterToV1(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> v2Filter) |
static com.amazonaws.services.dynamodb.model.ScanRequest |
MapV2ScanRequestToV1(com.amazonaws.services.dynamodbv2.model.ScanRequest v2Request,
Table table) |
static com.amazonaws.services.dynamodbv2.model.TableDescription |
MapV2TableDescriptionToV1(com.amazonaws.services.dynamodb.model.TableDescription table) |
static com.amazonaws.services.dynamodb.model.UpdateItemRequest |
MapV2UpdateItemRequestToV1(com.amazonaws.services.dynamodbv2.model.UpdateItemRequest v2Request,
Table table) |
static com.amazonaws.services.dynamodb.model.UpdateTableRequest |
MapV2UpdateTableRequestToV1(com.amazonaws.services.dynamodbv2.model.UpdateTableRequest v2Request) |
public static Map<String,com.amazonaws.services.dynamodb.model.AttributeValue> MapV2ItemToV1(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> v2Item)
public static Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> MapV1ItemToV2(Map<String,com.amazonaws.services.dynamodb.model.AttributeValue> v1Item)
public static Map<String,com.amazonaws.services.dynamodb.model.ExpectedAttributeValue> MapV2ExpectedToV1(Map<String,com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue> v2Expected)
public static com.amazonaws.services.dynamodb.model.AttributeValue MapV2AttributeValueToV1(com.amazonaws.services.dynamodbv2.model.AttributeValue v2Value)
public static com.amazonaws.services.dynamodbv2.model.AttributeValue MapV1AttributeValueToV2(com.amazonaws.services.dynamodb.model.AttributeValue v1Value)
public static com.amazonaws.services.dynamodb.model.ExpectedAttributeValue MapV2ExpectedAttributeValueToV1(com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue v2Expected)
public static com.amazonaws.services.dynamodb.model.AttributeValueUpdate MapV2AttributeValueUpdateToV1(com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate v2AttrUpdate)
public static Map<String,com.amazonaws.services.dynamodb.model.AttributeValueUpdate> MapV2AttributeUpdatesToV1(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate> v2AttrUpdates)
public static com.amazonaws.services.dynamodb.model.Key MapV2KeyToV1(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> v2Key, Table table)
public static Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> MapV1KeyToV2(com.amazonaws.services.dynamodb.model.Key v1Key, Table table)
public static com.amazonaws.services.dynamodb.model.KeysAndAttributes MapV2KeysAndAttributesToV1(com.amazonaws.services.dynamodbv2.model.KeysAndAttributes v2KeysAndAttr,
Table table)
public static com.amazonaws.services.dynamodbv2.model.KeysAndAttributes MapV1KeysAndAttributesToV2(com.amazonaws.services.dynamodb.model.KeysAndAttributes v1KeysAndAttr,
Table table)
public static com.amazonaws.services.dynamodbv2.model.TableDescription MapV2TableDescriptionToV1(com.amazonaws.services.dynamodb.model.TableDescription table)
public static Map<String,com.amazonaws.services.dynamodb.model.Condition> MapV2ScanFilterToV1(Map<String,com.amazonaws.services.dynamodbv2.model.Condition> v2Filter)
public static com.amazonaws.services.dynamodb.model.Condition MapV2ConditionToV1(com.amazonaws.services.dynamodbv2.model.Condition v2Condition)
public static com.amazonaws.services.dynamodb.model.CreateTableRequest MapV2CreateTableRequestToV1(com.amazonaws.services.dynamodbv2.model.CreateTableRequest v2Request)
public static com.amazonaws.services.dynamodb.model.DescribeTableRequest MapV2DescribeTableRequestToV1(com.amazonaws.services.dynamodbv2.model.DescribeTableRequest v2Request)
public static com.amazonaws.services.dynamodb.model.ListTablesRequest MapV2ListTablesRequestToV1(com.amazonaws.services.dynamodbv2.model.ListTablesRequest v2Request)
public static com.amazonaws.services.dynamodb.model.DeleteTableRequest MapV2DeleteTableRequestToV1(com.amazonaws.services.dynamodbv2.model.DeleteTableRequest v2Request)
public static com.amazonaws.services.dynamodb.model.UpdateTableRequest MapV2UpdateTableRequestToV1(com.amazonaws.services.dynamodbv2.model.UpdateTableRequest v2Request)
public static com.amazonaws.services.dynamodb.model.PutItemRequest MapV2PutItemRequestToV1(com.amazonaws.services.dynamodbv2.model.PutItemRequest v2Request)
public static com.amazonaws.services.dynamodb.model.GetItemRequest MapV2GetItemRequestToV1(com.amazonaws.services.dynamodbv2.model.GetItemRequest v2Request,
Table table)
public static com.amazonaws.services.dynamodb.model.DeleteItemRequest MapV2DeleteItemRequestToV1(com.amazonaws.services.dynamodbv2.model.DeleteItemRequest v2Request,
Table table)
public static com.amazonaws.services.dynamodb.model.UpdateItemRequest MapV2UpdateItemRequestToV1(com.amazonaws.services.dynamodbv2.model.UpdateItemRequest v2Request,
Table table)
public static com.amazonaws.services.dynamodb.model.BatchGetItemRequest MapV2BatchGetItemRequestToV1(com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest v2Request,
Map<String,Table> tables)
public static com.amazonaws.services.dynamodb.model.ScanRequest MapV2ScanRequestToV1(com.amazonaws.services.dynamodbv2.model.ScanRequest v2Request,
Table table)
public static com.amazonaws.services.dynamodb.model.QueryRequest MapV2QueryRequestToV1(com.amazonaws.services.dynamodbv2.model.QueryRequest v2Request,
Table table)
public static com.amazonaws.services.dynamodbv2.model.CreateTableResult MapV1CreateTableResultToV2(com.amazonaws.services.dynamodb.model.CreateTableResult result)
public static com.amazonaws.services.dynamodbv2.model.DescribeTableResult MapV1DescribeTableResultToV2(com.amazonaws.services.dynamodb.model.DescribeTableResult result)
public static com.amazonaws.services.dynamodbv2.model.ListTablesResult MapV1ListTablesResultToV2(com.amazonaws.services.dynamodb.model.ListTablesResult result)
public static com.amazonaws.services.dynamodbv2.model.DeleteTableResult MapV1DeleteTableResultToV2(com.amazonaws.services.dynamodb.model.DeleteTableResult result)
public static com.amazonaws.services.dynamodbv2.model.UpdateTableResult MapV1UpdateTableResultToV2(com.amazonaws.services.dynamodb.model.UpdateTableResult result)
public static com.amazonaws.services.dynamodbv2.model.PutItemResult MapV1PutItemResultToV2(com.amazonaws.services.dynamodb.model.PutItemResult result,
String tableName)
public static com.amazonaws.services.dynamodbv2.model.GetItemResult MapV1GetItemResultToV2(com.amazonaws.services.dynamodb.model.GetItemResult result,
String tableName)
public static com.amazonaws.services.dynamodbv2.model.DeleteItemResult MapV1DeleteItemResultToV2(com.amazonaws.services.dynamodb.model.DeleteItemResult result,
String tableName)
public static com.amazonaws.services.dynamodbv2.model.UpdateItemResult MapV1UpdateItemResultToV2(com.amazonaws.services.dynamodb.model.UpdateItemResult result,
String tableName)
public static com.amazonaws.services.dynamodbv2.model.BatchGetItemResult MapV1BatchGetItemResultToV2(com.amazonaws.services.dynamodb.model.BatchGetItemResult result,
Map<String,Table> tables)
public static com.amazonaws.services.dynamodbv2.model.ScanResult MapV1ScanResultToV2(com.amazonaws.services.dynamodb.model.ScanResult result,
Table table)
public static com.amazonaws.services.dynamodbv2.model.QueryResult MapV1QueryResultToV2(com.amazonaws.services.dynamodb.model.QueryResult result,
Table table)
Copyright © 2014. All Rights Reserved.