Home | History | Annotate | Download | only in 1.11.18

META-INF/
META-INF/MANIFEST.MF
models/
com/
com/amazonaws/
com/amazonaws/services/
com/amazonaws/services/dynamodbv2/
com/amazonaws/services/dynamodbv2/xspec/
com/amazonaws/services/dynamodbv2/document/
com/amazonaws/services/dynamodbv2/document/utils/
com/amazonaws/services/dynamodbv2/document/spec/
com/amazonaws/services/dynamodbv2/document/api/
com/amazonaws/services/dynamodbv2/document/internal/
com/amazonaws/services/dynamodbv2/datamodeling/
com/amazonaws/services/dynamodbv2/datamodeling/marshallers/
com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/
com/amazonaws/services/dynamodbv2/util/
com/amazonaws/services/dynamodbv2/metrics/
com/amazonaws/services/dynamodbv2/model/
com/amazonaws/services/dynamodbv2/model/transform/
com/amazonaws/auth/
com/amazonaws/auth/policy/
com/amazonaws/auth/policy/actions/
.gitkeep
models/streams.dynamodb-2012-08-10-intermediate.json
models/dynamodb-2012-08-10-intermediate.json
models/dynamodb-2012-08-10-model.json
models/streams.dynamodb-2012-08-10-model.json
com/amazonaws/services/dynamodbv2/AmazonDynamoDBClientBuilder.class
AmazonDynamoDBClientBuilder.java
package com.amazonaws.services.dynamodbv2
public final com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder extends com.amazonaws.client.builder.AwsSyncClientBuilder {
	private static final com.amazonaws.ClientConfigurationFactory CLIENT_CONFIG_FACTORY
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder standard () 
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDB defaultClient () 
	private void  () 
	protected com.amazonaws.services.dynamodbv2.AmazonDynamoDB build (com.amazonaws.client.AwsSyncClientParams) 
		com.amazonaws.client.AwsSyncClientParams params
	protected volatile java.lang.Object build (com.amazonaws.client.AwsSyncClientParams) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/AbstractAmazonDynamoDBAsync.class
AbstractAmazonDynamoDBAsync.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBAsync extends com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB implements com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync  {
	protected void  () 
	public java.util.concurrent.Future batchGetItemAsync (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest request
	public java.util.concurrent.Future batchGetItemAsync (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map, java.lang.String) 
		java.util.Map requestItems
		String returnConsumedCapacity
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		java.util.Map requestItems
		String returnConsumedCapacity
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map) 
		java.util.Map requestItems
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		java.util.Map requestItems
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchWriteItemAsync (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest) 
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest request
	public java.util.concurrent.Future batchWriteItemAsync (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchWriteItemAsync (java.util.Map) 
		java.util.Map requestItems
	public java.util.concurrent.Future batchWriteItemAsync (java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		java.util.Map requestItems
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future createTableAsync (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest request
	public java.util.concurrent.Future createTableAsync (com.amazonaws.services.dynamodbv2.model.CreateTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future createTableAsync (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		java.util.List attributeDefinitions
		String tableName
		java.util.List keySchema
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.concurrent.Future createTableAsync (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput, com.amazonaws.handlers.AsyncHandler) 
		java.util.List attributeDefinitions
		String tableName
		java.util.List keySchema
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteItemAsync (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest request
	public java.util.concurrent.Future deleteItemAsync (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		String returnValues
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		String returnValues
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteTableAsync (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest request
	public java.util.concurrent.Future deleteTableAsync (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteTableAsync (java.lang.String) 
		String tableName
	public java.util.concurrent.Future deleteTableAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future describeLimitsAsync (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest request
	public java.util.concurrent.Future describeLimitsAsync (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future describeTableAsync (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest request
	public java.util.concurrent.Future describeTableAsync (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future describeTableAsync (java.lang.String) 
		String tableName
	public java.util.concurrent.Future describeTableAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getItemAsync (com.amazonaws.services.dynamodbv2.model.GetItemRequest) 
		com.amazonaws.services.dynamodbv2.model.GetItemRequest request
	public java.util.concurrent.Future getItemAsync (com.amazonaws.services.dynamodbv2.model.GetItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.GetItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, java.lang.Boolean) 
		String tableName
		java.util.Map key
		Boolean consistentRead
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, java.lang.Boolean, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		Boolean consistentRead
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (com.amazonaws.services.dynamodbv2.model.ListTablesRequest) 
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
	public java.util.concurrent.Future listTablesAsync (com.amazonaws.services.dynamodbv2.model.ListTablesRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync () 
	public java.util.concurrent.Future listTablesAsync (com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (java.lang.String) 
		String exclusiveStartTableName
	public java.util.concurrent.Future listTablesAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String exclusiveStartTableName
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (java.lang.String, java.lang.Integer) 
		String exclusiveStartTableName
		Integer limit
	public java.util.concurrent.Future listTablesAsync (java.lang.String, java.lang.Integer, com.amazonaws.handlers.AsyncHandler) 
		String exclusiveStartTableName
		Integer limit
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (java.lang.Integer) 
		Integer limit
	public java.util.concurrent.Future listTablesAsync (java.lang.Integer, com.amazonaws.handlers.AsyncHandler) 
		Integer limit
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future putItemAsync (com.amazonaws.services.dynamodbv2.model.PutItemRequest) 
		com.amazonaws.services.dynamodbv2.model.PutItemRequest request
	public java.util.concurrent.Future putItemAsync (com.amazonaws.services.dynamodbv2.model.PutItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.PutItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map item
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map item
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map item
		String returnValues
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map item
		String returnValues
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future queryAsync (com.amazonaws.services.dynamodbv2.model.QueryRequest) 
		com.amazonaws.services.dynamodbv2.model.QueryRequest request
	public java.util.concurrent.Future queryAsync (com.amazonaws.services.dynamodbv2.model.QueryRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.QueryRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (com.amazonaws.services.dynamodbv2.model.ScanRequest) 
		com.amazonaws.services.dynamodbv2.model.ScanRequest request
	public java.util.concurrent.Future scanAsync (com.amazonaws.services.dynamodbv2.model.ScanRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.ScanRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List) 
		String tableName
		java.util.List attributesToGet
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.List attributesToGet
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map scanFilter
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map scanFilter
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, java.util.Map) 
		String tableName
		java.util.List attributesToGet
		java.util.Map scanFilter
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.List attributesToGet
		java.util.Map scanFilter
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateItemAsync (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest) 
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request
	public java.util.concurrent.Future updateItemAsync (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		String returnValues
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		String returnValues
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateTableAsync (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest request
	public java.util.concurrent.Future updateTableAsync (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateTableAsync (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.concurrent.Future updateTableAsync (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
		com.amazonaws.handlers.AsyncHandler asyncHandler
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClientBuilder.class
AmazonDynamoDBAsyncClientBuilder.java
package com.amazonaws.services.dynamodbv2
public final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClientBuilder extends com.amazonaws.client.builder.AwsAsyncClientBuilder {
	private static final com.amazonaws.ClientConfigurationFactory CLIENT_CONFIG_FACTORY
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClientBuilder standard () 
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync defaultClient () 
	private void  () 
	protected com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync build (com.amazonaws.client.AwsAsyncClientParams) 
		com.amazonaws.client.AwsAsyncClientParams params
	protected volatile java.lang.Object build (com.amazonaws.client.AwsAsyncClientParams) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/xspec/UnitOfExpression.class
UnitOfExpression.java
package com.amazonaws.services.dynamodbv2.xspec
abstract com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression extends java.lang.Object {
	void  () 
	abstract java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
}

com/amazonaws/services/dynamodbv2/xspec/SetAction.class
SetAction.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.SetAction extends com.amazonaws.services.dynamodbv2.xspec.UpdateAction {
	void  (com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attr
		com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression value
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
}

com/amazonaws/services/dynamodbv2/xspec/IfNotExistsFunction.class
IfNotExistsFunction.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction extends com.amazonaws.services.dynamodbv2.xspec.FunctionOperand {
	private final com.amazonaws.services.dynamodbv2.xspec.PathOperand attr
	private final com.amazonaws.services.dynamodbv2.xspec.Operand operand
	void  (com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attr
		com.amazonaws.services.dynamodbv2.xspec.Operand operand
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
}

com/amazonaws/services/dynamodbv2/xspec/LiteralOperand.class
LiteralOperand.java
package com.amazonaws.services.dynamodbv2.xspec
 com.amazonaws.services.dynamodbv2.xspec.LiteralOperand extends com.amazonaws.services.dynamodbv2.xspec.Operand {
	private final Object value
	void  () 
	void  (java.lang.Object) 
		Object value
	void  (java.util.Set) 
		java.util.Set value
	void  (java.util.List) 
		java.util.List value
	void  (java.util.Map) 
		java.util.Map value
	void  (boolean) 
		boolean value
	final java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/xspec/DeleteItemExpressionSpec.class
DeleteItemExpressionSpec.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec extends com.amazonaws.services.dynamodbv2.xspec.ExpressionSpec {
	private final String conditionExpression
	private final java.util.Map nameMap
	private final java.util.Map valueMap
	void  (com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder) 
		com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder builder
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		java.util.Map nameMap
		java.util.Map valueMap
	public final java.lang.String getConditionExpression () 
	public final java.util.Map getNameMap () 
	public final java.util.Map getValueMap () 
}

com/amazonaws/services/dynamodbv2/xspec/Path.class
Path.java
package com.amazonaws.services.dynamodbv2.xspec
final com.amazonaws.services.dynamodbv2.xspec.Path extends com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression {
	private final java.util.List elements
	void  (java.lang.String) 
		String path
	private java.util.List parse (java.lang.String) 
		int arrayIndex
		int index
		String element
		String path
		String[] split
		java.util.List elements
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.PathElement e
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		StringBuffer sb
	public java.lang.String toString () 
		com.amazonaws.services.dynamodbv2.xspec.PathElement e
		StringBuffer sb
	java.util.List getElements () 
}

com/amazonaws/services/dynamodbv2/xspec/FunctionCondition.class
FunctionCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.FunctionCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final String functionId
	private final com.amazonaws.services.dynamodbv2.xspec.PathOperand pathOperand
	private final com.amazonaws.services.dynamodbv2.xspec.Operand operand
	void  (java.lang.String, com.amazonaws.services.dynamodbv2.xspec.PathOperand) 
		String functionId
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
	void  (java.lang.String, com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		String functionId
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
		com.amazonaws.services.dynamodbv2.xspec.Operand operand
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		StringBuilder sb
	java.lang.String getFunctionId () 
	com.amazonaws.services.dynamodbv2.xspec.PathOperand getPathOperand () 
	com.amazonaws.services.dynamodbv2.xspec.Operand getOperand () 
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/PlusOperation.class
PlusOperation.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.PlusOperation extends com.amazonaws.services.dynamodbv2.xspec.BinaryOperation {
	void  (com.amazonaws.services.dynamodbv2.xspec.Operand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		com.amazonaws.services.dynamodbv2.xspec.Operand lhs
		com.amazonaws.services.dynamodbv2.xspec.Operand rhs
}

com/amazonaws/services/dynamodbv2/xspec/L.class
L.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.L extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction) 
		com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction listAppendFunction
	public com.amazonaws.services.dynamodbv2.xspec.FunctionCondition contains (java.lang.Object) 
		Object value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.FunctionOperand) 
		com.amazonaws.services.dynamodbv2.xspec.FunctionOperand value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.L) 
		com.amazonaws.services.dynamodbv2.xspec.L that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.FunctionOperand) 
		com.amazonaws.services.dynamodbv2.xspec.FunctionOperand value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.L) 
		com.amazonaws.services.dynamodbv2.xspec.L that
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.L) 
		com.amazonaws.services.dynamodbv2.xspec.L that
	public transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.lang.Object[]) 
		Object[] defaultValues
	public transient com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction listAppend (java.lang.Object[]) 
		Object[] values
	public com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction listAppend (java.util.List) 
		java.util.List values
	public com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction listAppend (com.amazonaws.services.dynamodbv2.xspec.L) 
		com.amazonaws.services.dynamodbv2.xspec.L that
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.L) 
		com.amazonaws.services.dynamodbv2.xspec.L source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.util.List) 
		java.util.List value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.util.List) 
		java.util.List value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.util.List) 
		java.util.List value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.util.List) 
		java.util.List defaultValue
}

com/amazonaws/services/dynamodbv2/xspec/S.class
S.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.S extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public com.amazonaws.services.dynamodbv2.xspec.FunctionCondition beginsWith (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.FunctionCondition contains (java.lang.String) 
		String substring
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition le (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition le (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition lt (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition lt (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ge (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ge (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition gt (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition gt (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S that
	public com.amazonaws.services.dynamodbv2.xspec.BetweenCondition between (java.lang.String, java.lang.String) 
		String low
		String high
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S defaultValue
	public final transient com.amazonaws.services.dynamodbv2.xspec.InCondition in (java.lang.String[]) 
		String v
		String[] values
		java.util.List list
	public final com.amazonaws.services.dynamodbv2.xspec.InCondition in (java.util.List) 
		String v
		java.util.List values
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.S) 
		com.amazonaws.services.dynamodbv2.xspec.S source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.lang.String) 
		String value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.lang.String) 
		String defaultValue
}

com/amazonaws/services/dynamodbv2/xspec/ArrayIndexElement.class
ArrayIndexElement.java
package com.amazonaws.services.dynamodbv2.xspec
final com.amazonaws.services.dynamodbv2.xspec.ArrayIndexElement extends com.amazonaws.services.dynamodbv2.xspec.PathElement {
	private final int index
	public void  (int) 
		int index
	public java.lang.String toString () 
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object obj
	java.lang.String asNestedPath () 
	java.lang.String asToken (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	java.lang.String asNestedToken (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
}

com/amazonaws/services/dynamodbv2/xspec/BetweenCondition.class
BetweenCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.BetweenCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
	private final com.amazonaws.services.dynamodbv2.xspec.Operand min
	private final com.amazonaws.services.dynamodbv2.xspec.Operand max
	void  (com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.Operand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
		com.amazonaws.services.dynamodbv2.xspec.Operand min
		com.amazonaws.services.dynamodbv2.xspec.Operand max
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/GetItemExpressionSpec.class
GetItemExpressionSpec.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec extends com.amazonaws.services.dynamodbv2.xspec.ExpressionSpec {
	private final String projectionExpression
	private final java.util.Map nameMap
	void  (com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder) 
		com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder builder
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		java.util.Map nameMap
	public final java.lang.String getProjectionExpression () 
	public final java.util.Map getNameMap () 
}

com/amazonaws/services/dynamodbv2/xspec/AddAction.class
AddAction.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.AddAction extends com.amazonaws.services.dynamodbv2.xspec.UpdateAction {
	void  (com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attr
		com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression value
}

com/amazonaws/services/dynamodbv2/xspec/DeleteAction.class
DeleteAction.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.DeleteAction extends com.amazonaws.services.dynamodbv2.xspec.UpdateAction {
	void  (com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.LiteralOperand) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attr
		com.amazonaws.services.dynamodbv2.xspec.LiteralOperand value
}

com/amazonaws/services/dynamodbv2/xspec/UpdateItemExpressionSpec.class
UpdateItemExpressionSpec.java
package com.amazonaws.services.dynamodbv2.xspec
public com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec extends com.amazonaws.services.dynamodbv2.xspec.ExpressionSpec {
	private final String updateExpression
	private final String conditionExpression
	private final java.util.Map nameMap
	private final java.util.Map valueMap
	void  (com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder) 
		com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder builder
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		java.util.Map nameMap
		java.util.Map valueMap
	public java.lang.String getUpdateExpression () 
	public java.lang.String getConditionExpression () 
	public java.util.Map getNameMap () 
	public java.util.Map getValueMap () 
}

com/amazonaws/services/dynamodbv2/xspec/B.class
B.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.B extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public transient com.amazonaws.services.dynamodbv2.xspec.InCondition in (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer v
		java.nio.ByteBuffer[] values
		java.util.List list
	public transient com.amazonaws.services.dynamodbv2.xspec.InCondition in (byte[][]) 
		byte[] v
		byte[][] values
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.InCondition inByteBufferList (java.util.List) 
		java.nio.ByteBuffer v
		java.util.List values
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.InCondition inBytesList (java.util.List) 
		byte[] v
		java.util.List values
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.B) 
		com.amazonaws.services.dynamodbv2.xspec.B that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.nio.ByteBuffer) 
		java.nio.ByteBuffer value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.B) 
		com.amazonaws.services.dynamodbv2.xspec.B that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.nio.ByteBuffer) 
		java.nio.ByteBuffer value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.nio.ByteBuffer) 
		java.nio.ByteBuffer defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.B) 
		com.amazonaws.services.dynamodbv2.xspec.B defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.B) 
		com.amazonaws.services.dynamodbv2.xspec.B source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.nio.ByteBuffer) 
		java.nio.ByteBuffer value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (byte[]) 
		byte[] value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (byte[]) 
		byte[] value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (byte[]) 
		byte[] value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (byte[]) 
		byte[] defaultValue
}

com/amazonaws/services/dynamodbv2/xspec/Precedence.class
Precedence.java
package com.amazonaws.services.dynamodbv2.xspec
final com.amazonaws.services.dynamodbv2.xspec.Precedence extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence Comparator
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence IN
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence BETWEEN
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence Function
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence Parentheses
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence NOT
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence AND
	public static final com.amazonaws.services.dynamodbv2.xspec.Precedence OR
	private final int value
	private static final com.amazonaws.services.dynamodbv2.xspec.Precedence[] $VALUES
	public static com.amazonaws.services.dynamodbv2.xspec.Precedence[] values () 
	public static com.amazonaws.services.dynamodbv2.xspec.Precedence valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, int) 
		int value
	int value () 
	static void  () 
}

com/amazonaws/services/dynamodbv2/xspec/SubstitutionContext.class
SubstitutionContext.java
package com.amazonaws.services.dynamodbv2.xspec
final com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext extends java.lang.Object {
	private final java.util.Map nameToToken
	private final java.util.Map valueToToken
	void  () 
	java.lang.String nameTokenFor (java.lang.String) 
		String name
		Integer token
	java.lang.String valueTokenFor (java.lang.Object) 
		Object value
		Integer token
	java.util.Map getNameMap () 
		java.util.Map$Entry e
		java.util.Map out
	java.util.Map getValueMap () 
		java.util.Map$Entry e
		java.util.Map out
	int numNameTokens () 
	int numValueTokens () 
	java.lang.String getNameByToken (int) 
		java.util.Map$Entry e
		int token
	java.lang.Object getValueByToken (int) 
		java.util.Map$Entry e
		int token
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/xspec/AndCondition.class
AndCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.AndCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final com.amazonaws.services.dynamodbv2.xspec.Condition lhs
	private final com.amazonaws.services.dynamodbv2.xspec.Condition rhs
	void  (com.amazonaws.services.dynamodbv2.xspec.Condition, com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition lhs
		com.amazonaws.services.dynamodbv2.xspec.Condition rhs
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/InCondition.class
InCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.InCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
	private final java.util.List operands
	void  (com.amazonaws.services.dynamodbv2.xspec.PathOperand, java.util.List) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
		java.util.List operands
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.Operand operand
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		StringBuilder sb
		boolean first
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/Operand.class
Operand.java
package com.amazonaws.services.dynamodbv2.xspec
public abstract com.amazonaws.services.dynamodbv2.xspec.Operand extends com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression {
	public void  () 
}

com/amazonaws/services/dynamodbv2/xspec/RemoveAction.class
RemoveAction.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.RemoveAction extends com.amazonaws.services.dynamodbv2.xspec.UpdateAction {
	void  (com.amazonaws.services.dynamodbv2.xspec.PathOperand) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attr
}

com/amazonaws/services/dynamodbv2/xspec/M.class
M.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.M extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String attrName
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.FunctionOperand) 
		com.amazonaws.services.dynamodbv2.xspec.FunctionOperand value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.M) 
		com.amazonaws.services.dynamodbv2.xspec.M that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.FunctionOperand) 
		com.amazonaws.services.dynamodbv2.xspec.FunctionOperand value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.M) 
		com.amazonaws.services.dynamodbv2.xspec.M that
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.M) 
		com.amazonaws.services.dynamodbv2.xspec.M defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.M) 
		com.amazonaws.services.dynamodbv2.xspec.M source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.util.Map) 
		java.util.Map value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.util.Map) 
		java.util.Map value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.util.Map) 
		java.util.Map value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.util.Map) 
		java.util.Map defaultValue
}

com/amazonaws/services/dynamodbv2/xspec/NULL.class
NULL.java
package com.amazonaws.services.dynamodbv2.xspec
public com.amazonaws.services.dynamodbv2.xspec.NULL extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public final com.amazonaws.services.dynamodbv2.xspec.SetAction set () 
}

com/amazonaws/services/dynamodbv2/xspec/NegationCondition.class
NegationCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.NegationCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final com.amazonaws.services.dynamodbv2.xspec.Condition condition
	void  (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition condition
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/FunctionOperand.class
FunctionOperand.java
package com.amazonaws.services.dynamodbv2.xspec
public abstract com.amazonaws.services.dynamodbv2.xspec.FunctionOperand extends com.amazonaws.services.dynamodbv2.xspec.Operand {
	public void  () 
}

com/amazonaws/services/dynamodbv2/xspec/NS.class
NS.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.NS extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.lang.Number[]) 
		Number[] values
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.NS) 
		com.amazonaws.services.dynamodbv2.xspec.NS that
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.lang.Number[]) 
		Number[] values
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.NS) 
		com.amazonaws.services.dynamodbv2.xspec.NS that
	public com.amazonaws.services.dynamodbv2.xspec.FunctionCondition contains (java.lang.Number) 
		Number value
	public transient com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.lang.Number[]) 
		Number[] values
	public transient com.amazonaws.services.dynamodbv2.xspec.AddAction append (java.lang.Number[]) 
		Number[] values
	public com.amazonaws.services.dynamodbv2.xspec.AddAction append (java.util.Set) 
		java.util.Set values
	public transient com.amazonaws.services.dynamodbv2.xspec.DeleteAction delete (java.lang.Number[]) 
		Number[] values
	public com.amazonaws.services.dynamodbv2.xspec.DeleteAction delete (java.util.Set) 
		java.util.Set values
	public transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.lang.Number[]) 
		Number[] defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.NS) 
		com.amazonaws.services.dynamodbv2.xspec.NS defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.NS) 
		com.amazonaws.services.dynamodbv2.xspec.NS source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.util.Set) 
		java.util.Set value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.util.Set) 
		java.util.Set value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.util.Set) 
		java.util.Set value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.util.Set) 
		java.util.Set defaultValue
}

com/amazonaws/services/dynamodbv2/xspec/N.class
N.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.N extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition le (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition le (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition lt (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition lt (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ge (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ge (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition gt (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition gt (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N that
	public com.amazonaws.services.dynamodbv2.xspec.BetweenCondition between (java.lang.Number, java.lang.Number) 
		Number low
		Number high
	public com.amazonaws.services.dynamodbv2.xspec.AddAction add (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.PlusOperation plus (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.PlusOperation plus (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N attr
	public com.amazonaws.services.dynamodbv2.xspec.MinusOperation minus (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.MinusOperation minus (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N attr
	public final com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.PlusOperation) 
		com.amazonaws.services.dynamodbv2.xspec.PlusOperation plusOperation
	public final com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.MinusOperation) 
		com.amazonaws.services.dynamodbv2.xspec.MinusOperation minusOperation
	public final transient com.amazonaws.services.dynamodbv2.xspec.InCondition in (java.lang.Number[]) 
		Number v
		Number[] values
		java.util.List list
	public final com.amazonaws.services.dynamodbv2.xspec.InCondition in (java.util.List) 
		Number v
		java.util.List values
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.lang.Number) 
		Number value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.lang.Number) 
		Number defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.N) 
		com.amazonaws.services.dynamodbv2.xspec.N defaultValue
}

com/amazonaws/services/dynamodbv2/xspec/NamedElement.class
NamedElement.java
package com.amazonaws.services.dynamodbv2.xspec
final com.amazonaws.services.dynamodbv2.xspec.NamedElement extends com.amazonaws.services.dynamodbv2.xspec.PathElement {
	private final String name
	void  (java.lang.String) 
		String name
	public java.lang.String toString () 
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		Object obj
	java.lang.String asNestedPath () 
	java.lang.String asToken (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	java.lang.String asNestedToken (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
}

com/amazonaws/services/dynamodbv2/xspec/BOOL.class
BOOL.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.BOOL extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (boolean) 
		boolean value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.BOOL) 
		com.amazonaws.services.dynamodbv2.xspec.BOOL that
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (boolean) 
		boolean value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.BOOL) 
		com.amazonaws.services.dynamodbv2.xspec.BOOL that
	public final transient com.amazonaws.services.dynamodbv2.xspec.InCondition in (boolean[]) 
		boolean v
		boolean[] values
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.InCondition in (java.util.List) 
		Boolean v
		java.util.List values
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (boolean) 
		boolean defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.BOOL) 
		com.amazonaws.services.dynamodbv2.xspec.BOOL defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.BOOL) 
		com.amazonaws.services.dynamodbv2.xspec.BOOL source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (boolean) 
		boolean value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
}

com/amazonaws/services/dynamodbv2/xspec/ParenthesizedCondition.class
ParenthesizedCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final com.amazonaws.services.dynamodbv2.xspec.Condition condition
	public static com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition getInstance (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition condition
	private void  (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition condition
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/MinusOperation.class
MinusOperation.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.MinusOperation extends com.amazonaws.services.dynamodbv2.xspec.BinaryOperation {
	void  (com.amazonaws.services.dynamodbv2.xspec.Operand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		com.amazonaws.services.dynamodbv2.xspec.Operand lhs
		com.amazonaws.services.dynamodbv2.xspec.Operand rhs
}

com/amazonaws/services/dynamodbv2/xspec/UpdateAction.class
UpdateAction.java
package com.amazonaws.services.dynamodbv2.xspec
public abstract com.amazonaws.services.dynamodbv2.xspec.UpdateAction extends com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression {
	private final String operator
	private final com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
	private final com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression value
	void  (java.lang.String, com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression) 
		String operator
		com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute
		com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression value
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	final java.lang.String getOperator () 
	final com.amazonaws.services.dynamodbv2.xspec.PathOperand getPathOperand () 
	final com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression getValue () 
}

com/amazonaws/services/dynamodbv2/xspec/PathElement.class
PathElement.java
package com.amazonaws.services.dynamodbv2.xspec
abstract com.amazonaws.services.dynamodbv2.xspec.PathElement extends java.lang.Object {
	void  () 
	abstract java.lang.String asNestedPath () 
	abstract java.lang.String asToken (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
	abstract java.lang.String asNestedToken (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
}

com/amazonaws/services/dynamodbv2/xspec/BS.class
BS.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.BS extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (byte[][]) 
		byte[][] values
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer[] values
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.BS) 
		com.amazonaws.services.dynamodbv2.xspec.BS that
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (byte[][]) 
		byte[][] values
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer[] values
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.BS) 
		com.amazonaws.services.dynamodbv2.xspec.BS that
	public com.amazonaws.services.dynamodbv2.xspec.FunctionCondition contains (byte[]) 
		byte[] value
	public com.amazonaws.services.dynamodbv2.xspec.FunctionCondition contains (java.nio.ByteBuffer) 
		java.nio.ByteBuffer value
	public final transient com.amazonaws.services.dynamodbv2.xspec.SetAction set (byte[][]) 
		byte[][] value
	public final transient com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer[] value
	public transient com.amazonaws.services.dynamodbv2.xspec.AddAction append (byte[][]) 
		byte[][] values
	public transient com.amazonaws.services.dynamodbv2.xspec.AddAction append (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer[] values
	public transient com.amazonaws.services.dynamodbv2.xspec.DeleteAction delete (byte[][]) 
		byte[][] values
	public transient com.amazonaws.services.dynamodbv2.xspec.DeleteAction delete (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer[] values
	public transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (byte[][]) 
		byte[][] defaultValue
	public transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer[] defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.BS) 
		com.amazonaws.services.dynamodbv2.xspec.BS defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.BS) 
		com.amazonaws.services.dynamodbv2.xspec.BS source
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.util.Set) 
		java.util.Set value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
}

com/amazonaws/services/dynamodbv2/xspec/BinaryOperation.class
BinaryOperation.java
package com.amazonaws.services.dynamodbv2.xspec
abstract com.amazonaws.services.dynamodbv2.xspec.BinaryOperation extends com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression {
	private final com.amazonaws.services.dynamodbv2.xspec.Operand leftOperand
	private final String operator
	private final com.amazonaws.services.dynamodbv2.xspec.Operand rightOperand
	void  (com.amazonaws.services.dynamodbv2.xspec.Operand, java.lang.String, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		com.amazonaws.services.dynamodbv2.xspec.Operand lhs
		String operator
		com.amazonaws.services.dynamodbv2.xspec.Operand rhs
	final java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	com.amazonaws.services.dynamodbv2.xspec.Operand getLhs () 
	java.lang.String getOperator () 
	com.amazonaws.services.dynamodbv2.xspec.Operand getRhs () 
}

com/amazonaws/services/dynamodbv2/xspec/PutItemExpressionSpec.class
PutItemExpressionSpec.java
package com.amazonaws.services.dynamodbv2.xspec
public com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec extends com.amazonaws.services.dynamodbv2.xspec.ExpressionSpec {
	private final String conditionExpression
	private final java.util.Map nameMap
	private final java.util.Map valueMap
	void  (com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder) 
		com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder builder
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		java.util.Map nameMap
		java.util.Map valueMap
	public java.lang.String getConditionExpression () 
	public java.util.Map getNameMap () 
	public java.util.Map getValueMap () 
}

com/amazonaws/services/dynamodbv2/xspec/ListLiteralOperand.class
ListLiteralOperand.java
package com.amazonaws.services.dynamodbv2.xspec
 com.amazonaws.services.dynamodbv2.xspec.ListLiteralOperand extends com.amazonaws.services.dynamodbv2.xspec.LiteralOperand {
	void  (java.util.List) 
		java.util.List value
}

com/amazonaws/services/dynamodbv2/xspec/ExpressionSpecBuilder.class
ExpressionSpecBuilder.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder extends java.lang.Object implements java.lang.Cloneable  {
	private final java.util.Map updates
	private com.amazonaws.services.dynamodbv2.xspec.Condition keyCondition
	private com.amazonaws.services.dynamodbv2.xspec.Condition condition
	private final java.util.Set projections
	public void  () 
	private void  (com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder) 
		com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder from
	public com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder addUpdate (com.amazonaws.services.dynamodbv2.xspec.UpdateAction) 
		com.amazonaws.services.dynamodbv2.xspec.UpdateAction updateAction
		String operator
		java.util.List list
	public com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder withCondition (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition condition
	public com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder withKeyCondition (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition keyCondition
	public com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder addProjection (java.lang.String) 
		String path
	public transient com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder addProjections (java.lang.String[]) 
		String path
		String[] paths
	public com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec buildForDeleteItem () 
	public com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec buildForGetItem () 
	public com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec buildForQuery () 
	public com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec buildForScan () 
	public com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec buildForUpdate () 
	public com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec buildForPut () 
	java.lang.String buildUpdateExpression (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		String operator
		com.amazonaws.services.dynamodbv2.xspec.UpdateAction expr
		boolean firstOfUpdateType
		java.util.Map$Entry e
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		StringBuilder sb
	java.lang.String buildProjectionExpression (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand projection
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		StringBuilder sb
	java.lang.String buildConditionExpression (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	java.lang.String buildKeyConditionExpression (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	public com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder clone () 
	static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (com.amazonaws.services.dynamodbv2.xspec.PathOperand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand pathOperand
		com.amazonaws.services.dynamodbv2.xspec.Operand operand
	public static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.lang.Number) 
		String path
		Number defaultValue
	public static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, byte[]) 
		String path
		byte[] defaultValue
	public static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.nio.ByteBuffer) 
		String path
		java.nio.ByteBuffer defaultValue
	public static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, boolean) 
		String path
		boolean defaultValue
	public static transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, byte[][]) 
		String path
		byte[][] defaultValue
	public static transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.nio.ByteBuffer[]) 
		String path
		java.nio.ByteBuffer[] defaultValue
	public static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.util.List) 
		String path
		java.util.List defaultValue
	public static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.util.Map) 
		String path
		java.util.Map defaultValue
	public static transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.lang.Number[]) 
		String path
		Number[] defaultValue
	public static com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.lang.String) 
		String path
		String defaultValue
	public static transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction if_not_exists (java.lang.String, java.lang.String[]) 
		String path
		String[] defaultValue
	public static com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction list_append (java.lang.String, java.lang.Object) 
		String path
		Object value
		java.util.LinkedList list
	public static com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction list_append (java.lang.String, java.util.List) 
		String path
		java.util.List value
	public static com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction list_append (java.util.List, java.lang.String) 
		java.util.List value
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.FunctionCondition attribute_exists (com.amazonaws.services.dynamodbv2.xspec.PathOperand) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand pathOperand
	public static com.amazonaws.services.dynamodbv2.xspec.FunctionCondition attribute_exists (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.FunctionCondition attribute_not_exists (com.amazonaws.services.dynamodbv2.xspec.PathOperand) 
		com.amazonaws.services.dynamodbv2.xspec.PathOperand pathOperand
	public static com.amazonaws.services.dynamodbv2.xspec.FunctionCondition attribute_not_exists (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.NegationCondition not (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition cond
	public static com.amazonaws.services.dynamodbv2.xspec.RemoveAction remove (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.PathOperand attribute (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.BOOL BOOL (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.NULL NULL (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.B B (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.N N (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.S S (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.BS BS (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.NS NS (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.SS SS (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.L L (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.M M (java.lang.String) 
		String path
	public static com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition parenthesize (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition condition
	public static com.amazonaws.services.dynamodbv2.xspec.ParenthesizedCondition _ (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition condition
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/xspec/ExpressionSpec.class
ExpressionSpec.java
package com.amazonaws.services.dynamodbv2.xspec
abstract com.amazonaws.services.dynamodbv2.xspec.ExpressionSpec extends java.lang.Object {
	void  () 
	public abstract java.util.Map getNameMap () 
}

com/amazonaws/services/dynamodbv2/xspec/ScanExpressionSpec.class
ScanExpressionSpec.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec extends com.amazonaws.services.dynamodbv2.xspec.ExpressionSpec {
	private final String projectionExpression
	private final String filterExpression
	private final java.util.Map nameMap
	private final java.util.Map valueMap
	void  (com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder) 
		com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder builder
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		java.util.Map nameMap
		java.util.Map valueMap
	public java.lang.String getProjectionExpression () 
	public java.lang.String getFilterExpression () 
	public java.util.Map getNameMap () 
	public java.util.Map getValueMap () 
}

com/amazonaws/services/dynamodbv2/xspec/PathOperand.class
PathOperand.java
package com.amazonaws.services.dynamodbv2.xspec
public com.amazonaws.services.dynamodbv2.xspec.PathOperand extends com.amazonaws.services.dynamodbv2.xspec.Operand {
	private final com.amazonaws.services.dynamodbv2.xspec.Path path
	private final String pathString
	void  (java.lang.String) 
		String path
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	public final com.amazonaws.services.dynamodbv2.xspec.FunctionCondition exists () 
	public final com.amazonaws.services.dynamodbv2.xspec.FunctionCondition notExists () 
	public final com.amazonaws.services.dynamodbv2.xspec.RemoveAction remove () 
	final java.lang.String getPath () 
	public final java.lang.String toString () 
	public final int hashCode () 
	public final boolean equals (java.lang.Object) 
		Object o
		com.amazonaws.services.dynamodbv2.xspec.PathOperand that
}

com/amazonaws/services/dynamodbv2/xspec/Condition.class
Condition.java
package com.amazonaws.services.dynamodbv2.xspec
public abstract com.amazonaws.services.dynamodbv2.xspec.Condition extends com.amazonaws.services.dynamodbv2.xspec.UnitOfExpression {
	public void  () 
	public final com.amazonaws.services.dynamodbv2.xspec.NegationCondition negate () 
	public com.amazonaws.services.dynamodbv2.xspec.AndCondition and (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition that
	public com.amazonaws.services.dynamodbv2.xspec.OrCondition or (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition that
	abstract boolean atomic () 
	abstract int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/ListAppendFunction.class
ListAppendFunction.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.ListAppendFunction extends com.amazonaws.services.dynamodbv2.xspec.FunctionOperand {
	private final com.amazonaws.services.dynamodbv2.xspec.Operand first
	private final com.amazonaws.services.dynamodbv2.xspec.Operand second
	void  (com.amazonaws.services.dynamodbv2.xspec.Operand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		com.amazonaws.services.dynamodbv2.xspec.Operand first
		com.amazonaws.services.dynamodbv2.xspec.Operand second
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
}

com/amazonaws/services/dynamodbv2/xspec/ComparatorCondition.class
ComparatorCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final String comparator
	private final com.amazonaws.services.dynamodbv2.xspec.Operand lhs
	private final com.amazonaws.services.dynamodbv2.xspec.Operand rhs
	void  (java.lang.String, com.amazonaws.services.dynamodbv2.xspec.Operand, com.amazonaws.services.dynamodbv2.xspec.Operand) 
		String comparator
		com.amazonaws.services.dynamodbv2.xspec.Operand lhs
		com.amazonaws.services.dynamodbv2.xspec.Operand rhs
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/QueryExpressionSpec.class
QueryExpressionSpec.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec extends com.amazonaws.services.dynamodbv2.xspec.ExpressionSpec {
	private final String projectionExpression
	private final String filterExpression
	private final java.util.Map nameMap
	private final java.util.Map valueMap
	private final String keyConditionExpression
	void  (com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder) 
		com.amazonaws.services.dynamodbv2.xspec.ExpressionSpecBuilder builder
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
		java.util.Map nameMap
		java.util.Map valueMap
	public java.lang.String getProjectionExpression () 
	public java.lang.String getFilterExpression () 
	public java.lang.String getKeyConditionExpression () 
	public java.util.Map getNameMap () 
	public java.util.Map getValueMap () 
}

com/amazonaws/services/dynamodbv2/xspec/OrCondition.class
OrCondition.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.OrCondition extends com.amazonaws.services.dynamodbv2.xspec.Condition {
	private final com.amazonaws.services.dynamodbv2.xspec.Condition lhs
	private final com.amazonaws.services.dynamodbv2.xspec.Condition rhs
	void  (com.amazonaws.services.dynamodbv2.xspec.Condition, com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition lhs
		com.amazonaws.services.dynamodbv2.xspec.Condition rhs
	java.lang.String asSubstituted (com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext) 
		com.amazonaws.services.dynamodbv2.xspec.SubstitutionContext context
	public com.amazonaws.services.dynamodbv2.xspec.AndCondition and (com.amazonaws.services.dynamodbv2.xspec.Condition) 
		com.amazonaws.services.dynamodbv2.xspec.Condition that
	boolean atomic () 
	int precedence () 
}

com/amazonaws/services/dynamodbv2/xspec/SS.class
SS.java
package com.amazonaws.services.dynamodbv2.xspec
public final com.amazonaws.services.dynamodbv2.xspec.SS extends com.amazonaws.services.dynamodbv2.xspec.PathOperand {
	void  (java.lang.String) 
		String path
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.lang.String[]) 
		String[] values
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (com.amazonaws.services.dynamodbv2.xspec.SS) 
		com.amazonaws.services.dynamodbv2.xspec.SS that
	public transient com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.lang.String[]) 
		String[] values
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (com.amazonaws.services.dynamodbv2.xspec.SS) 
		com.amazonaws.services.dynamodbv2.xspec.SS that
	public com.amazonaws.services.dynamodbv2.xspec.FunctionCondition contains (java.lang.String) 
		String value
	public final transient com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.lang.String[]) 
		String[] values
	public final com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.SS) 
		com.amazonaws.services.dynamodbv2.xspec.SS source
	public transient com.amazonaws.services.dynamodbv2.xspec.AddAction append (java.lang.String[]) 
		String[] values
	public com.amazonaws.services.dynamodbv2.xspec.AddAction append (java.util.Set) 
		java.util.Set values
	public transient com.amazonaws.services.dynamodbv2.xspec.DeleteAction delete (java.lang.String[]) 
		String[] values
	public com.amazonaws.services.dynamodbv2.xspec.DeleteAction delete (java.util.Set) 
		java.util.Set values
	public transient com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.lang.String[]) 
		String[] defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (com.amazonaws.services.dynamodbv2.xspec.SS) 
		com.amazonaws.services.dynamodbv2.xspec.SS defaultValue
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (java.util.Set) 
		java.util.Set value
	public com.amazonaws.services.dynamodbv2.xspec.SetAction set (com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction) 
		com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExistsFunction
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition eq (java.util.Set) 
		java.util.Set value
	public com.amazonaws.services.dynamodbv2.xspec.ComparatorCondition ne (java.util.Set) 
		java.util.Set value
	public com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction ifNotExists (java.util.Set) 
		java.util.Set defaultValue
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsAsyncClient$1.class
AmazonDynamoDBStreamsAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient$1 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient, com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.DescribeStreamResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.DescribeStreamResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBClientConfigurationFactory.class
AmazonDynamoDBClientConfigurationFactory.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientConfigurationFactory extends com.amazonaws.ClientConfigurationFactory {
	void  () 
	protected com.amazonaws.ClientConfiguration getDefaultConfig () 
	protected com.amazonaws.ClientConfiguration getInRegionOptimizedConfig () 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsAsyncClient$4.class
AmazonDynamoDBStreamsAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient$4 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.ListStreamsRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient, com.amazonaws.services.dynamodbv2.model.ListStreamsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.ListStreamsResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.ListStreamsResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.ListStreamsResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$12.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$12 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.ScanRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.ScanRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.ScanResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.ScanResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.ScanResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsClient.class
AmazonDynamoDBStreamsClient.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClient extends com.amazonaws.AmazonWebServiceClient implements com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams  {
	private final com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
	private static final org.apache.commons.logging.Log log
	private static final String DEFAULT_SIGNING_NAME
	protected static final com.amazonaws.ClientConfigurationFactory configFactory
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  () 
	public void  (com.amazonaws.ClientConfiguration) 
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentials) 
		com.amazonaws.auth.AWSCredentials awsCredentials
	public void  (com.amazonaws.auth.AWSCredentials, com.amazonaws.ClientConfiguration) 
		com.amazonaws.auth.AWSCredentials awsCredentials
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration, com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	void  (com.amazonaws.client.AwsSyncClientParams) 
		com.amazonaws.client.AwsSyncClientParams clientParams
	private void init () 
		com.amazonaws.handlers.HandlerChainFactory chainFactory
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamResult describeStream (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest describeStreamRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.GetRecordsResult getRecords (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest getRecordsRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult getShardIterator (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest getShardIteratorRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.ListStreamsResult listStreams (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest listStreamsRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.ResponseMetadata getCachedResponseMetadata (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
	private com.amazonaws.Response invoke (com.amazonaws.Request, com.amazonaws.http.HttpResponseHandler, com.amazonaws.http.ExecutionContext) 
		com.amazonaws.Request request
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.http.ExecutionContext executionContext
	private com.amazonaws.Response anonymousInvoke (com.amazonaws.Request, com.amazonaws.http.HttpResponseHandler, com.amazonaws.http.ExecutionContext) 
		com.amazonaws.Request request
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.http.ExecutionContext executionContext
	private com.amazonaws.Response doInvoke (com.amazonaws.Request, com.amazonaws.http.HttpResponseHandler, com.amazonaws.http.ExecutionContext) 
		com.amazonaws.Request request
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.http.HttpResponseHandler errorResponseHandler
	static void  () 
}

com/amazonaws/services/dynamodbv2/document/BatchGetItemOutcome.class
BatchGetItemOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.BatchGetItemResult result
	public void  (com.amazonaws.services.dynamodbv2.model.BatchGetItemResult) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult result
	public java.util.Map getTableItems () 
		String tableName
		java.util.List items
		java.util.Map$Entry e
		java.util.Map res
		java.util.Map map
	public java.util.Map getUnprocessedKeys () 
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult getBatchGetItemResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/KeyAttribute.class
KeyAttribute.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.KeyAttribute extends com.amazonaws.services.dynamodbv2.document.Attribute {
	public void  (java.lang.String, java.lang.Object) 
		String attrName
		Object value
}

com/amazonaws/services/dynamodbv2/document/Attribute.class
Attribute.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.Attribute extends java.lang.Object {
	private final String name
	private final Object value
	public void  (java.lang.String, java.lang.Object) 
		String attrName
		Object value
	public java.lang.String getName () 
	public java.lang.Object getValue () 
	public java.lang.String toString () 
	public int hashCode () 
		int prime
		int hashCode
	public boolean equals (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.document.Attribute that
		Object in
}

com/amazonaws/services/dynamodbv2/document/utils/ValueMap.class
ValueMap.java
package com.amazonaws.services.dynamodbv2.document.utils
public com.amazonaws.services.dynamodbv2.document.utils.ValueMap extends com.amazonaws.services.dynamodbv2.document.utils.FluentHashMap {
	private static final long serialVersionUID
	public void  () 
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withString (java.lang.String, java.lang.String) 
		String key
		String val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withNumber (java.lang.String, java.math.BigDecimal) 
		String key
		java.math.BigDecimal val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withNumber (java.lang.String, java.lang.Number) 
		String key
		Number val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withInt (java.lang.String, int) 
		String key
		int val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withLong (java.lang.String, long) 
		String key
		long val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withBinary (java.lang.String, byte[]) 
		String key
		byte[] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withStringSet (java.lang.String, java.util.Set) 
		String key
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueMap withStringSet (java.lang.String, java.lang.String[]) 
		String key
		String[] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withNumberSet (java.lang.String, java.util.Set) 
		String key
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueMap withNumberSet (java.lang.String, java.math.BigDecimal[]) 
		String key
		java.math.BigDecimal[] val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueMap withNumberSet (java.lang.String, java.lang.Number[]) 
		String key
		Number[] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withBinarySet (java.lang.String, java.util.Set) 
		String key
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueMap withBinarySet (java.lang.String, byte[][]) 
		String key
		byte[][] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withList (java.lang.String, java.util.List) 
		String key
		java.util.List val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueMap withList (java.lang.String, java.lang.Object[]) 
		String key
		Object[] vals
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withMap (java.lang.String, java.util.Map) 
		String key
		java.util.Map val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withBoolean (java.lang.String, boolean) 
		String key
		boolean val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap withNull (java.lang.String) 
		String key
	public com.amazonaws.services.dynamodbv2.document.utils.ValueMap with (java.lang.String, java.lang.Object) 
		String key
		Object val
}

com/amazonaws/services/dynamodbv2/document/utils/NameMap.class
NameMap.java
package com.amazonaws.services.dynamodbv2.document.utils
public com.amazonaws.services.dynamodbv2.document.utils.NameMap extends com.amazonaws.services.dynamodbv2.document.utils.FluentHashMap {
	private static final long serialVersionUID
	public void  () 
	public com.amazonaws.services.dynamodbv2.document.utils.NameMap with (java.lang.String, java.lang.String) 
		String key
		String value
}

com/amazonaws/services/dynamodbv2/document/utils/FluentArrayList.class
FluentArrayList.java
package com.amazonaws.services.dynamodbv2.document.utils
public com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList extends java.util.ArrayList {
	private static final long serialVersionUID
	public void  (int) 
		int initialCapacity
	public void  () 
	public transient void  (java.lang.Object[]) 
		Object[] elements
	public void  (java.util.Collection) 
		java.util.Collection c
	public com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList append (java.lang.Object) 
		Object e
	public com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList delete (java.lang.Object) 
		Object o
	public com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList appendAll (java.util.Collection) 
		java.util.Collection c
	public transient com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList appendAll (java.lang.Object[]) 
		Object e
		Object[] elements
}

com/amazonaws/services/dynamodbv2/document/utils/FluentHashSet.class
FluentHashSet.java
package com.amazonaws.services.dynamodbv2.document.utils
public com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet extends java.util.LinkedHashSet {
	private static final long serialVersionUID
	public void  () 
	public void  (java.util.Collection) 
		java.util.Collection c
	public transient void  (java.lang.Object[]) 
		Object[] elements
	public void  (int, float) 
		int initialCapacity
		float loadFactor
	public void  (int) 
		int initialCapacity
	public com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet with (java.lang.Object) 
		Object e
	public com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet withAll (java.util.Collection) 
		java.util.Collection c
	public transient com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet withAll (java.lang.Object[]) 
		Object e
		Object[] elements
	public com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet delete (java.lang.Object) 
		Object o
}

com/amazonaws/services/dynamodbv2/document/utils/FluentHashMap.class
FluentHashMap.java
package com.amazonaws.services.dynamodbv2.document.utils
public com.amazonaws.services.dynamodbv2.document.utils.FluentHashMap extends java.util.LinkedHashMap {
	private static final long serialVersionUID
	public void  () 
	public com.amazonaws.services.dynamodbv2.document.utils.FluentHashMap delete (java.lang.Object) 
		Object key
}

com/amazonaws/services/dynamodbv2/document/utils/ValueList.class
ValueList.java
package com.amazonaws.services.dynamodbv2.document.utils
public com.amazonaws.services.dynamodbv2.document.utils.ValueList extends com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList {
	private static final long serialVersionUID
	public void  (int) 
		int initialCapacity
	public transient void  (java.lang.Object[]) 
		Object[] elements
	public void  () 
	public void  (java.util.Collection) 
		java.util.Collection c
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueList appendAll (java.lang.Object[]) 
		Object[] elements
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendString (java.lang.String) 
		String val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendNumber (java.math.BigDecimal) 
		java.math.BigDecimal val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendNumber (java.lang.Number) 
		Number val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendInt (int) 
		int val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendLong (long) 
		long val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendBinary (byte[]) 
		byte[] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendStringSet (java.util.Set) 
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueList appendStringSet (java.lang.String[]) 
		String[] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendNumberSet (java.util.Set) 
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueList appendNumberSet (java.math.BigDecimal[]) 
		java.math.BigDecimal[] val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueList appendNumberSet (java.lang.Number[]) 
		Number[] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendBinarySet (java.util.Set) 
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueList appendBinarySet (byte[][]) 
		byte[][] val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendList (java.util.List) 
		java.util.List val
	public transient com.amazonaws.services.dynamodbv2.document.utils.ValueList appendList (java.lang.Object[]) 
		Object[] vals
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendMap (java.util.Map) 
		java.util.Map val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendBoolean (boolean) 
		boolean val
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList appendNull () 
	public com.amazonaws.services.dynamodbv2.document.utils.ValueList append (java.lang.Object) 
		Object val
	public volatile com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList appendAll (java.lang.Object[]) 
	public volatile com.amazonaws.services.dynamodbv2.document.utils.FluentArrayList append (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/document/Table$1.class
Table.java
package com.amazonaws.services.dynamodbv2.document
 com.amazonaws.services.dynamodbv2.document.Table$1 extends java.lang.Object {
	static final int[] $SwitchMap$com$amazonaws$services$dynamodbv2$model$TableStatus
	static void  () 
}

com/amazonaws/services/dynamodbv2/document/ScanOutcome.class
ScanOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.ScanOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.ScanResult result
	public void  (com.amazonaws.services.dynamodbv2.model.ScanResult) 
		com.amazonaws.services.dynamodbv2.model.ScanResult result
	public java.util.List getItems () 
	public com.amazonaws.services.dynamodbv2.model.ScanResult getScanResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/Expected.class
Expected.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.Expected extends java.lang.Object {
	private final String attribute
	private com.amazonaws.services.dynamodbv2.model.ComparisonOperator op
	private Object[] values
	public void  (java.lang.String) 
		String attrName
	public java.lang.String getAttribute () 
	public com.amazonaws.services.dynamodbv2.model.ComparisonOperator getComparisonOperator () 
	public java.lang.Object[] getValues () 
	private transient com.amazonaws.services.dynamodbv2.document.Expected _withValues (java.lang.Object[]) 
		Object[] values
	private com.amazonaws.services.dynamodbv2.document.Expected _withComparisonOperator (com.amazonaws.services.dynamodbv2.model.ComparisonOperator) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator op
	public com.amazonaws.services.dynamodbv2.document.Expected eq (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Expected ne (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Expected exists () 
	public com.amazonaws.services.dynamodbv2.document.Expected notExist () 
	public com.amazonaws.services.dynamodbv2.document.Expected contains (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Expected notContains (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Expected beginsWith (java.lang.String) 
		String val
	public transient com.amazonaws.services.dynamodbv2.document.Expected in (java.lang.Object[]) 
		Object[] values
	public com.amazonaws.services.dynamodbv2.document.Expected between (java.lang.Object, java.lang.Object) 
		Object low
		Object hi
	public com.amazonaws.services.dynamodbv2.document.Expected ge (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Expected gt (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Expected le (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Expected lt (java.lang.Object) 
		Object val
}

com/amazonaws/services/dynamodbv2/document/Index.class
Index.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.Index extends java.lang.Object implements com.amazonaws.services.dynamodbv2.document.api.QueryApi com.amazonaws.services.dynamodbv2.document.api.ScanApi  {
	private static final long SLEEP_TIME_MILLIS
	private final com.amazonaws.services.dynamodbv2.document.Table table
	private final String indexName
	private final com.amazonaws.services.dynamodbv2.document.api.QueryApi queryDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.ScanImpl scanDelegate
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		String indexName
		com.amazonaws.services.dynamodbv2.document.Table table
	public final com.amazonaws.services.dynamodbv2.document.Table getTable () 
	public final java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.document.QueryFilter[] queryFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String projectionExpression
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec queryExpressions
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.spec.QuerySpec) 
		com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.document.QueryFilter[] queryFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
	public com.amazonaws.services.dynamodbv2.model.TableDescription updateGSI (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.TableDescription deleteGSI () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription waitForActive ()  throws java.lang.InterruptedException 
		String status
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription d
		com.amazonaws.services.dynamodbv2.model.TableDescription desc
		java.util.List list
		com.amazonaws.services.dynamodbv2.document.Table table
		String tableName
		String indexName
	public com.amazonaws.services.dynamodbv2.model.TableDescription waitForDelete ()  throws java.lang.InterruptedException 
		String status
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription d
		com.amazonaws.services.dynamodbv2.model.TableDescription desc
		java.util.List list
		String indexName
	public com.amazonaws.services.dynamodbv2.model.TableDescription waitForActiveOrDelete ()  throws java.lang.InterruptedException 
		String status
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription d
		com.amazonaws.services.dynamodbv2.model.TableDescription desc
		java.util.List list
		com.amazonaws.services.dynamodbv2.document.Table table
		String indexName
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.ScanFilter[]) 
		com.amazonaws.services.dynamodbv2.document.ScanFilter[] scanFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.util.Map, java.util.Map) 
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec xspec
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.spec.ScanSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ScanSpec params
}

com/amazonaws/services/dynamodbv2/document/IncompatibleTypeException.class
IncompatibleTypeException.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.IncompatibleTypeException extends com.amazonaws.AmazonClientException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/document/PrimaryKey.class
PrimaryKey.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.PrimaryKey extends java.lang.Object {
	private final java.util.Map components
	public void  () 
	public transient void  (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] components
	public void  (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public void  (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public java.util.Collection getComponents () 
	public java.util.Set getComponentNameSet () 
	public boolean hasComponent (java.lang.String) 
		String attrName
	public transient com.amazonaws.services.dynamodbv2.document.PrimaryKey addComponents (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute ka
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] components
	public com.amazonaws.services.dynamodbv2.document.PrimaryKey addComponent (java.lang.String, java.lang.Object) 
		String keyAttributeName
		Object keyAttributeValue
	public java.lang.String toString () 
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey that
		Object in
}

com/amazonaws/services/dynamodbv2/document/Page.class
Page.java
package com.amazonaws.services.dynamodbv2.document
public abstract com.amazonaws.services.dynamodbv2.document.Page extends java.lang.Object implements java.lang.Iterable  {
	private final java.util.List content
	private final Object lowLevelResult
	public abstract boolean hasNextPage () 
	public abstract com.amazonaws.services.dynamodbv2.document.Page nextPage () 
	public void  (java.util.List, java.lang.Object) 
		java.util.List content
		Object lowLevelResult
	public final int size () 
	public final java.util.Iterator iterator () 
	public java.lang.String toString () 
	public final java.lang.Object getLowLevelResult () 
}

com/amazonaws/services/dynamodbv2/document/DynamoDB.class
DynamoDB.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.DynamoDB extends java.lang.Object implements com.amazonaws.services.dynamodbv2.document.api.ListTablesApi com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi com.amazonaws.services.dynamodbv2.document.api.BatchWriteItemApi  {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private final com.amazonaws.services.dynamodbv2.document.internal.ListTablesImpl listTablesDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.BatchGetItemImpl batchGetItemDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.BatchWriteItemImpl batchWriteItemDelegate
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public void  (com.amazonaws.regions.Regions) 
		com.amazonaws.regions.Regions regionEnum
	public com.amazonaws.services.dynamodbv2.document.Table getTable (java.lang.String) 
		String tableName
	public com.amazonaws.services.dynamodbv2.document.Table createTable (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest req
		com.amazonaws.services.dynamodbv2.model.CreateTableResult result
	public com.amazonaws.services.dynamodbv2.document.Table createTable (java.lang.String, java.util.List, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		String tableName
		java.util.List keySchema
		java.util.List attributeDefinitions
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables () 
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (java.lang.String) 
		String exclusiveStartTableName
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (java.lang.String, int) 
		String exclusiveStartTableName
		int maxResultSize
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (int) 
		int maxResultSize
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec spec
	public transient com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity, com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[]) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
		com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[] tableKeysAndAttributes
	public transient com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[]) 
		com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[] tableKeysAndAttributes
	public com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec spec
	public com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItemUnprocessed (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity, java.util.Map) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
		java.util.Map unprocessedKeys
	public com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItemUnprocessed (java.util.Map) 
		java.util.Map unprocessedKeys
	public transient com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItem (com.amazonaws.services.dynamodbv2.document.TableWriteItems[]) 
		com.amazonaws.services.dynamodbv2.document.TableWriteItems[] tableWriteItems
	public com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItem (com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec spec
	public com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItemUnprocessed (java.util.Map) 
		java.util.Map unprocessedItems
	public void shutdown () 
}

com/amazonaws/services/dynamodbv2/document/LowLevelResultListener$1.class
LowLevelResultListener.java
package com.amazonaws.services.dynamodbv2.document
final com.amazonaws.services.dynamodbv2.document.LowLevelResultListener$1 extends com.amazonaws.services.dynamodbv2.document.LowLevelResultListener {
	void  () 
	public void onLowLevelResult (java.lang.Object) 
		Object result
}

com/amazonaws/services/dynamodbv2/document/GetItemOutcome.class
GetItemOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.GetItemOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.GetItemResult result
	public void  (com.amazonaws.services.dynamodbv2.model.GetItemResult) 
		com.amazonaws.services.dynamodbv2.model.GetItemResult result
	public com.amazonaws.services.dynamodbv2.document.Item getItem () 
		java.util.Map attributes
		com.amazonaws.services.dynamodbv2.document.Item item
	public com.amazonaws.services.dynamodbv2.model.GetItemResult getGetItemResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/BatchWriteItemOutcome.class
BatchWriteItemOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult result
	public void  (com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult) 
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult result
	public java.util.Map getUnprocessedItems () 
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult getBatchWriteItemResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/KeyConditions.class
KeyConditions.java
package com.amazonaws.services.dynamodbv2.document
public final com.amazonaws.services.dynamodbv2.document.KeyConditions extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.document.KeyConditions EQ
	public static final com.amazonaws.services.dynamodbv2.document.KeyConditions LE
	public static final com.amazonaws.services.dynamodbv2.document.KeyConditions LT
	public static final com.amazonaws.services.dynamodbv2.document.KeyConditions GE
	public static final com.amazonaws.services.dynamodbv2.document.KeyConditions GT
	public static final com.amazonaws.services.dynamodbv2.document.KeyConditions BEGINS_WITH
	public static final com.amazonaws.services.dynamodbv2.document.KeyConditions BETWEEN
	private final com.amazonaws.services.dynamodbv2.model.ComparisonOperator comparisonOperator
	private static final com.amazonaws.services.dynamodbv2.document.KeyConditions[] $VALUES
	public static com.amazonaws.services.dynamodbv2.document.KeyConditions[] values () 
	public static com.amazonaws.services.dynamodbv2.document.KeyConditions valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, com.amazonaws.services.dynamodbv2.model.ComparisonOperator) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator comparisonOperator
	public com.amazonaws.services.dynamodbv2.model.ComparisonOperator toComparisonOperator () 
	static void  () 
}

com/amazonaws/services/dynamodbv2/document/PutItemOutcome.class
PutItemOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.PutItemOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.PutItemResult result
	public void  (com.amazonaws.services.dynamodbv2.model.PutItemResult) 
		com.amazonaws.services.dynamodbv2.model.PutItemResult result
	public com.amazonaws.services.dynamodbv2.document.Item getItem () 
		java.util.Map attributes
		com.amazonaws.services.dynamodbv2.document.Item item
	public com.amazonaws.services.dynamodbv2.model.PutItemResult getPutItemResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/Item.class
Item.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.Item extends java.lang.Object {
	private static final String DUPLICATE_VALUES_FOUND_IN_INPUT
	private final java.util.Map attributes
	private static final com.amazonaws.services.dynamodbv2.document.internal.ItemValueConformer valueConformer
	public void  () 
	public boolean isNull (java.lang.String) 
		String attrName
	public boolean isPresent (java.lang.String) 
		String attrName
	public java.lang.String getString (java.lang.String) 
		String attrName
		Object val
	public com.amazonaws.services.dynamodbv2.document.Item withString (java.lang.String, java.lang.String) 
		String attrName
		String val
	public java.math.BigDecimal getNumber (java.lang.String) 
		String attrName
		Object val
	private java.math.BigDecimal toBigDecimal (java.lang.Object) 
		Object val
	public java.math.BigInteger getBigInteger (java.lang.String) 
		String attrName
		java.math.BigDecimal bd
	public short getShort (java.lang.String) 
		String attrName
		java.math.BigDecimal bd
	public int getInt (java.lang.String) 
		String attrName
		java.math.BigDecimal bd
	public long getLong (java.lang.String) 
		String attrName
		java.math.BigDecimal bd
	public float getFloat (java.lang.String) 
		String attrName
		java.math.BigDecimal bd
	public double getDouble (java.lang.String) 
		String attrName
		java.math.BigDecimal bd
	public com.amazonaws.services.dynamodbv2.document.Item withNumber (java.lang.String, java.math.BigDecimal) 
		String attrName
		java.math.BigDecimal val
	public com.amazonaws.services.dynamodbv2.document.Item withNumber (java.lang.String, java.lang.Number) 
		String attrName
		Number val
	public com.amazonaws.services.dynamodbv2.document.Item withInt (java.lang.String, int) 
		String attrName
		int val
	public com.amazonaws.services.dynamodbv2.document.Item withBigInteger (java.lang.String, java.math.BigInteger) 
		String attrName
		java.math.BigInteger val
	public com.amazonaws.services.dynamodbv2.document.Item withShort (java.lang.String, short) 
		String attrName
		short val
	public com.amazonaws.services.dynamodbv2.document.Item withFloat (java.lang.String, float) 
		String attrName
		float val
	public com.amazonaws.services.dynamodbv2.document.Item withDouble (java.lang.String, double) 
		String attrName
		double val
	public com.amazonaws.services.dynamodbv2.document.Item withLong (java.lang.String, long) 
		String attrName
		long val
	public byte[] getBinary (java.lang.String) 
		String attrName
		Object val
	public java.nio.ByteBuffer getByteBuffer (java.lang.String) 
		String attrName
		Object val
	private byte[] toByteArray (java.lang.Object) 
		Object val
	private java.nio.ByteBuffer toByteBuffer (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.Item withBinary (java.lang.String, byte[]) 
		String attrName
		byte[] val
	public com.amazonaws.services.dynamodbv2.document.Item withBinary (java.lang.String, java.nio.ByteBuffer) 
		String attrName
		java.nio.ByteBuffer val
	public java.util.Set getStringSet (java.lang.String) 
		String s
		Object element
		java.util.Collection col
		String attrName
		Object val
		java.util.Set stringSet
	public com.amazonaws.services.dynamodbv2.document.Item withStringSet (java.lang.String, java.util.Set) 
		String attrName
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.Item withStringSet (java.lang.String, java.lang.String[]) 
		String attrName
		String[] val
		java.util.Set strSet
	public java.util.Set getNumberSet (java.lang.String) 
		java.math.BigDecimal bd
		Object element
		java.util.Collection col
		String attrName
		Object val
		java.util.Set numSet
	public com.amazonaws.services.dynamodbv2.document.Item withBigDecimalSet (java.lang.String, java.util.Set) 
		String attrName
		java.util.Set val
	public transient com.amazonaws.services.dynamodbv2.document.Item withBigDecimalSet (java.lang.String, java.math.BigDecimal[]) 
		String attrName
		java.math.BigDecimal[] vals
		java.util.Set set
	public transient com.amazonaws.services.dynamodbv2.document.Item withNumberSet (java.lang.String, java.lang.Number[]) 
		String attrName
		Number[] vals
		java.util.Set set
	public com.amazonaws.services.dynamodbv2.document.Item withNumberSet (java.lang.String, java.util.Set) 
		String attrName
		java.util.Set vals
		java.util.Set set
	public java.util.Set getBinarySet (java.lang.String) 
		byte[] ba
		Object element
		java.util.Collection col
		java.nio.ByteBuffer bb
		String attrName
		Object val
		java.util.Set binarySet
	public java.util.Set getByteBufferSet (java.lang.String) 
		java.nio.ByteBuffer ba
		Object element
		java.util.Collection col
		String attrName
		Object val
		java.util.Set binarySet
	public com.amazonaws.services.dynamodbv2.document.Item withBinarySet (java.lang.String, java.util.Set) 
		String attrName
		java.util.Set val
	public com.amazonaws.services.dynamodbv2.document.Item withByteBufferSet (java.lang.String, java.util.Set) 
		java.nio.ByteBuffer bb
		String attrName
		java.util.Set val
		java.util.Set set
	public transient com.amazonaws.services.dynamodbv2.document.Item withBinarySet (java.lang.String, byte[][]) 
		String attrName
		byte[][] vals
		java.util.Set set
	public transient com.amazonaws.services.dynamodbv2.document.Item withBinarySet (java.lang.String, java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer bb
		String attrName
		java.nio.ByteBuffer[] vals
		java.util.Set set
	public java.util.List getList (java.lang.String) 
		java.util.List ret
		Object t
		Object element
		java.util.Collection col
		String attrName
		Object val
		java.util.List list
		Object t
	public com.amazonaws.services.dynamodbv2.document.Item withList (java.lang.String, java.util.List) 
		String attrName
		java.util.List val
	public transient com.amazonaws.services.dynamodbv2.document.Item withList (java.lang.String, java.lang.Object[]) 
		String attrName
		Object[] vals
		java.util.List list_in
	public java.util.Map getMap (java.lang.String) 
		String attrName
	public java.util.Map getMapOfNumbers (java.lang.String, java.lang.Class) 
		String key
		java.math.BigDecimal val
		java.util.Map$Entry e
		java.util.Map src
		java.util.Map dst
		String attrName
		Class valueType
	public java.util.Map getRawMap (java.lang.String) 
		String attrName
	public com.amazonaws.services.dynamodbv2.document.Item withMap (java.lang.String, java.util.Map) 
		String attrName
		java.util.Map val
	public com.amazonaws.services.dynamodbv2.document.Item withJSON (java.lang.String, java.lang.String) 
		String attrName
		String json
	public java.lang.String getJSON (java.lang.String) 
		String attrName
		Object val
	public java.lang.String getJSONPretty (java.lang.String) 
		String attrName
		Object val
	public java.lang.Boolean getBOOL (java.lang.String) 
		String attrName
		Object val
	public boolean getBoolean (java.lang.String) 
		String attrName
		Boolean b
	public com.amazonaws.services.dynamodbv2.document.Item withBoolean (java.lang.String, boolean) 
		String attrName
		boolean val
	public com.amazonaws.services.dynamodbv2.document.Item withNull (java.lang.String) 
		String attrName
	public com.amazonaws.services.dynamodbv2.document.Item with (java.lang.String, java.lang.Object) 
		java.util.Map map
		java.util.Set ss
		Object o
		java.util.Set ss
		java.util.Set ns
		java.util.Set bs
		java.util.Set bs
		java.util.Set set
		Object representative
		String attrName
		Object val
	public com.amazonaws.services.dynamodbv2.document.Item withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute ka
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.Item withPrimaryKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.Item withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public transient com.amazonaws.services.dynamodbv2.document.Item withKeyComponents (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute ka
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] components
	public com.amazonaws.services.dynamodbv2.document.Item withKeyComponent (java.lang.String, java.lang.Object) 
		String keyAttrName
		Object keyAttrValue
	public java.lang.Object get (java.lang.String) 
		String attrName
	public java.lang.Class getTypeOf (java.lang.String) 
		String attrName
		Object val
	public com.amazonaws.services.dynamodbv2.document.Item removeAttribute (java.lang.String) 
		String attrName
	public java.lang.Iterable attributes () 
	public boolean hasAttribute (java.lang.String) 
		String attrName
	public java.util.Map asMap () 
	public int numberOfAttributes () 
	public static com.amazonaws.services.dynamodbv2.document.Item fromMap (java.util.Map) 
		java.util.Map$Entry e
		java.util.Map attributes
		com.amazonaws.services.dynamodbv2.document.Item item
	public static com.amazonaws.services.dynamodbv2.document.Item fromJSON (java.lang.String) 
		String json
		java.util.Map map
	public java.lang.String toJSON () 
	public transient com.amazonaws.services.dynamodbv2.document.Item base64Decode (java.lang.String[]) 
		String b64
		String b64
		java.util.Set b64s
		String attrName
		String b64
		byte[] bytes
		String b64
		java.util.Set b64s
		java.util.Set binarySet
		String attrName
		String[] binaryAttrNames
	public transient com.amazonaws.services.dynamodbv2.document.Item convertListsToSets (java.lang.String[]) 
		java.util.Set ss
		java.util.Set ss
		java.util.Set ss
		Object e
		java.util.List list
		String attrName
		java.util.Set set
		java.util.Set set
		java.util.Set set
		Object e
		java.util.Set set
		boolean converted
		java.util.List list
		String attrName
		String[] listAttrNames
	public java.lang.String toJSONPretty () 
	public java.lang.String toString () 
	public int hashCode () 
	public boolean equals (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.document.Item that
		Object in
	static void  () 
}

com/amazonaws/services/dynamodbv2/document/RangeKeyCondition.class
RangeKeyCondition.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition extends java.lang.Object {
	private final String attrName
	private com.amazonaws.services.dynamodbv2.document.KeyConditions kcond
	private Object[] values
	public void  (java.lang.String) 
		String attrName
	public java.lang.String getAttrName () 
	public com.amazonaws.services.dynamodbv2.document.KeyConditions getKeyCondition () 
	public java.lang.Object[] getValues () 
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition eq (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition beginsWith (java.lang.String) 
		String val
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition between (java.lang.Object, java.lang.Object) 
		Object low
		Object hi
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition ge (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition gt (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition le (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition lt (java.lang.Object) 
		Object val
	private transient com.amazonaws.services.dynamodbv2.document.RangeKeyCondition withValues (java.lang.Object[]) 
		Object[] values
}

com/amazonaws/services/dynamodbv2/document/QueryFilter.class
QueryFilter.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.QueryFilter extends com.amazonaws.services.dynamodbv2.document.internal.Filter {
	public void  (java.lang.String) 
		String attr
}

com/amazonaws/services/dynamodbv2/document/TableKeysAndAttributes.class
TableKeysAndAttributes.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes extends java.lang.Object {
	private final String tableName
	private java.util.List primaryKeys
	private java.util.Set attributeNames
	private boolean consistentRead
	private String projectionExpression
	private java.util.Map nameMap
	public void  (java.lang.String) 
		String tableName
	public java.util.List getPrimaryKeys () 
	public transient com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withPrimaryKeys (com.amazonaws.services.dynamodbv2.document.PrimaryKey[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey pk
		java.util.Set pkNameSet
		com.amazonaws.services.dynamodbv2.document.PrimaryKey[] primaryKeys
	public transient com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withHashOnlyKeys (java.lang.String, java.lang.Object[]) 
		int i
		String hashKeyName
		Object[] hashKeyValues
		com.amazonaws.services.dynamodbv2.document.PrimaryKey[] primaryKeys
	public transient com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withHashAndRangeKeys (java.lang.String, java.lang.String, java.lang.Object[]) 
		int i
		String hashKeyName
		String rangeKeyName
		Object[] alternatingHashAndRangeKeyValues
		int len
		com.amazonaws.services.dynamodbv2.document.PrimaryKey[] primaryKeys
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes addPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	private void checkConsistency (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		java.util.Set nameSet
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes addHashOnlyPrimaryKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public transient com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes addHashOnlyPrimaryKeys (java.lang.String, java.lang.Object[]) 
		Object hashKeyValue
		String hashKeyName
		Object[] hashKeyValues
	public transient com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes addHashAndRangePrimaryKeys (java.lang.String, java.lang.String, java.lang.Object[]) 
		Object hashKeyValue
		Object rangeKeyValue
		int i
		String hashKeyName
		String rangeKeyName
		Object[] alternatingHashRangeKeyValues
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes addHashAndRangePrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public transient com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withAttrbuteNames (java.lang.String[]) 
		String[] attributeNames
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withAttrbuteNames (java.util.List) 
		java.util.List attributeNames
	public transient com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withAttributeNames (java.lang.String[]) 
		String[] attributeNames
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withAttributeNames (java.util.List) 
		java.util.List attributeNames
	public java.util.Set getAttributeNames () 
	public java.lang.String getTableName () 
	public boolean isConsistentRead () 
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withConsistentRead (boolean) 
		boolean consistentRead
	public java.lang.String getProjectionExpression () 
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.util.Map getNameMap () 
	public com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes withNameMap (java.util.Map) 
		java.util.Map nameMap
}

com/amazonaws/services/dynamodbv2/document/ItemCollection.class
ItemCollection.java
package com.amazonaws.services.dynamodbv2.document
public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection extends com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection {
	private int accumulatedItemCount
	private int accumulatedScannedCount
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity accumulatedConsumedCapacity
	public void  () 
	protected final void accumulateStats (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity, java.lang.Integer, java.lang.Integer) 
		Double capunit
		Double delta
		java.util.Map gsi
		java.util.Map lsi
		com.amazonaws.services.dynamodbv2.model.Capacity tableCapacity
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
		Integer count
		Integer scannedCount
	private java.util.Map add (java.util.Map, java.util.Map) 
		String key
		com.amazonaws.services.dynamodbv2.model.Capacity tocap
		com.amazonaws.services.dynamodbv2.model.Capacity fromcap
		java.util.Map$Entry entryFrom
		java.util.Map from
		java.util.Map to
	private com.amazonaws.services.dynamodbv2.model.Capacity add (com.amazonaws.services.dynamodbv2.model.Capacity, com.amazonaws.services.dynamodbv2.model.Capacity) 
		com.amazonaws.services.dynamodbv2.model.Capacity from
		com.amazonaws.services.dynamodbv2.model.Capacity to
	private java.util.Map clone (java.util.Map) 
		java.util.Map$Entry e
		java.util.Map capacityMap
		java.util.Map clone
	private com.amazonaws.services.dynamodbv2.model.Capacity clone (com.amazonaws.services.dynamodbv2.model.Capacity) 
		com.amazonaws.services.dynamodbv2.model.Capacity capacity
	private double doubleOf (com.amazonaws.services.dynamodbv2.model.Capacity) 
		com.amazonaws.services.dynamodbv2.model.Capacity cap
		Double val
	public int getTotalCount () 
	public int getAccumulatedItemCount () 
	public int getTotalScannedCount () 
	public int getAccumulatedScannedCount () 
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getTotalConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getAccumulatedConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.internal.PageIterable pages () 
	public abstract java.lang.Integer getMaxResultSize () 
	public java.lang.Object getLastLowLevelResult () 
	public com.amazonaws.services.dynamodbv2.document.LowLevelResultListener registerLowLevelResultListener (com.amazonaws.services.dynamodbv2.document.LowLevelResultListener) 
		com.amazonaws.services.dynamodbv2.document.LowLevelResultListener listener
}

com/amazonaws/services/dynamodbv2/document/AttributeUpdate.class
AttributeUpdate.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.AttributeUpdate extends java.lang.Object {
	private final String attributeName
	private com.amazonaws.services.dynamodbv2.model.AttributeAction action
	private java.util.Set attributeValues
	private Object value
	public void  (java.lang.String) 
		String attributeName
	public com.amazonaws.services.dynamodbv2.document.AttributeUpdate put (java.lang.Object) 
		Object attributeValue
	public com.amazonaws.services.dynamodbv2.document.AttributeUpdate delete () 
	public transient com.amazonaws.services.dynamodbv2.document.AttributeUpdate removeElements (java.lang.Object[]) 
		Object[] elementsToBeRemoved
	public com.amazonaws.services.dynamodbv2.document.AttributeUpdate addNumeric (java.lang.Number) 
		Number value
	public transient com.amazonaws.services.dynamodbv2.document.AttributeUpdate addElements (java.lang.Object[]) 
		Object[] newElements
	public java.lang.String getAttributeName () 
	public com.amazonaws.services.dynamodbv2.model.AttributeAction getAction () 
	public java.util.Set getAttributeValues () 
	public java.lang.Object getValue () 
}

com/amazonaws/services/dynamodbv2/document/ScanFilter.class
ScanFilter.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.ScanFilter extends com.amazonaws.services.dynamodbv2.document.internal.Filter {
	public void  (java.lang.String) 
		String attr
}

com/amazonaws/services/dynamodbv2/document/TableCollection.class
TableCollection.java
package com.amazonaws.services.dynamodbv2.document
public abstract com.amazonaws.services.dynamodbv2.document.TableCollection extends com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection {
	public void  () 
	public com.amazonaws.services.dynamodbv2.document.internal.PageIterable pages () 
	public abstract java.lang.Integer getMaxResultSize () 
	public java.lang.Object getLastLowLevelResult () 
	public com.amazonaws.services.dynamodbv2.document.LowLevelResultListener registerLowLevelResultListener (com.amazonaws.services.dynamodbv2.document.LowLevelResultListener) 
		com.amazonaws.services.dynamodbv2.document.LowLevelResultListener listener
}

com/amazonaws/services/dynamodbv2/document/DeleteItemOutcome.class
DeleteItemOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.DeleteItemResult result
	public void  (com.amazonaws.services.dynamodbv2.model.DeleteItemResult) 
		com.amazonaws.services.dynamodbv2.model.DeleteItemResult result
	public com.amazonaws.services.dynamodbv2.document.Item getItem () 
		java.util.Map attributes
		com.amazonaws.services.dynamodbv2.document.Item item
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult getDeleteItemResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/spec/AbstractSpec.class
AbstractSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
 com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec extends java.lang.Object {
	private final com.amazonaws.AmazonWebServiceRequest req
	void  (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest req
	public com.amazonaws.AmazonWebServiceRequest getRequest () 
	public com.amazonaws.event.ProgressListener getProgressListener () 
	public void setProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
}

com/amazonaws/services/dynamodbv2/document/spec/DeleteItemSpec.class
DeleteItemSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey {
	private java.util.Collection expected
	private java.util.Map nameMap
	private java.util.Map valueMap
	public void  () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withPrimaryKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] components
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withPrimaryKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public java.util.Collection getExpected () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withExpected (com.amazonaws.services.dynamodbv2.document.Expected[]) 
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withExpected (java.util.Collection) 
		com.amazonaws.services.dynamodbv2.document.Expected e
		java.util.Collection expected
		java.util.Set names
	public java.lang.String getConditionExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withConditionExpression (java.lang.String) 
		String conditionExpression
	public java.util.Map getNameMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withNameMap (java.util.Map) 
		java.util.Map nameMap
	public java.util.Map getValueMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withValueMap (java.util.Map) 
		java.util.Map valueMap
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public java.lang.String getReturnItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public java.lang.String getReturnValues () 
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec withExpressionSpec (com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec xspec
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
}

com/amazonaws/services/dynamodbv2/document/spec/UpdateItemSpec.class
UpdateItemSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey {
	private java.util.List attributes
	private java.util.Collection expected
	private java.util.Map nameMap
	private java.util.Map valueMap
	public void  () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withPrimaryKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] components
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withPrimaryKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public java.util.List getAttributeUpdate () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withAttributeUpdate (java.util.List) 
		java.util.List attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withAttributeUpdate (com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec addAttributeUpdate (com.amazonaws.services.dynamodbv2.document.AttributeUpdate) 
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate attributeUpdate
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec clearAttributeUpdate () 
	public java.util.Collection getExpected () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withExpected (com.amazonaws.services.dynamodbv2.document.Expected[]) 
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withExpected (java.util.Collection) 
		com.amazonaws.services.dynamodbv2.document.Expected e
		java.util.Collection expected
		java.util.Set names
	public java.lang.String getUpdateExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withUpdateExpression (java.lang.String) 
		String updateExpression
	public java.lang.String getConditionExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withConditionExpression (java.lang.String) 
		String conditionExpression
	public java.util.Map getNameMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withNameMap (java.util.Map) 
		java.util.Map nameMap
	public java.util.Map getValueMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withValueMap (java.util.Map) 
		java.util.Map valueMap
	public java.lang.String getConditionalOperator () 
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public java.lang.String getReturnItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public java.lang.String getReturnValues () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withReturnValues (java.lang.String) 
		String returnValues
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec withExpressionSpec (com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec xspec
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
}

com/amazonaws/services/dynamodbv2/document/spec/QuerySpec.class
QuerySpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec {
	private com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
	private com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	private java.util.Collection queryFilters
	private java.util.Map nameMap
	private java.util.Map valueMap
	private java.util.Collection exclusiveStartKey
	public void  () 
	public com.amazonaws.services.dynamodbv2.document.KeyAttribute getHashKey () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withHashKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withHashKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.RangeKeyCondition getRangeKeyCondition () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withRangeKeyCondition (com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withKeyConditionExpression (java.lang.String) 
		String keyConditionExpression
	public java.lang.String getKeyConditionExpression () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withAttributesToGet (java.lang.String[]) 
		String[] attributes
	public java.util.List getAttributesToGet () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator op
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withConsistentRead (boolean) 
		boolean consistentRead
	public boolean isConsistentRead () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withQueryFilters (com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
		com.amazonaws.services.dynamodbv2.document.QueryFilter e
		java.util.Set names
		com.amazonaws.services.dynamodbv2.document.QueryFilter[] queryFilters
	public java.util.Collection getQueryFilters () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withFilterExpression (java.lang.String) 
		String filterExpression
	public java.lang.String getFilterExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.lang.String getProjectionExpression () 
	public java.util.Map getNameMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withNameMap (java.util.Map) 
		java.util.Map nameMap
	public java.util.Map getValueMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withValueMap (java.util.Map) 
		java.util.Map valueMap
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withScanIndexForward (boolean) 
		boolean scanIndexForward
	public boolean isScanIndexForward () 
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public java.lang.String getSelect () 
	public java.util.Collection getExclusiveStartKey () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withExclusiveStartKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withExclusiveStartKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withExclusiveStartKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withExclusiveStartKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withMaxResultSize (java.lang.Integer) 
		Integer maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withMaxResultSize (int) 
		int maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withMaxPageSize (java.lang.Integer) 
		Integer maxPageSize
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withMaxPageSize (int) 
		int maxPageSize
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public com.amazonaws.services.dynamodbv2.document.spec.QuerySpec withExpressionSpec (com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec xspec
	public volatile void setMaxPageSize (java.lang.Integer) 
	public volatile java.lang.Integer getMaxPageSize () 
	public volatile void setMaxResultSize (int) 
	public volatile void setMaxResultSize (java.lang.Integer) 
	public volatile java.lang.Integer getMaxResultSize () 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (int) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (java.lang.Integer) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (int) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (java.lang.Integer) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
}

com/amazonaws/services/dynamodbv2/document/spec/PutItemSpec.class
PutItemSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec {
	private com.amazonaws.services.dynamodbv2.document.Item item
	private java.util.Collection expected
	private java.util.Map nameMap
	private java.util.Map valueMap
	public void  () 
	public com.amazonaws.services.dynamodbv2.document.Item getItem () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withItem (com.amazonaws.services.dynamodbv2.document.Item) 
		com.amazonaws.services.dynamodbv2.document.Item item
	public java.util.Collection getExpected () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withExpected (com.amazonaws.services.dynamodbv2.document.Expected[]) 
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withExpected (java.util.Collection) 
		com.amazonaws.services.dynamodbv2.document.Expected e
		java.util.Collection expected
		java.util.Set names
	public java.lang.String getConditionExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withConditionExpression (java.lang.String) 
		String conditionExpression
	public java.util.Map getNameMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withNameMap (java.util.Map) 
		java.util.Map nameMap
	public java.util.Map getValueMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withValueMap (java.util.Map) 
		java.util.Map valueMap
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public java.lang.String getReturnItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public java.lang.String getReturnValues () 
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec withExpressionSpec (com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.PutItemExpressionSpec xspec
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
}

com/amazonaws/services/dynamodbv2/document/spec/BatchWriteItemSpec.class
BatchWriteItemSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec {
	private java.util.Collection tableWriteItems
	private java.util.Map unprocessedItems
	public void  () 
	public java.util.Collection getTableWriteItems () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec withTableWriteItems (com.amazonaws.services.dynamodbv2.document.TableWriteItems[]) 
		com.amazonaws.services.dynamodbv2.document.TableWriteItems e
		java.util.Set names
		com.amazonaws.services.dynamodbv2.document.TableWriteItems[] tableWriteItems
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity capacity
	public com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public java.util.Map getUnprocessedItems () 
	public com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec withUnprocessedItems (java.util.Map) 
		java.util.Map unprocessedItems
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
}

com/amazonaws/services/dynamodbv2/document/spec/ScanSpec.class
ScanSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec {
	private java.util.Collection scanFilters
	private java.util.Map nameMap
	private java.util.Map valueMap
	private java.util.Collection exclusiveStartKey
	public void  () 
	public java.util.Collection getScanFilters () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withScanFilters (com.amazonaws.services.dynamodbv2.document.ScanFilter[]) 
		com.amazonaws.services.dynamodbv2.document.ScanFilter e
		java.util.Set names
		com.amazonaws.services.dynamodbv2.document.ScanFilter[] scanFilters
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator op
	public java.util.List getAttributesToGet () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withAttributesToGet (java.lang.String[]) 
		String[] attributes
	public java.lang.String getFilterExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withFilterExpression (java.lang.String) 
		String filterExpression
	public java.lang.String getProjectionExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.util.Map getNameMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withNameMap (java.util.Map) 
		java.util.Map nameMap
	public java.util.Map getValueMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withValueMap (java.util.Map) 
		java.util.Map valueMap
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity capacity
	public java.lang.String getSelect () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public java.lang.Integer getSegment () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withSegment (java.lang.Integer) 
		Integer segment
	public java.lang.Integer getTotalSegments () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withTotalSegments (java.lang.Integer) 
		Integer totalSegments
	public java.lang.Boolean isConsistentRead () 
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.util.Collection getExclusiveStartKey () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withExclusiveStartKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withExclusiveStartKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withExclusiveStartKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withExclusiveStartKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withMaxResultSize (java.lang.Integer) 
		Integer maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withMaxResultSize (int) 
		int maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withMaxPageSize (java.lang.Integer) 
		Integer maxPageSize
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withMaxPageSize (int) 
		int maxPageSize
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public com.amazonaws.services.dynamodbv2.document.spec.ScanSpec withExpressionSpec (com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec xspec
	public volatile void setMaxPageSize (java.lang.Integer) 
	public volatile java.lang.Integer getMaxPageSize () 
	public volatile void setMaxResultSize (int) 
	public volatile void setMaxResultSize (java.lang.Integer) 
	public volatile java.lang.Integer getMaxResultSize () 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (int) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (java.lang.Integer) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (int) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (java.lang.Integer) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
}

com/amazonaws/services/dynamodbv2/document/spec/AbstractCollectionSpec.class
AbstractCollectionSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
abstract com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec {
	private Integer maxPageSize
	private Integer maxResultSize
	void  (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest req
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (java.lang.Integer) 
		Integer maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (int) 
		int maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (java.lang.Integer) 
		Integer maxPageSize
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (int) 
		int maxPageSize
	public java.lang.Integer getMaxResultSize () 
	public void setMaxResultSize (java.lang.Integer) 
		Integer maxResultSize
	public void setMaxResultSize (int) 
		int maxResultSize
	public java.lang.Integer getMaxPageSize () 
	public void setMaxPageSize (java.lang.Integer) 
		Integer value
}

com/amazonaws/services/dynamodbv2/document/spec/UpdateTableSpec.class
UpdateTableSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec {
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.List getAttributeDefinitions () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec withAttributeDefinitions (com.amazonaws.services.dynamodbv2.model.AttributeDefinition[]) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition[] attributeDefinitions
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec withAttributeDefinitions (java.util.Collection) 
		java.util.Collection attributeDefinitions
	public transient com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec withGlobalSecondaryIndexUpdates (com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate[]) 
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate[] globalSecondaryIndexUpdates
	public com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec withGlobalSecondaryIndexUpdates (java.util.Collection) 
		java.util.Collection globalSecondaryIndexUpdates
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
}

com/amazonaws/services/dynamodbv2/document/spec/BatchGetItemSpec.class
BatchGetItemSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec {
	private java.util.Collection tableKeyAndAttributes
	private java.util.Map unprocessedKeys
	public void  () 
	public java.util.Collection getTableKeysAndAttributes () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec withTableKeyAndAttributes (com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[]) 
		com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes e
		java.util.Set names
		com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[] tableKeyAndAttributes
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity capacity
	public com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public java.util.Map getUnprocessedKeys () 
	public com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec withUnprocessedKeys (java.util.Map) 
		java.util.Map unprocessedKeys
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
}

com/amazonaws/services/dynamodbv2/document/spec/GetItemSpec.class
GetItemSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey {
	private java.util.Map nameMap
	public void  () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withPrimaryKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] components
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withPrimaryKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity capacity
	public java.util.List getAttributesToGet () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withAttributesToGet (java.lang.String[]) 
		String[] attrNames
	public java.lang.Boolean isConsistentRead () 
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withConsistentRead (boolean) 
		boolean consistentRead
	public java.lang.String getProjectionExpression () 
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.util.Map getNameMap () 
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withNameMap (java.util.Map) 
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec withExpressionSpec (com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec xspec
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
}

com/amazonaws/services/dynamodbv2/document/spec/ListTablesSpec.class
ListTablesSpec.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec extends com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec {
	public void  () 
	public java.lang.String getExclusiveStartTableName () 
	public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec withExclusiveStartTableName (java.lang.String) 
		String exclusiveStartTableName
	public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec withMaxResultSize (java.lang.Integer) 
		Integer maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec withMaxResultSize (int) 
		int maxResultSize
	public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec withMaxPageSize (java.lang.Integer) 
		Integer maxPageSize
	public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec withMaxPageSize (int) 
		int maxPageSize
	public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec withProgressListener (com.amazonaws.event.ProgressListener) 
		com.amazonaws.event.ProgressListener progressListener
	public com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	public volatile void setMaxPageSize (java.lang.Integer) 
	public volatile java.lang.Integer getMaxPageSize () 
	public volatile void setMaxResultSize (int) 
	public volatile void setMaxResultSize (java.lang.Integer) 
	public volatile java.lang.Integer getMaxResultSize () 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (int) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxPageSize (java.lang.Integer) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (int) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractCollectionSpec withMaxResultSize (java.lang.Integer) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
}

com/amazonaws/services/dynamodbv2/document/spec/AbstractSpecWithPrimaryKey.class
AbstractSpecWithPrimaryKey.java
package com.amazonaws.services.dynamodbv2.document.spec
public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey extends com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec {
	private java.util.Collection keyComponents
	protected void  (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
	public final java.util.Collection getKeyComponents () 
	public transient com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] components
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey withPrimaryKey (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec withProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
	public volatile com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public volatile void setProgressListener (com.amazonaws.event.ProgressListener) 
	public volatile com.amazonaws.event.ProgressListener getProgressListener () 
	public volatile com.amazonaws.AmazonWebServiceRequest getRequest () 
}

com/amazonaws/services/dynamodbv2/document/api/PutItemApi.class
PutItemApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.PutItemApi extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item, com.amazonaws.services.dynamodbv2.document.Expected[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec) 
}

com/amazonaws/services/dynamodbv2/document/api/DeleteItemApi.class
DeleteItemApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi extends java.lang.Object {
	public transient abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
	public abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object) 
	public abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, com.amazonaws.services.dynamodbv2.document.Expected[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.Expected[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.Expected[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec) 
}

com/amazonaws/services/dynamodbv2/document/api/UpdateItemApi.class
UpdateItemApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi extends java.lang.Object {
	public transient abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec) 
}

com/amazonaws/services/dynamodbv2/document/api/GetItemApi.class
GetItemApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.GetItemApi extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object) 
	public abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
	public abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec) 
	public abstract com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object) 
	public abstract com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
	public abstract com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec) 
}

com/amazonaws/services/dynamodbv2/document/api/ScanApi.class
ScanApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.ScanApi extends java.lang.Object {
	public transient abstract com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.ScanFilter[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.spec.ScanSpec) 
}

com/amazonaws/services/dynamodbv2/document/api/BatchWriteItemApi.class
BatchWriteItemApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.BatchWriteItemApi extends java.lang.Object {
	public transient abstract com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItem (com.amazonaws.services.dynamodbv2.document.TableWriteItems[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItem (com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec) 
	public abstract com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItemUnprocessed (java.util.Map) 
}

com/amazonaws/services/dynamodbv2/document/api/QueryApi.class
QueryApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.QueryApi extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.spec.QuerySpec) 
}

com/amazonaws/services/dynamodbv2/document/api/ListTablesApi.class
ListTablesApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.ListTablesApi extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.document.TableCollection listTables () 
	public abstract com.amazonaws.services.dynamodbv2.document.TableCollection listTables (java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.document.TableCollection listTables (java.lang.String, int) 
	public abstract com.amazonaws.services.dynamodbv2.document.TableCollection listTables (int) 
	public abstract com.amazonaws.services.dynamodbv2.document.TableCollection listTables (com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec) 
}

com/amazonaws/services/dynamodbv2/document/api/BatchGetItemApi.class
BatchGetItemApi.java
package com.amazonaws.services.dynamodbv2.document.api
public abstract com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi extends java.lang.Object {
	public transient abstract com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity, com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[]) 
	public transient abstract com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[]) 
	public abstract com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec) 
	public abstract com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItemUnprocessed (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItemUnprocessed (java.util.Map) 
}

com/amazonaws/services/dynamodbv2/document/UpdateItemOutcome.class
UpdateItemOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.UpdateItemResult result
	public void  (com.amazonaws.services.dynamodbv2.model.UpdateItemResult) 
		com.amazonaws.services.dynamodbv2.model.UpdateItemResult result
	public com.amazonaws.services.dynamodbv2.document.Item getItem () 
		java.util.Map attributes
		com.amazonaws.services.dynamodbv2.document.Item item
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult getUpdateItemResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/Index$1.class
Index.java
package com.amazonaws.services.dynamodbv2.document
 com.amazonaws.services.dynamodbv2.document.Index$1 extends java.lang.Object {
	static final int[] $SwitchMap$com$amazonaws$services$dynamodbv2$model$IndexStatus
	static void  () 
}

com/amazonaws/services/dynamodbv2/document/TableWriteItems.class
TableWriteItems.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.TableWriteItems extends java.lang.Object {
	private final String tableName
	private java.util.List primaryKeysToDelete
	private java.util.Collection itemsToPut
	public void  (java.lang.String) 
		String tableName
	public java.util.List getPrimaryKeysToDelete () 
	public transient com.amazonaws.services.dynamodbv2.document.TableWriteItems withPrimaryKeysToDelete (com.amazonaws.services.dynamodbv2.document.PrimaryKey[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey pk
		java.util.Set pkNameSet
		com.amazonaws.services.dynamodbv2.document.PrimaryKey[] primaryKeysToDelete
	public transient com.amazonaws.services.dynamodbv2.document.TableWriteItems withHashOnlyKeysToDelete (java.lang.String, java.lang.Object[]) 
		int i
		String hashKeyName
		Object[] hashKeyValues
		com.amazonaws.services.dynamodbv2.document.PrimaryKey[] primaryKeys
	public transient com.amazonaws.services.dynamodbv2.document.TableWriteItems withHashAndRangeKeysToDelete (java.lang.String, java.lang.String, java.lang.Object[]) 
		int i
		String hashKeyName
		String rangeKeyName
		Object[] alternatingHashAndRangeKeyValues
		int len
		com.amazonaws.services.dynamodbv2.document.PrimaryKey[] primaryKeys
	public com.amazonaws.services.dynamodbv2.document.TableWriteItems addPrimaryKeyToDelete (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	private void checkConsistency (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		java.util.Set nameSet
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.TableWriteItems addHashOnlyPrimaryKeyToDelete (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public transient com.amazonaws.services.dynamodbv2.document.TableWriteItems addHashOnlyPrimaryKeysToDelete (java.lang.String, java.lang.Object[]) 
		Object hashKeyValue
		String hashKeyName
		Object[] hashKeyValues
	public transient com.amazonaws.services.dynamodbv2.document.TableWriteItems addHashAndRangePrimaryKeysToDelete (java.lang.String, java.lang.String, java.lang.Object[]) 
		Object hashKeyValue
		Object rangeKeyValue
		int i
		String hashKeyName
		String rangeKeyName
		Object[] alternatingHashRangeKeyValues
	public com.amazonaws.services.dynamodbv2.document.TableWriteItems addHashAndRangePrimaryKeyToDelete (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public transient com.amazonaws.services.dynamodbv2.document.TableWriteItems withItemsToPut (com.amazonaws.services.dynamodbv2.document.Item[]) 
		com.amazonaws.services.dynamodbv2.document.Item[] itemsToPut
	public com.amazonaws.services.dynamodbv2.document.TableWriteItems withItemsToPut (java.util.Collection) 
		java.util.Collection itemsToPut
	public java.util.Collection getItemsToPut () 
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.document.TableWriteItems addItemToPut (com.amazonaws.services.dynamodbv2.document.Item) 
		com.amazonaws.services.dynamodbv2.document.Item item
}

com/amazonaws/services/dynamodbv2/document/QueryOutcome.class
QueryOutcome.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.QueryOutcome extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.model.QueryResult result
	public void  (com.amazonaws.services.dynamodbv2.model.QueryResult) 
		com.amazonaws.services.dynamodbv2.model.QueryResult result
	public java.util.List getItems () 
	public com.amazonaws.services.dynamodbv2.model.QueryResult getQueryResult () 
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/document/internal/UpdateItemImpl.class
UpdateItemImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl extends java.lang.Object implements com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi  {
	private final com.amazonaws.services.dynamodbv2.document.Table table
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Table table
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		java.util.Collection expected
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String updateExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String updateExpression
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec spec
	private com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome doUpdateItem (com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec spec
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request
		java.util.Collection expected
		java.util.Map expectedMap
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		java.util.Collection expected
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		java.util.Collection expected
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String updateExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String updateExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String updateExpression
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String updateExpression
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
}

com/amazonaws/services/dynamodbv2/document/internal/IndexQueryImpl.class
IndexQueryImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.IndexQueryImpl extends com.amazonaws.services.dynamodbv2.document.internal.QueryImpl implements com.amazonaws.services.dynamodbv2.document.api.QueryApi  {
	private final com.amazonaws.services.dynamodbv2.document.Index index
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Index) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Index index
	protected com.amazonaws.services.dynamodbv2.document.ItemCollection doQuery (com.amazonaws.services.dynamodbv2.document.spec.QuerySpec) 
		com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
}

com/amazonaws/services/dynamodbv2/document/internal/PageBasedCollection.class
PageBasedCollection.java
package com.amazonaws.services.dynamodbv2.document.internal
public abstract com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection extends java.lang.Object implements java.lang.Iterable  {
	private volatile Object lastLowLevelResult
	private volatile com.amazonaws.services.dynamodbv2.document.LowLevelResultListener listener
	public void  () 
	public com.amazonaws.services.dynamodbv2.document.internal.IteratorSupport iterator () 
		com.amazonaws.services.dynamodbv2.document.internal.PageIterable pageIterable
		com.amazonaws.services.dynamodbv2.document.internal.PageIterator pageIterator
	public com.amazonaws.services.dynamodbv2.document.internal.PageIterable pages () 
	public abstract com.amazonaws.services.dynamodbv2.document.Page firstPage () 
	public abstract java.lang.Integer getMaxResultSize () 
	public java.lang.Object getLastLowLevelResult () 
	protected void setLastLowLevelResult (java.lang.Object) 
		Object lowLevelResult
	public com.amazonaws.services.dynamodbv2.document.LowLevelResultListener registerLowLevelResultListener (com.amazonaws.services.dynamodbv2.document.LowLevelResultListener) 
		com.amazonaws.services.dynamodbv2.document.LowLevelResultListener listener
		com.amazonaws.services.dynamodbv2.document.LowLevelResultListener prev
	public volatile java.util.Iterator iterator () 
}

com/amazonaws/services/dynamodbv2/document/internal/IteratorSupport.class
IteratorSupport.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.IteratorSupport extends java.lang.Object implements java.util.Iterator  {
	final com.amazonaws.services.dynamodbv2.document.internal.PageIterator resourcePageIterator
	private java.util.Iterator localResourceIterator
	private Object resource
	void  (com.amazonaws.services.dynamodbv2.document.internal.PageIterator) 
		com.amazonaws.services.dynamodbv2.document.internal.PageIterator resourcePageIterator
	public boolean hasNext () 
	public java.lang.Object next () 
		Object rval
	public void remove () 
	private java.lang.Object nextResource () 
		com.amazonaws.services.dynamodbv2.document.Page resourcePage
}

com/amazonaws/services/dynamodbv2/document/internal/IndexScanImpl.class
IndexScanImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.IndexScanImpl extends com.amazonaws.services.dynamodbv2.document.internal.ScanImpl implements com.amazonaws.services.dynamodbv2.document.api.ScanApi  {
	private final com.amazonaws.services.dynamodbv2.document.Index index
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Index) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Index index
	protected com.amazonaws.services.dynamodbv2.document.ItemCollection doScan (com.amazonaws.services.dynamodbv2.document.spec.ScanSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ScanSpec spec
}

com/amazonaws/services/dynamodbv2/document/internal/PageIterable.class
PageIterable.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.PageIterable extends java.lang.Object implements java.lang.Iterable  {
	private final com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection col
	void  (com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection) 
		com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection col
	public com.amazonaws.services.dynamodbv2.document.internal.PageIterator iterator () 
	public volatile java.util.Iterator iterator () 
}

com/amazonaws/services/dynamodbv2/document/internal/PageIterator.class
PageIterator.java
package com.amazonaws.services.dynamodbv2.document.internal
 com.amazonaws.services.dynamodbv2.document.internal.PageIterator extends java.lang.Object implements java.util.Iterator  {
	private com.amazonaws.services.dynamodbv2.document.Page page
	private final com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection col
	void  (com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection) 
		com.amazonaws.services.dynamodbv2.document.internal.PageBasedCollection col
	public boolean hasNext () 
		Integer max
	public com.amazonaws.services.dynamodbv2.document.Page next () 
	public void remove () 
	public volatile java.lang.Object next () 
}

com/amazonaws/services/dynamodbv2/document/internal/ValueTransformer.class
ValueTransformer.java
package com.amazonaws.services.dynamodbv2.document.internal
abstract com.amazonaws.services.dynamodbv2.document.internal.ValueTransformer extends java.lang.Object {
	void  () 
	abstract java.lang.Object transform (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/document/internal/QueryCollection.class
QueryCollection.java
package com.amazonaws.services.dynamodbv2.document.internal
 com.amazonaws.services.dynamodbv2.document.internal.QueryCollection extends com.amazonaws.services.dynamodbv2.document.ItemCollection {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private final com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
	private final java.util.Map startKey
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.spec.QuerySpec) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
		java.util.Map startKey
	public com.amazonaws.services.dynamodbv2.document.Page firstPage () 
		com.amazonaws.services.dynamodbv2.model.QueryRequest request
		com.amazonaws.services.dynamodbv2.model.QueryResult result
		com.amazonaws.services.dynamodbv2.document.QueryOutcome outcome
	public java.lang.Integer getMaxResultSize () 
	protected void setLastLowLevelResult (com.amazonaws.services.dynamodbv2.document.QueryOutcome) 
		com.amazonaws.services.dynamodbv2.document.QueryOutcome lowLevelResult
		com.amazonaws.services.dynamodbv2.model.QueryResult result
	protected volatile void setLastLowLevelResult (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/document/internal/QueryPage.class
QueryPage.java
package com.amazonaws.services.dynamodbv2.document.internal
 com.amazonaws.services.dynamodbv2.document.internal.QueryPage extends com.amazonaws.services.dynamodbv2.document.Page {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private final com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
	private final com.amazonaws.services.dynamodbv2.model.QueryRequest request
	private final int index
	private final java.util.Map lastEvaluatedKey
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.spec.QuerySpec, com.amazonaws.services.dynamodbv2.model.QueryRequest, int, com.amazonaws.services.dynamodbv2.document.QueryOutcome) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
		com.amazonaws.services.dynamodbv2.model.QueryRequest request
		int index
		com.amazonaws.services.dynamodbv2.document.QueryOutcome outcome
		Integer max
		com.amazonaws.services.dynamodbv2.model.QueryResult result
		java.util.List ilist
		int size
	public boolean hasNextPage () 
		Integer max
	private int nextRequestLimit (int) 
		int max
		int nextIndex
	public com.amazonaws.services.dynamodbv2.document.Page nextPage () 
		int nextLimit
		Integer max
		com.amazonaws.services.dynamodbv2.model.QueryResult result
		int nextIndex
}

com/amazonaws/services/dynamodbv2/document/internal/BatchGetItemImpl.class
BatchGetItemImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.BatchGetItemImpl extends java.lang.Object implements com.amazonaws.services.dynamodbv2.document.api.BatchGetItemApi  {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public transient com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity, com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[]) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
		com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[] tableKeysAndAttributes
	public transient com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[]) 
		com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes[] tableKeysAndAttributes
	public com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItem (com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec spec
	private com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome doBatchGetItem (com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey pk
		java.util.Set attrNames
		java.util.List pks
		java.util.List keys
		com.amazonaws.services.dynamodbv2.model.KeysAndAttributes keysAndAttrs
		com.amazonaws.services.dynamodbv2.document.TableKeysAndAttributes tableKeysAndAttributes
		com.amazonaws.services.dynamodbv2.document.spec.BatchGetItemSpec spec
		java.util.Collection tableKeysAndAttributesCol
		java.util.Map requestItems
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest req
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult result
	public com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItemUnprocessed (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity, java.util.Map) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
		java.util.Map unprocessedKeys
	public com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome batchGetItemUnprocessed (java.util.Map) 
		java.util.Map unprocessedKeys
}

com/amazonaws/services/dynamodbv2/document/internal/ScanImpl.class
ScanImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.ScanImpl extends com.amazonaws.services.dynamodbv2.document.internal.AbstractImpl implements com.amazonaws.services.dynamodbv2.document.api.ScanApi  {
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Table table
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.ScanFilter[]) 
		com.amazonaws.services.dynamodbv2.document.ScanFilter[] scanFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.util.Map, java.util.Map) 
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.spec.ScanSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ScanSpec spec
	protected com.amazonaws.services.dynamodbv2.document.ItemCollection doScan (com.amazonaws.services.dynamodbv2.document.spec.ScanSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ScanSpec spec
		String tableName
		com.amazonaws.services.dynamodbv2.model.ScanRequest req
		java.util.Collection startKey
		java.util.Collection filters
		java.util.Map attrValMap
}

com/amazonaws/services/dynamodbv2/document/internal/DeleteItemImpl.class
DeleteItemImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.DeleteItemImpl extends com.amazonaws.services.dynamodbv2.document.internal.AbstractImpl implements com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi  {
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Table table
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] primaryKeyComponents
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKeys
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKeys
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec spec
	private com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome doDeleteItem (com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec spec
		String tableName
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest req
		java.util.Collection expected
		java.util.Map expectedMap
		java.util.Map attrValMap
		com.amazonaws.services.dynamodbv2.model.DeleteItemResult result
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
}

com/amazonaws/services/dynamodbv2/document/internal/QueryImpl.class
QueryImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.QueryImpl extends com.amazonaws.services.dynamodbv2.document.internal.AbstractImpl implements com.amazonaws.services.dynamodbv2.document.api.QueryApi  {
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Table table
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKey
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.document.QueryFilter[] queryFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.spec.QuerySpec) 
		com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
	protected com.amazonaws.services.dynamodbv2.document.ItemCollection doQuery (com.amazonaws.services.dynamodbv2.document.spec.QuerySpec) 
		com.amazonaws.services.dynamodbv2.document.KeyConditions keyCond
		Object[] values
		com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
		String tableName
		com.amazonaws.services.dynamodbv2.model.QueryRequest req
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCond
		java.util.Collection filters
		java.util.Collection startKey
		java.util.Map attrValMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.document.QueryFilter[] queryFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
}

com/amazonaws/services/dynamodbv2/document/internal/ListTablesCollection.class
ListTablesCollection.java
package com.amazonaws.services.dynamodbv2.document.internal
 com.amazonaws.services.dynamodbv2.document.internal.ListTablesCollection extends com.amazonaws.services.dynamodbv2.document.TableCollection {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private final com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec spec
	private final String startKey
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec spec
	public com.amazonaws.services.dynamodbv2.document.Page firstPage () 
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
		com.amazonaws.services.dynamodbv2.model.ListTablesResult result
	public java.lang.Integer getMaxResultSize () 
}

com/amazonaws/services/dynamodbv2/document/internal/InternalUtils.class
InternalUtils.java
package com.amazonaws.services.dynamodbv2.document.internal
public final com.amazonaws.services.dynamodbv2.document.internal.InternalUtils extends java.lang.Enum {
	private static final com.amazonaws.services.dynamodbv2.document.internal.InternalUtils[] $VALUES
	public static com.amazonaws.services.dynamodbv2.document.internal.InternalUtils[] values () 
	public static com.amazonaws.services.dynamodbv2.document.internal.InternalUtils valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	public static java.util.List toItemList (java.util.List) 
		java.util.Map item
		java.util.List items
		java.util.List result
	public static java.util.Map toAttributeValues (com.amazonaws.services.dynamodbv2.document.Item) 
		java.util.Map$Entry entry
		com.amazonaws.services.dynamodbv2.document.Item item
		java.util.Map result
	public static java.util.Map fromSimpleMap (java.util.Map) 
		java.util.Map$Entry entry
		java.util.Map map
		java.util.Map result
	public static java.util.Map toAttributeValueUpdate (java.util.List) 
		com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate attributeToUpdate
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate attribute
		java.util.List attributesToUpdate
		java.util.Map result
	public static com.amazonaws.services.dynamodbv2.model.AttributeValue toAttributeValue (java.lang.Object) 
		java.math.BigDecimal bd
		java.util.Set ss
		java.math.BigDecimal bd
		Number n
		java.util.Set in
		java.util.List out
		byte[] buf
		java.util.Set in
		java.util.List out
		java.util.Set bs
		java.util.Set set
		Object element
		Object v
		java.util.List in
		java.util.List out
		java.util.Map$Entry e
		java.util.Map in
		Object value
		com.amazonaws.services.dynamodbv2.model.AttributeValue result
	public static java.util.List toSimpleList (java.util.List) 
		Object value
		com.amazonaws.services.dynamodbv2.model.AttributeValue attrValue
		java.util.List attrValues
		java.util.List result
	public static java.util.List toSimpleListValue (java.util.List) 
		Object t
		com.amazonaws.services.dynamodbv2.model.AttributeValue v
		java.util.List values
		java.util.List result
	public static java.util.Map toSimpleMapValue (java.util.Map) 
		Object t
		java.util.Map$Entry entry
		java.util.Map values
		java.util.Map result
	public static java.lang.String valToString (java.lang.Object) 
		java.math.BigDecimal bd
		Object val
	static java.lang.Object toSimpleValue (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		Object t
		Object t
		Object t
		Object t
		Object t
		String s
		java.util.Set set
		Object t
		java.nio.ByteBuffer bb
		java.util.Set set
		Object t
		Object t
		Object t
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public static java.lang.Integer minimum (java.lang.Integer, java.lang.Integer) 
		Integer one
		Integer two
	public static java.util.Map toExpectedAttributeValueMap (java.util.Collection) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue[] avs
		String attr
		Object[] values
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue eav
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator op
		com.amazonaws.services.dynamodbv2.document.Expected expected
		java.util.Collection expectedSet
		java.util.Map expectedMap
	public static java.util.Map toAttributeConditionMap (java.util.Collection) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue[] avs
		String attr
		Object[] values
		com.amazonaws.services.dynamodbv2.model.Condition condition
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator op
		com.amazonaws.services.dynamodbv2.document.internal.Filter filter
		java.util.Collection filters
		java.util.Map conditionMap
	public static com.amazonaws.services.dynamodbv2.model.AttributeValue[] toAttributeValues (java.lang.Object[]) 
		int i
		Object[] values
		com.amazonaws.services.dynamodbv2.model.AttributeValue[] attrValues
	public static java.util.Map toAttributeValueMap (java.util.Collection) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute keyAttr
		java.util.Collection primaryKey
		java.util.Map keys
	public static java.util.Map toAttributeValueMap (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public static transient java.util.Map toAttributeValueMap (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] primaryKey
	public static java.math.BigDecimal toBigDecimal (java.lang.Number) 
		Number n
	public static transient java.util.Set toBigDecimalSet (java.lang.Number[]) 
		Number n
		Number[] val
		java.util.Set set
	public static java.util.Set toBigDecimalSet (java.util.Set) 
		Number n
		java.util.Set vals
		java.util.Set set
	public static com.amazonaws.AmazonWebServiceRequest applyUserAgent (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
		String USER_AGENT
	public static void rejectNullValue (java.lang.Object) 
		Object val
	public static void rejectNullInput (java.lang.Object) 
		Object input
	public static void rejectEmptyInput (java.lang.Object[]) 
		Object[] input
	public static void rejectNullOrEmptyInput (java.lang.Object[]) 
		Object[] input
	public static void checkInvalidAttrName (java.lang.String) 
		String attrName
	public static void checkInvalidAttribute (java.lang.String, java.lang.Object) 
		String attrName
		Object val
	static void  () 
}

com/amazonaws/services/dynamodbv2/document/internal/BatchWriteItemImpl.class
BatchWriteItemImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.BatchWriteItemImpl extends java.lang.Object implements com.amazonaws.services.dynamodbv2.document.api.BatchWriteItemApi  {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public transient com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItem (com.amazonaws.services.dynamodbv2.document.TableWriteItems[]) 
		com.amazonaws.services.dynamodbv2.document.TableWriteItems[] tableWriteItems
	public com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItem (com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec spec
	public com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome batchWriteItemUnprocessed (java.util.Map) 
		java.util.Map unprocessedItems
	private com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome doBatchWriteItem (com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec) 
		com.amazonaws.services.dynamodbv2.document.Item item
		com.amazonaws.services.dynamodbv2.document.PrimaryKey pkToDelete
		java.util.Collection itemsToPut
		java.util.List pksToDelete
		int numPut
		int numDel
		java.util.List writeRequests
		com.amazonaws.services.dynamodbv2.document.TableWriteItems tableWriteItems
		com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec spec
		java.util.Collection tableWriteItemsCol
		java.util.Map requestItems
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest req
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult result
}

com/amazonaws/services/dynamodbv2/document/internal/AbstractImpl.class
AbstractImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
abstract com.amazonaws.services.dynamodbv2.document.internal.AbstractImpl extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.document.Table table
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	protected void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Table table
	public final com.amazonaws.services.dynamodbv2.document.Table getTable () 
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDB getClient () 
}

com/amazonaws/services/dynamodbv2/document/internal/ListTablesImpl.class
ListTablesImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.ListTablesImpl extends java.lang.Object implements com.amazonaws.services.dynamodbv2.document.api.ListTablesApi  {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec spec
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables () 
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (java.lang.String) 
		String exclusiveStartTableName
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (java.lang.String, int) 
		String exclusiveStartTableName
		int maxResultSize
	public com.amazonaws.services.dynamodbv2.document.TableCollection listTables (int) 
		int maxResultSize
	private com.amazonaws.services.dynamodbv2.document.TableCollection doList (com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec spec
}

com/amazonaws/services/dynamodbv2/document/internal/ItemValueConformer.class
ItemValueConformer.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.ItemValueConformer extends com.amazonaws.services.dynamodbv2.document.internal.ValueTransformer {
	public void  () 
	public java.lang.Object transform (java.lang.Object) 
		Number n
		java.util.Set in
		java.util.Set out
		java.nio.ByteBuffer bb
		java.util.Set bs
		java.util.Set out
		java.util.Set set
		Object element
		Object v
		java.util.List in
		java.util.List out
		java.util.Map$Entry e
		java.util.Map in
		java.util.Map out
		Object value
}

com/amazonaws/services/dynamodbv2/document/internal/PutItemImpl.class
PutItemImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.PutItemImpl extends com.amazonaws.services.dynamodbv2.document.internal.AbstractImpl implements com.amazonaws.services.dynamodbv2.document.api.PutItemApi  {
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Table table
	public com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item) 
		com.amazonaws.services.dynamodbv2.document.Item item
	public transient com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		com.amazonaws.services.dynamodbv2.document.Item item
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.Item item
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec spec
	private com.amazonaws.services.dynamodbv2.document.PutItemOutcome doPutItem (com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec spec
		String tableName
		com.amazonaws.services.dynamodbv2.model.PutItemRequest req
		com.amazonaws.services.dynamodbv2.document.Item item
		java.util.Map attributes
		java.util.Map expectedMap
		java.util.Map attrValMap
		com.amazonaws.services.dynamodbv2.model.PutItemResult result
}

com/amazonaws/services/dynamodbv2/document/internal/ScanPage.class
ScanPage.java
package com.amazonaws.services.dynamodbv2.document.internal
 com.amazonaws.services.dynamodbv2.document.internal.ScanPage extends com.amazonaws.services.dynamodbv2.document.Page {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private final com.amazonaws.services.dynamodbv2.document.spec.ScanSpec spec
	private final com.amazonaws.services.dynamodbv2.model.ScanRequest request
	private final int index
	private final java.util.Map lastEvaluatedKey
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.spec.ScanSpec, com.amazonaws.services.dynamodbv2.model.ScanRequest, int, com.amazonaws.services.dynamodbv2.document.ScanOutcome) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.spec.ScanSpec spec
		com.amazonaws.services.dynamodbv2.model.ScanRequest request
		int index
		com.amazonaws.services.dynamodbv2.document.ScanOutcome outcome
		Integer max
		com.amazonaws.services.dynamodbv2.model.ScanResult result
		java.util.List ilist
		int size
	public boolean hasNextPage () 
		Integer max
	private int nextRequestLimit (int) 
		int max
		int nextIndex
	public com.amazonaws.services.dynamodbv2.document.Page nextPage () 
		int nextLimit
		Integer max
		com.amazonaws.services.dynamodbv2.model.ScanResult result
		int nextIndex
}

com/amazonaws/services/dynamodbv2/document/internal/ScanCollection.class
ScanCollection.java
package com.amazonaws.services.dynamodbv2.document.internal
 com.amazonaws.services.dynamodbv2.document.internal.ScanCollection extends com.amazonaws.services.dynamodbv2.document.ItemCollection {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private final com.amazonaws.services.dynamodbv2.document.spec.ScanSpec spec
	private final java.util.Map startKey
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.spec.ScanSpec) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.spec.ScanSpec spec
		java.util.Map startKey
	public com.amazonaws.services.dynamodbv2.document.Page firstPage () 
		com.amazonaws.services.dynamodbv2.model.ScanRequest request
		com.amazonaws.services.dynamodbv2.model.ScanResult result
		com.amazonaws.services.dynamodbv2.document.ScanOutcome outcome
	public java.lang.Integer getMaxResultSize () 
	protected void setLastLowLevelResult (com.amazonaws.services.dynamodbv2.document.ScanOutcome) 
		com.amazonaws.services.dynamodbv2.document.ScanOutcome lowLevelResult
		com.amazonaws.services.dynamodbv2.model.ScanResult result
	protected volatile void setLastLowLevelResult (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/document/internal/ListTablesPage.class
ListTablesPage.java
package com.amazonaws.services.dynamodbv2.document.internal
 com.amazonaws.services.dynamodbv2.document.internal.ListTablesPage extends com.amazonaws.services.dynamodbv2.document.Page {
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private final com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec spec
	private final com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
	private final int index
	private final String lastEvaluatedKey
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec, com.amazonaws.services.dynamodbv2.model.ListTablesRequest, int, com.amazonaws.services.dynamodbv2.model.ListTablesResult) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.spec.ListTablesSpec spec
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
		int index
		com.amazonaws.services.dynamodbv2.model.ListTablesResult result
		Integer max
	public boolean hasNextPage () 
		Integer max
	private int nextRequestLimit (int) 
		int max
		int nextIndex
	public com.amazonaws.services.dynamodbv2.document.Page nextPage () 
		int nextLimit
		Integer max
		com.amazonaws.services.dynamodbv2.model.ListTablesResult result
		int nextIndex
	private static java.util.List toTableList (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.util.List) 
		String tableName
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		java.util.List tableNames
		java.util.List result
}

com/amazonaws/services/dynamodbv2/document/internal/GetItemImpl.class
GetItemImpl.java
package com.amazonaws.services.dynamodbv2.document.internal
public com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl extends com.amazonaws.services.dynamodbv2.document.internal.AbstractImpl implements com.amazonaws.services.dynamodbv2.document.api.GetItemApi  {
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.document.Table) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		com.amazonaws.services.dynamodbv2.document.Table table
	public transient com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] primaryKeyComponents
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec spec
	public com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec spec
	private com.amazonaws.services.dynamodbv2.document.GetItemOutcome doLoadItem (com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec spec
		String tableName
		com.amazonaws.services.dynamodbv2.model.GetItemRequest req
		com.amazonaws.services.dynamodbv2.model.GetItemResult result
	public transient com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] primaryKey
	public com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String projectionExpression
		java.util.Map nameMap
}

com/amazonaws/services/dynamodbv2/document/internal/Filter.class
Filter.java
package com.amazonaws.services.dynamodbv2.document.internal
public abstract com.amazonaws.services.dynamodbv2.document.internal.Filter extends java.lang.Object {
	private final String attribute
	private com.amazonaws.services.dynamodbv2.model.ComparisonOperator op
	private Object[] values
	protected void  (java.lang.String) 
		String attrName
	public java.lang.String getAttribute () 
	public com.amazonaws.services.dynamodbv2.model.ComparisonOperator getComparisonOperator () 
	public java.lang.Object[] getValues () 
	protected transient com.amazonaws.services.dynamodbv2.document.internal.Filter _withValues (java.lang.Object[]) 
		Object[] values
	private com.amazonaws.services.dynamodbv2.document.internal.Filter _withComparisonOperator (com.amazonaws.services.dynamodbv2.model.ComparisonOperator) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator op
	public com.amazonaws.services.dynamodbv2.document.internal.Filter eq (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.internal.Filter ne (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.internal.Filter exists () 
	public com.amazonaws.services.dynamodbv2.document.internal.Filter notExist () 
	public com.amazonaws.services.dynamodbv2.document.internal.Filter contains (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.internal.Filter notContains (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.internal.Filter beginsWith (java.lang.String) 
		String val
	public transient com.amazonaws.services.dynamodbv2.document.internal.Filter in (java.lang.Object[]) 
		Object[] values
	public com.amazonaws.services.dynamodbv2.document.internal.Filter between (java.lang.Object, java.lang.Object) 
		Object low
		Object hi
	public com.amazonaws.services.dynamodbv2.document.internal.Filter ge (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.internal.Filter gt (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.internal.Filter le (java.lang.Object) 
		Object val
	public com.amazonaws.services.dynamodbv2.document.internal.Filter lt (java.lang.Object) 
		Object val
}

com/amazonaws/services/dynamodbv2/document/LowLevelResultListener.class
LowLevelResultListener.java
package com.amazonaws.services.dynamodbv2.document
public abstract com.amazonaws.services.dynamodbv2.document.LowLevelResultListener extends java.lang.Object {
	public static final com.amazonaws.services.dynamodbv2.document.LowLevelResultListener NONE
	public void  () 
	public static com.amazonaws.services.dynamodbv2.document.LowLevelResultListener none () 
	public abstract void onLowLevelResult (java.lang.Object) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/document/Table.class
Table.java
package com.amazonaws.services.dynamodbv2.document
public com.amazonaws.services.dynamodbv2.document.Table extends java.lang.Object implements com.amazonaws.services.dynamodbv2.document.api.PutItemApi com.amazonaws.services.dynamodbv2.document.api.GetItemApi com.amazonaws.services.dynamodbv2.document.api.QueryApi com.amazonaws.services.dynamodbv2.document.api.ScanApi com.amazonaws.services.dynamodbv2.document.api.UpdateItemApi com.amazonaws.services.dynamodbv2.document.api.DeleteItemApi  {
	private static final long SLEEP_TIME_MILLIS
	private final String tableName
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
	private volatile com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	private final com.amazonaws.services.dynamodbv2.document.internal.PutItemImpl putItemDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.GetItemImpl getItemDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.UpdateItemImpl updateItemDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.DeleteItemImpl deleteItemDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.QueryImpl queryDelegate
	private final com.amazonaws.services.dynamodbv2.document.internal.ScanImpl scanDelegate
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		String tableName
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String, com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB client
		String tableName
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription getDescription () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription describe () 
		com.amazonaws.services.dynamodbv2.model.DescribeTableResult result
	public com.amazonaws.services.dynamodbv2.document.Index getIndex (java.lang.String) 
		String indexName
	public com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item) 
		com.amazonaws.services.dynamodbv2.document.Item item
	public transient com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		com.amazonaws.services.dynamodbv2.document.Item item
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.Item, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.Item item
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.PutItemOutcome putItem (com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.PutItemSpec spec
	public transient com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] primaryKeyComponents
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec params
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		java.util.Collection expected
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String updateExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String updateExpression
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.UpdateItemSpec updateItemSpec
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.document.QueryFilter[] queryFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.KeyAttribute, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute hashKey
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (com.amazonaws.services.dynamodbv2.document.spec.QuerySpec) 
		com.amazonaws.services.dynamodbv2.document.spec.QuerySpec spec
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.ScanFilter[]) 
		com.amazonaws.services.dynamodbv2.document.ScanFilter[] scanFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.util.Map, java.util.Map) 
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.document.spec.ScanSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.ScanSpec params
	public com.amazonaws.services.dynamodbv2.document.ItemCollection scan (com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec) 
		com.amazonaws.services.dynamodbv2.xspec.ScanExpressionSpec scanExpressions
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] primaryKeyComponents
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec conditionExpressions
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec spec
	public com.amazonaws.services.dynamodbv2.model.TableDescription updateTable (com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec spec
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest req
		com.amazonaws.services.dynamodbv2.model.UpdateTableResult result
	public com.amazonaws.services.dynamodbv2.document.Index createGSI (com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction, com.amazonaws.services.dynamodbv2.model.AttributeDefinition) 
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction create
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition hashKeyDefinition
	public com.amazonaws.services.dynamodbv2.document.Index createGSI (com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction, com.amazonaws.services.dynamodbv2.model.AttributeDefinition, com.amazonaws.services.dynamodbv2.model.AttributeDefinition) 
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction create
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition hashKeyDefinition
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition rangeKeyDefinition
	private transient com.amazonaws.services.dynamodbv2.document.Index doCreateGSI (com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction, com.amazonaws.services.dynamodbv2.model.AttributeDefinition[]) 
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction create
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition[] keyDefinitions
		com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec spec
	public com.amazonaws.services.dynamodbv2.model.TableDescription updateTable (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.TableDescription waitForActive ()  throws java.lang.InterruptedException 
		com.amazonaws.services.dynamodbv2.model.TableDescription desc
		String status
	public void waitForDelete ()  throws java.lang.InterruptedException 
		com.amazonaws.services.dynamodbv2.model.TableDescription desc
		String status
	public com.amazonaws.services.dynamodbv2.model.TableDescription waitForActiveOrDelete ()  throws java.lang.InterruptedException 
		com.amazonaws.services.dynamodbv2.model.TableDescription desc
		String status
	public com.amazonaws.services.dynamodbv2.model.TableDescription waitForAllActiveOrDelete ()  throws java.lang.InterruptedException 
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription d
		java.util.List descriptions
		com.amazonaws.services.dynamodbv2.model.TableDescription desc
		String status
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult delete () 
	public transient com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.KeyAttribute[]) 
		com.amazonaws.services.dynamodbv2.document.KeyAttribute[] primaryKeyComponents
	public com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
	public com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.PrimaryKey, java.lang.String, java.util.Map) 
		com.amazonaws.services.dynamodbv2.document.PrimaryKey primaryKey
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.Item getItem (com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec) 
		com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec spec
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
	public transient com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.document.QueryFilter[]) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.document.QueryFilter[] queryFilters
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		String filterExpression
		String projectionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.ItemCollection query (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.RangeKeyCondition, com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.RangeKeyCondition rangeKeyCondition
		com.amazonaws.services.dynamodbv2.xspec.QueryExpressionSpec queryExpressions
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		java.util.Collection expected
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public transient com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.util.Collection, com.amazonaws.services.dynamodbv2.document.AttributeUpdate[]) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		java.util.Collection expected
		com.amazonaws.services.dynamodbv2.document.AttributeUpdate[] attributeUpdates
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String updateExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String updateExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String updateExpression
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec updateExpressions
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String updateExpression
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome updateItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.xspec.UpdateItemExpressionSpec updateExpressions
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.GetItemOutcome getItemOutcome (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec projectionExpressions
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String projectionExpression
		java.util.Map nameMap
	public com.amazonaws.services.dynamodbv2.document.Item getItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec projectionExpressions
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		String hashKeyName
		Object hashKeyValue
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public transient com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.document.Expected[]) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.document.Expected[] expected
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.String, java.util.Map, java.util.Map) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		String conditionExpression
		java.util.Map nameMap
		java.util.Map valueMap
	public com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome deleteItem (java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec) 
		String hashKeyName
		Object hashKeyValue
		String rangeKeyName
		Object rangeKeyValue
		com.amazonaws.services.dynamodbv2.xspec.DeleteItemExpressionSpec conditionExpressions
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsAsyncClientBuilder.class
AmazonDynamoDBStreamsAsyncClientBuilder.java
package com.amazonaws.services.dynamodbv2
public final com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClientBuilder extends com.amazonaws.client.builder.AwsAsyncClientBuilder {
	private static final com.amazonaws.ClientConfigurationFactory CLIENT_CONFIG_FACTORY
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClientBuilder standard () 
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync defaultClient () 
	private void  () 
	protected com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync build (com.amazonaws.client.AwsAsyncClientParams) 
		com.amazonaws.client.AwsAsyncClientParams params
	protected volatile java.lang.Object build (com.amazonaws.client.AwsAsyncClientParams) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$1.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequences.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences BIG_INTEGER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences BYTE
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences INTEGER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences LONG
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences SHORT
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence sequence
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar scalar
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar scalar
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence sequence
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence of (java.lang.Class) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences s
		Class targetType
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar target
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence access$000 (java.lang.Class) 
		Class x0
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$Builder.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder extends java.lang.Object {
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads consistentReads
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride tableNameOverride
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver tableNameResolver
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver objectTableNameResolver
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
	private com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema conversionSchema
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy batchWriteRetryStrategy
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy batchLoadRetryStrategy
	public void  () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior getSaveBehavior () 
	public void setSaveBehavior (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withSaveBehavior (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads getConsistentReads () 
	public void setConsistentReads (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withConsistentReads (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride getTableNameOverride () 
	public void setTableNameOverride (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withTableNameOverride (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver getTableNameResolver () 
	public void setTableNameResolver (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withTableNameResolver (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver getObjectTableNameResolver () 
	public void setObjectTableNameResolver (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withObjectTableNameResolver (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy getPaginationLoadingStrategy () 
	public void setPaginationLoadingStrategy (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withPaginationLoadingStrategy (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy value
	public com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public void setRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withRequestMetricCollector (com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.metrics.RequestMetricCollector value
	public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema getConversionSchema () 
	public void setConversionSchema (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withConversionSchema (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy getBatchWriteRetryStrategy () 
	public void setBatchWriteRetryStrategy (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withBatchWriteRetryStrategy (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy getBatchLoadRetryStrategy () 
	public void setBatchLoadRetryStrategy (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$Builder withBatchLoadRetryStrategy (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig build () 
}

com/amazonaws/services/dynamodbv2/datamodeling/PaginatedParallelScanList.class
PaginatedParallelScanList.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList extends com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList {
	private final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask parallelScanTask
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
		Class clazz
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask parallelScanTask
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	protected boolean atEndOfResults () 
	protected java.util.List fetchNextPage () 
	private java.util.List marshalParallelScanResultsIntoObjects (java.util.List) 
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
		java.util.List scanResults
		java.util.List allItems
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBQueryExpression.class
DynamoDBQueryExpression.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression extends java.lang.Object {
	private boolean consistentRead
	private boolean scanIndexForward
	private Object hashKeyValues
	private java.util.Map rangeKeyConditions
	private java.util.Map exclusiveStartKey
	private Integer limit
	private String indexName
	private java.util.Map queryFilter
	private String conditionalOperator
	private String filterExpression
	private String keyConditionExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	private String select
	private String projectionExpression
	private String returnConsumedCapacity
	public void  () 
	public boolean isConsistentRead () 
	public void setConsistentRead (boolean) 
		boolean consistentRead
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withConsistentRead (boolean) 
		boolean consistentRead
	public boolean isScanIndexForward () 
	public void setScanIndexForward (boolean) 
		boolean scanIndexForward
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withScanIndexForward (boolean) 
		boolean scanIndexForward
	public java.util.Map getExclusiveStartKey () 
	public void setExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public java.lang.Integer getLimit () 
	public void setLimit (java.lang.Integer) 
		Integer limit
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Object getHashKeyValues () 
	public void setHashKeyValues (java.lang.Object) 
		Object hashKeyValues
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withHashKeyValues (java.lang.Object) 
		Object hashKObject
	public java.util.Map getRangeKeyConditions () 
	public void setRangeKeyConditions (java.util.Map) 
		java.util.Map rangeKeyConditions
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withRangeKeyConditions (java.util.Map) 
		java.util.Map rangeKeyConditions
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withRangeKeyCondition (java.lang.String, com.amazonaws.services.dynamodbv2.model.Condition) 
		String rangeKeyAttributeName
		com.amazonaws.services.dynamodbv2.model.Condition rangeKeyCondition
	public java.lang.String getIndexName () 
	public void setIndexName (java.lang.String) 
		String indexName
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withIndexName (java.lang.String) 
		String indexName
	public java.util.Map getQueryFilter () 
	public void setQueryFilter (java.util.Map) 
		java.util.Map queryFilter
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withQueryFilter (java.util.Map) 
		java.util.Map queryFilter
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withQueryFilterEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.Condition) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.Condition condition
	public java.lang.String getConditionalOperator () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public java.lang.String getFilterExpression () 
	public void setFilterExpression (java.lang.String) 
		String filterExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withFilterExpression (java.lang.String) 
		String filterExpression
	public java.lang.String getKeyConditionExpression () 
	public void setKeyConditionExpression (java.lang.String) 
		String keyConditionExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withKeyConditionExpression (java.lang.String) 
		String keyConditionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression clearExpressionAttributeValuesEntries () 
	public java.lang.String getSelect () 
	public void setSelect (java.lang.String) 
		String select
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withSelect (java.lang.String) 
		String select
	public void setSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public java.lang.String getProjectionExpression () 
	public void setProjectionExpression (java.lang.String) 
		String projectionExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.lang.String getReturnConsumedCapacity () 
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel$DynamoDBAttributeType.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType B
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType N
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType S
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType BS
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType NS
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType SS
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType BOOL
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType NULL
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType L
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType M
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardBeanProperties$Builder.class
StandardBeanProperties.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Builder extends java.lang.Object {
	private final java.util.Map map
	private final Class targetType
	private final boolean inherited
	void  (java.lang.Class, boolean) 
		Class targetType
		boolean inherited
	public java.util.Map build () 
		java.lang.reflect.Method m
	private void flatten (com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect, java.lang.String) 
		java.lang.reflect.Method m
		java.util.Map attributes
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect reflect
		String name
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap annotations
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect reflect
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter converter
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType dynamoDBAttributeType
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties properties
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller argumentMarshaller
	public void  (java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller) 
		String dynamoDBAttributeName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType dynamoDBAttributeType
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller argumentMarshaller
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder builder
	public java.lang.String getDynamoDBAttributeName () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType getDynamoDBAttributeType () 
	com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getArgumentMarshaller () 
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id () 
	public final java.lang.String name () 
	public final java.lang.Object get (java.lang.Object) 
		RuntimeException e
		Object object
	public final void set (java.lang.Object, java.lang.Object) 
		RuntimeException e
		Object object
		Object value
	public final boolean canGenerate (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
	public final boolean versioned () 
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy getGenerateStrategy () 
	public final java.lang.Object generate (java.lang.Object) 
		RuntimeException e
		Object currentValue
	public final com.amazonaws.services.dynamodbv2.model.AttributeValue convert (java.lang.Object) 
		RuntimeException e
		Object object
	public final java.lang.Object unconvert (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		RuntimeException e
		com.amazonaws.services.dynamodbv2.model.AttributeValue object
	public final com.amazonaws.services.dynamodbv2.model.KeyType keyType () 
	public final java.util.List globalSecondaryIndexNames (com.amazonaws.services.dynamodbv2.model.KeyType) 
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public final java.util.List localSecondaryIndexNames () 
	public final transient boolean anyKey (com.amazonaws.services.dynamodbv2.model.KeyType[]) 
		com.amazonaws.services.dynamodbv2.model.KeyType k
		com.amazonaws.services.dynamodbv2.model.KeyType[] keyTypes
	public final com.amazonaws.services.dynamodbv2.model.AttributeDefinition definition () 
		RuntimeException e
	public final com.amazonaws.services.dynamodbv2.model.AttributeValue generateAndConvert (java.lang.Object) 
		Object object
	public final com.amazonaws.services.dynamodbv2.model.AttributeValue getAndConvert (java.lang.Object) 
		Object object
	public final void unconvertAndSet (java.lang.Object, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		Object object
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public final java.util.Collection convertAll (java.util.Collection) 
		Object value
		java.util.Collection values
		java.util.Collection converted
	public final java.util.Collection unconvertAll (java.util.Collection) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Collection values
		java.util.Collection unconverted
	public final com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue expectedExists (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue expectedNotExists () 
	public final com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue expectedIfExists (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition beginsWith (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition between (java.lang.Object, java.lang.Object) 
		Object lo
		Object hi
	public final com.amazonaws.services.dynamodbv2.model.Condition contains (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition eq (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition ge (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition gt (java.lang.Object) 
		Object value
	public final transient com.amazonaws.services.dynamodbv2.model.Condition in (java.lang.Object[]) 
		Object[] values
	public final com.amazonaws.services.dynamodbv2.model.Condition in (java.util.Collection) 
		java.util.Collection values
	public final com.amazonaws.services.dynamodbv2.model.Condition isNull () 
	public final com.amazonaws.services.dynamodbv2.model.Condition le (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition lt (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition ne (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition notContains (java.lang.Object) 
		Object value
	public final com.amazonaws.services.dynamodbv2.model.Condition notNull () 
	public final com.amazonaws.services.dynamodbv2.model.Condition betweenAny (java.lang.Object, java.lang.Object) 
		Object lo
		Object hi
	public volatile java.lang.Object unconvert (java.lang.Object) 
	public volatile java.lang.Object convert (java.lang.Object) 
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder x0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel$Id.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id extends java.lang.Object {
	private final Class type
	private final String name
	public void  (java.lang.Class, java.lang.String) 
		Class type
		String name
	public java.lang.String name () 
	public final boolean equals (java.lang.Object) 
		Object o
	public final int hashCode () 
	public final java.lang.String toString () 
	public final transient java.lang.String format (java.lang.String, java.lang.Object[]) 
		String message
		Object[] args
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardModelFactories$Converter.class
StandardModelFactories.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$Converter extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean bean
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean, com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean bean
		com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
	public com.amazonaws.services.dynamodbv2.model.AttributeValue convert (java.lang.Object) 
		Object object
	public java.lang.Object unconvert (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue object
	public volatile java.lang.Object unconvert (java.lang.Object) 
	public volatile java.lang.Object convert (java.lang.Object) 
	void  (com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean, com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter, com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean x0
		com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter x1
		com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$1 x2
}

com/amazonaws/services/dynamodbv2/datamodeling/PaginatedList$PaginatedListIterator.class
PaginatedList.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList$PaginatedListIterator extends java.lang.Object implements java.util.Iterator  {
	private final boolean iterationOnly
	private final java.util.List allResultsCopy
	private java.util.Iterator innerIterator
	private int pos
	final com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList this$0
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList, boolean) 
		boolean iterationOnly
	public boolean hasNext () 
	private boolean shouldSyncWithAllResultsList () 
	public java.lang.Object next () 
		boolean clearPreviousResults
	public void remove () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequence.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence extends java.lang.Object {
	public abstract java.lang.Object next (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads consistentReads
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride tableNameOverride
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver tableNameResolver
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver objectTableNameResolver
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
	private final com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema conversionSchema
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy batchWriteRetryStrategy
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy batchLoadRetryStrategy
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig DEFAULT
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads consistentReads
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride tableNameOverride
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads consistentReads
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride tableNameOverride
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy, com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads consistentReads
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride tableNameOverride
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy, com.amazonaws.metrics.RequestMetricCollector, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads consistentReads
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride tableNameOverride
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver tableNameResolver
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver objectTableNameResolver
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema conversionSchema
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy batchWriteRetryStrategy
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy batchLoadRetryStrategy
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads consistentReads
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride tableNameOverride
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver tableNameResolver
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver objectTableNameResolver
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver tableNameResolver
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver objectTableNameResolver
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema conversionSchema
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig defaults
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig overrides
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy getBatchLoadRetryStrategy () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior getSaveBehavior () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads getConsistentReads () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride getTableNameOverride () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver getTableNameResolver () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver getObjectTableNameResolver () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy getPaginationLoadingStrategy () 
	public com.amazonaws.metrics.RequestMetricCollector getRequestMetricCollector () 
	public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema getConversionSchema () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy getBatchWriteRetryStrategy () 
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy, com.amazonaws.metrics.RequestMetricCollector, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior x0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads x1
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride x2
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver x3
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver x4
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy x5
		com.amazonaws.metrics.RequestMetricCollector x6
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema x7
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy x8
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy x9
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$1 x10
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBSaveExpression.class
DynamoDBSaveExpression.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression extends java.lang.Object {
	private java.util.Map expectedAttributes
	private String conditionalOperator
	public void  () 
	public java.util.Map getExpected () 
	public void setExpected (java.util.Map) 
		java.util.Map expectedAttributes
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression withExpected (java.util.Map) 
		java.util.Map expectedAttributes
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression withExpectedEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue expected
	public java.lang.String getConditionalOperator () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$BinarySetAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BinarySetAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$V2CompatibleMarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$V2CompatibleMarshallerSet extends java.lang.Object {
	void  () 
	private static java.util.List marshallers () 
		java.util.List list
	private static java.util.List setMarshallers () 
		java.util.List list
	static java.util.List access$400 () 
	static java.util.List access$500 () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$3.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$3 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Boolean convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ParallelScanTask$SegmentScanState.class
ParallelScanTask.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState Waiting
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState Scanning
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState Failed
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState HasNextPage
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState SegmentScanCompleted
	private static final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequences$4.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences$4 extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence  {
	void  () 
	public final java.lang.Long next (java.lang.Long) 
		Long o
	public volatile java.lang.Object next (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBIndexHashKey.class
DynamoDBIndexHashKey.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIndexHashKey extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String attributeName () 
	public abstract java.lang.String globalSecondaryIndexName () 
	public abstract java.lang.String[] globalSecondaryIndexNames () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$11.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$11 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.util.Date convertTo (java.lang.Long) 
		Long o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$ConvertToMap.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap extends java.util.LinkedHashMap {
	private final Class primitiveType
	private final Class type
	private void  (java.lang.Class, java.lang.Class) 
		Class type
		Class primitiveType
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap with (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo) 
		Class key
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo convertTo
	void  (java.lang.Class, java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$1) 
		Class x0
		Class x1
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$1 x2
	static com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap access$100 (com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap, java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap x0
		Class x1
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo x2
	static java.lang.Class access$200 (com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap x0
	static java.lang.Class access$400 (com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap x0
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/ByteArraySetToBinarySetMarshaller.class
ByteArraySetToBinarySetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BinarySetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArraySetToBinarySetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		byte[] b
		Object obj
		java.util.Set buffers
		java.util.List attributes
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/ObjectToMapMarshaller.class
ObjectToMapMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToMapMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$MapAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToMapMarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToMapMarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter) 
		com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
		java.util.Map values
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/UUIDSetToStringSetMarshaller.class
UUIDSetToStringSetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.UUIDSetToStringSetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringSetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.UUIDSetToStringSetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.UUIDSetToStringSetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		java.util.UUID uuid
		Object obj
		java.util.Set uuids
		java.util.List strings
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/DateSetToStringSetMarshaller.class
DateSetToStringSetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateSetToStringSetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringSetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateSetToStringSetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateSetToStringSetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		java.util.Date date
		Object obj
		java.util.Set dates
		java.util.List timestamps
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/MapToMapMarshaller.class
MapToMapMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$MapAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller memberMarshaller
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller memberMarshaller
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Map$Entry entry
		Object obj
		java.util.Map map
		java.util.Map values
		com.amazonaws.services.dynamodbv2.model.AttributeValue result
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMemberMarshaller () 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/CalendarSetToStringSetMarshaller.class
CalendarSetToStringSetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarSetToStringSetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringSetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarSetToStringSetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarSetToStringSetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		java.util.Calendar date
		Object obj
		java.util.Set dates
		java.util.List timestamps
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/ObjectSetToStringSetMarshaller.class
ObjectSetToStringSetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectSetToStringSetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringSetAttributeMarshaller  {
	private static final org.apache.commons.logging.Log LOG
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectSetToStringSetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectSetToStringSetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object o
		Object obj
		java.util.Set set
		java.util.List strings
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/CollectionToListMarshaller.class
CollectionToListMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$ListAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller memberMarshaller
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CollectionToListMarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller memberMarshaller
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		Object o
		Object obj
		java.util.Collection objects
		java.util.List values
		com.amazonaws.services.dynamodbv2.model.AttributeValue result
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMemberMarshaller () 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/BooleanToNumberMarshaller.class
BooleanToNumberMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToNumberMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$NumberAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToNumberMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToNumberMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
		Boolean bool
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/ObjectToStringMarshaller.class
ObjectToStringMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToStringMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToStringMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectToStringMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/StringToStringMarshaller.class
StringToStringMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringToStringMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringToStringMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringToStringMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
		String string
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/ByteBufferSetToBinarySetMarshaller.class
ByteBufferSetToBinarySetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferSetToBinarySetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BinarySetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferSetToBinarySetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferSetToBinarySetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		java.nio.ByteBuffer b
		Object obj
		java.util.Set buffers
		java.util.List attributes
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/DateToStringMarshaller.class
DateToStringMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateToStringMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateToStringMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.DateToStringMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/BooleanToBooleanMarshaller.class
BooleanToBooleanMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToBooleanMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BooleanAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToBooleanMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanToBooleanMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/BooleanSetToNumberSetMarshaller.class
BooleanSetToNumberSetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanSetToNumberSetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$NumberSetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanSetToNumberSetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.BooleanSetToNumberSetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Boolean b
		Object obj
		java.util.Set booleans
		java.util.List booleanAttributes
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/ByteBufferToBinaryMarshaller.class
ByteBufferToBinaryMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferToBinaryMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BinaryAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferToBinaryMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteBufferToBinaryMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/NumberSetToNumberSetMarshaller.class
NumberSetToNumberSetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberSetToNumberSetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$NumberSetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberSetToNumberSetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberSetToNumberSetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Number n
		Object obj
		java.util.Set numbers
		java.util.List numberAttributes
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/ByteArrayToBinaryMarshaller.class
ByteArrayToBinaryMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArrayToBinaryMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BinaryAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArrayToBinaryMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ByteArrayToBinaryMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/S3LinkToStringMarshaller.class
S3LinkToStringMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.S3LinkToStringMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.S3LinkToStringMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.S3LinkToStringMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.datamodeling.S3Link s3link
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/CalendarToStringMarshaller.class
CalendarToStringMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarToStringMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarToStringMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CalendarToStringMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/NumberToNumberMarshaller.class
NumberToNumberMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberToNumberMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$NumberAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberToNumberMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.NumberToNumberMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
		Number number
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/CustomMarshaller.class
CustomMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CustomMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringAttributeMarshaller  {
	private final Class marshallerClass
	public void  (java.lang.Class) 
		Class marshallerClass
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller marshaler
		String stringValue
	private static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller createMarshaller (java.lang.Class) 
		InstantiationException e
		IllegalAccessException e
		Class clazz
}

com/amazonaws/services/dynamodbv2/datamodeling/marshallers/StringSetToStringSetMarshaller.class
StringSetToStringSetMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
public com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringSetToStringSetMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringSetAttributeMarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringSetToStringSetMarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.marshallers.StringSetToStringSetMarshaller instance () 
	private void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
		String s
		Object obj
		java.util.Set set
		java.util.List strings
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$1.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel$1.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGeneratedKey.class
DynamoDBAutoGeneratedKey.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedKey extends java.lang.Object implements java.lang.annotation.Annotation  {
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardAnnotationMaps$FieldMap.class
StandardAnnotationMaps.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap extends com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$AnnotationMap implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties defaults
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties defaults
	final java.lang.annotation.Annotation autoGenerated () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAttribute attribute () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBFlattened flattened () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBHashKey hashKey () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIgnore ignore () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIndexHashKey indexHashKey () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIndexRangeKey indexRangeKey () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshalling marshalling () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBNativeBoolean nativeBoolean () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBRangeKey rangeKey () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute version () 
	final boolean ignored () 
	final java.util.Map attributes () 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAttribute a
		java.util.Map attributes
	public java.lang.Class targetType () 
	public final java.lang.String attributeName () 
	public final com.amazonaws.services.dynamodbv2.model.KeyType keyType () 
	public final java.util.List globalSecondaryIndexNames (com.amazonaws.services.dynamodbv2.model.KeyType) 
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public final java.util.List localSecondaryIndexNames () 
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator autoGenerator () 
		Exception e
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerated generated
		java.lang.annotation.Annotation annotation
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties, com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties x0
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel$Properties$Builder.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties$Builder extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties  {
	private java.util.Map gsis
	private java.util.List lsis
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator autoGenerator
	private String attributeName
	private Class targetType
	private com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public void  () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties$Builder with (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties) 
		java.util.List names
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties defaults
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties$Builder withTargetType (java.lang.Class) 
		Class targetType
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties$Builder withAttributeName (java.lang.String) 
		String attributeName
	public java.lang.Class targetType () 
	public java.lang.String attributeName () 
	public com.amazonaws.services.dynamodbv2.model.KeyType keyType () 
	public java.util.List globalSecondaryIndexNames (com.amazonaws.services.dynamodbv2.model.KeyType) 
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public java.util.List localSecondaryIndexNames () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator autoGenerator () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$22.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$22 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.String convertTo (java.util.Date) 
		java.util.Date o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBReflector.class
DynamoDBReflector.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBReflector extends java.lang.Object {
	private final java.util.Map getterCache
	private final java.util.Map primaryHashKeyGetterCache
	private final java.util.Map primaryRangeKeyGetterCache
	private final java.util.Map primaryKeyGettersCache
	private final java.util.Map setterCache
	private final java.util.Map attributeNameCache
	private final java.util.Map versionAttributeGetterCache
	private final java.util.Map autoGeneratedKeyGetterCache
	private final java.util.concurrent.locks.ReentrantReadWriteLock readWriteLockAttrName
	private final java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock readLockAttrName
	private final java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock writeLockAttrName
	void  () 
	java.util.Collection getRelevantGetters (java.lang.Class) 
		java.util.List relevantGetters
		Class clazz
	static java.util.List findRelevantGetters (java.lang.Class) 
		java.lang.reflect.Method m
		Class clazz
		java.util.List relevantGetters
	private static boolean isRelevantGetter (java.lang.reflect.Method) 
		java.lang.reflect.Method m
	private static boolean isDocumentType (java.lang.Class) 
		Class clazz
	java.lang.reflect.Method getPrimaryRangeKeyGetter (java.lang.Class) 
		java.lang.reflect.Method method
		java.lang.reflect.Method rangeKeyMethod
		Class clazz
	java.util.Collection getPrimaryKeyGetters (java.lang.Class) 
		java.lang.reflect.Method getter
		java.util.List keyGetters
		Class clazz
	java.lang.reflect.Method getPrimaryHashKeyGetter (java.lang.Class) 
		java.lang.reflect.Method method
		java.lang.reflect.Method hashKeyMethod
		Class clazz
		java.lang.reflect.Method hashKeyMethod
	com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTable getTable (java.lang.Class) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTable table
	java.lang.String getAttributeName (java.lang.reflect.Method) 
		String attributeName
		java.lang.reflect.Method getter
		String attributeName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBHashKey hashKeyAnnotation
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIndexHashKey indexHashKey
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBRangeKey rangeKey
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIndexRangeKey indexRangeKey
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAttribute attribute
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute version
	private java.lang.String cacheAttributeName (java.lang.reflect.Method, java.lang.String) 
		java.lang.reflect.Method getter
		String attributeName
	java.lang.reflect.Method getSetter (java.lang.reflect.Method) 
		NoSuchMethodException e
		SecurityException e
		String fieldName
		String setterName
		java.lang.reflect.Method setter
		java.lang.reflect.Method getter
	boolean isVersionAttributeGetter (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
	boolean isAssignableKey (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
	java.lang.String getPrimaryHashKeyName (java.lang.Class) 
		Class clazz
	java.lang.String getPrimaryRangeKeyName (java.lang.Class) 
		Class clazz
		java.lang.reflect.Method primaryRangeKeyGetter
	boolean hasPrimaryRangeKey (java.lang.Class) 
		Class clazz
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBIgnore.class
DynamoDBIgnore.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIgnore extends java.lang.Object implements java.lang.annotation.Annotation  {
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$25.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$25 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.util.UUID convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMappingsRegistry$Mapping.class
DynamoDBMappingsRegistry.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean bean
	private final String attributeName
	private void  (java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean) 
		String attributeName
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean bean
	final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean bean () 
	final java.lang.reflect.Method getter () 
	final boolean isPrimaryKey () 
	final boolean isHashKey () 
	final boolean isIndexHashKey () 
	final boolean isVersion () 
	final java.lang.String getAttributeName () 
	final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getCustomMarshaller () 
	final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getCustomUnmarshaller () 
	void  (java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$1) 
		String x0
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean x1
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$1 x2
}

com/amazonaws/services/dynamodbv2/datamodeling/AttributeTransformerChain$ProxyParameters.class
AttributeTransformerChain.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain$ProxyParameters extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters delegate
	private java.util.Map values
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters delegate
	public java.util.Map getAttributeValues () 
	public void setAttributeValues (java.util.Map) 
		java.util.Map values
	public boolean isPartialUpdate () 
	public java.lang.Class getModelClass () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig getMapperConfig () 
	public java.lang.String getTableName () 
	public java.lang.String getHashKeyName () 
	public java.lang.String getRangeKeyName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapper$ValueUpdate.class
DynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$ValueUpdate extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
	private final com.amazonaws.services.dynamodbv2.model.AttributeValue newValue
	private final Object target
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper this$0
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel, com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.Object) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		com.amazonaws.services.dynamodbv2.model.AttributeValue newValue
		Object target
	public void apply () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperModelFactory.class
DynamoDBMapperModelFactory.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel getTableModel (java.lang.Class) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$1.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$1 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.math.BigDecimal convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$13.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$13 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Double convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$CachingUnmarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$CachingUnmarshallerSet extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet  {
	private final java.util.Map cache
	private final java.util.Map memberCache
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet wrapped
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet wrapped
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getUnmarshaller (java.lang.reflect.Method, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaler
		java.lang.reflect.Method getter
		java.lang.reflect.Method setter
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getMemberUnmarshaller (java.lang.reflect.Type) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
		java.lang.reflect.Type memberType
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$Builder.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Builder extends java.lang.Object {
	private final String name
	private final java.util.List marshallers
	private final java.util.List setMarshallers
	private final java.util.List unmarshallers
	private final java.util.List setUnmarshallers
	void  (java.lang.String, java.util.List, java.util.List, java.util.List, java.util.List) 
		String name
		java.util.List marshallers
		java.util.List setMarshallers
		java.util.List unmarshallers
		java.util.List setUnmarshallers
	public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Builder addFirstType (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
	public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Builder addFirstSetType (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
	public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema build () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMarshalling.class
DynamoDBMarshalling.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshalling extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.Class marshallerClass () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$AbstractMarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$AbstractMarshallerSet extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet  {
	private final java.util.List marshallers
	private final java.util.List setMarshallers
	public void  (java.util.List, java.util.List) 
		java.util.List marshallers
		java.util.List setMarshallers
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMarshaller (java.lang.reflect.Method) 
		Class memberType
		java.lang.reflect.Method getter
		Class returnType
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMemberMarshaller (java.lang.reflect.Type) 
		Class setMemberType
		java.lang.reflect.Type memberType
		Class clazz
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getScalar (java.lang.reflect.Method, java.lang.Class) 
		String className
		String methodName
		java.lang.reflect.Method getter
		Class type
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getSet (java.lang.reflect.Method, java.lang.Class) 
		String className
		String methodName
		java.lang.reflect.Method getter
		Class memberType
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$ConvertTo$1.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo$1 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Object convertTo (java.lang.Object) 
		Object o
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$StandardItemConverter.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$StandardItemConverter extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet marshallerSet
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet unmarshallerSet
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry registry
	private final com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry, com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet marshallerSet
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet unmarshallerSet
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry registry
		com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel getFieldModel (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType attributeType
	public com.amazonaws.services.dynamodbv2.model.AttributeValue convert (java.lang.reflect.Method, java.lang.Object) 
		java.lang.reflect.Method getter
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
	public java.util.Map convert (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		Object getterResult
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
		Object object
		Class clazz
		java.util.Map result
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mappings mappings
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMarshaller (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMemberMarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller augment (java.lang.reflect.Type, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller) 
		java.lang.reflect.Type type
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getCollectionToListMarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.ParameterizedType ptype
		java.lang.reflect.Type[] args
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller memberMarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMapToMapMarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.ParameterizedType ptype
		java.lang.reflect.Type[] args
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller memberMarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getObjectToMapMarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.Type localType
		Class clazz
	public java.lang.Object unconvert (java.lang.reflect.Method, java.lang.reflect.Method, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		java.lang.reflect.Method getter
		java.lang.reflect.Method setter
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
	public java.lang.Object unconvert (java.lang.Class, java.util.Map) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
		Object unmarshalled
		String attributeName
		com.amazonaws.services.dynamodbv2.model.AttributeValue av
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
		Class clazz
		java.util.Map value
		Object result
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mappings mappings
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getUnmarshaller (java.lang.reflect.Method, java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		java.lang.reflect.Method setter
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getMemberUnmarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller augment (java.lang.reflect.Type, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		java.lang.reflect.Type type
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getObjectSetUnmarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.ParameterizedType ptype
		java.lang.reflect.Type[] args
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getListUnmarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.ParameterizedType ptype
		java.lang.reflect.Type[] args
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getMapUnmarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.ParameterizedType ptype
		java.lang.reflect.Type[] args
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getObjectUnmarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.Type localType
		Class clazz
	private static java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller, java.lang.reflect.Method, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		IllegalArgumentException e
		java.text.ParseException e
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
		java.lang.reflect.Method setter
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	private static java.lang.Object createObject (java.lang.Class) 
		InstantiationException e
		IllegalAccessException e
		Class clazz
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDB.class
DynamoDB.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDB extends java.lang.Object implements java.lang.annotation.Annotation  {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMappingsRegistry.class
DynamoDBMappingsRegistry.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry extends java.lang.Object {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry INSTANCE
	private final java.util.concurrent.ConcurrentMap mappings
	void  () 
	static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry instance () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mappings mappingsOf (java.lang.Class) 
		Class clazz
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mappingOf (java.lang.reflect.Method) 
		java.lang.reflect.Method method
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGenerated.class
DynamoDBAutoGenerated.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerated extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.Class generator () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$18.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$18 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Short convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardAnnotationMaps.class
StandardAnnotationMaps.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps extends java.lang.Object {
	void  () 
	static final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$TableMap of (java.lang.Class) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties$Builder defaults
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$TableMap map
	static final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap of (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties$Builder defaults
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap map
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$ConsistentReads.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads CONSISTENT
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads EVENTUAL
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ConsistentReads valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.model.AttributeValue marshall (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBTableSchemaParser.class
DynamoDBTableSchemaParser.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser extends java.lang.Object {
	private final java.util.Map tableIndexesInfoCache
	void  () 
	com.amazonaws.services.dynamodbv2.model.CreateTableRequest parseTablePojoToCreateTableRequest (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry, com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition indexKeyAttrDefinition
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping indexKeyMapping
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry registry
		com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest createTableRequest
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mappings mappings
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition pHashAttrDefinition
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition pRangeAttrDefinition
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo indexesInfo
		java.util.Map attrDefinitions
	com.amazonaws.services.dynamodbv2.model.DeleteTableRequest parseTablePojoToDeleteTableRequest (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest deleteTableRequest
	com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo parseTableIndexes (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry) 
		String gsi
		String gsi
		String lsi
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mappings mappings
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo tableIndexInfo
		String pHashName
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry registry
	private static com.amazonaws.services.dynamodbv2.model.AttributeDefinition getKeyAttributeDefinition (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping, com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping keyMapping
		com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel fieldModel
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType keyType
	private static void putAfterCheckConflict (java.util.Map, com.amazonaws.services.dynamodbv2.model.AttributeDefinition) 
		java.util.Map map
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition attrDefinition
		String attrName
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition existingDefinition
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$SaveBehavior.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior UPDATE
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior UPDATE_SKIP_NULL_ATTRIBUTES
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior CLOBBER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior APPEND_SET
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$V1MarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$V1MarshallerSet extends java.lang.Object {
	void  () 
	private static java.util.List marshallers () 
		java.util.List list
	private static java.util.List setMarshallers () 
		java.util.List list
	static java.util.List access$000 () 
	static java.util.List access$100 () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$9.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$9 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Character convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$24.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$24 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.String convertTo (java.lang.Boolean) 
		Boolean o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/AttributeTransformer$Parameters.class
AttributeTransformer.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters extends java.lang.Object {
	public abstract java.util.Map getAttributeValues () 
	public abstract boolean isPartialUpdate () 
	public abstract java.lang.Class getModelClass () 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig getMapperConfig () 
	public abstract java.lang.String getTableName () 
	public abstract java.lang.String getHashKeyName () 
	public abstract java.lang.String getRangeKeyName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters extends java.lang.Object {
	void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBFlattened.class
DynamoDBFlattened.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBFlattened extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAttribute[] attributes () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ItemConverter.class
ItemConverter.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel getFieldModel (java.lang.reflect.Method) 
	public abstract com.amazonaws.services.dynamodbv2.model.AttributeValue convert (java.lang.reflect.Method, java.lang.Object) 
	public abstract java.util.Map convert (java.lang.Object) 
	public abstract java.lang.Object unconvert (java.lang.reflect.Method, java.lang.reflect.Method, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
	public abstract java.lang.Object unconvert (java.lang.Class, java.util.Map) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardAnnotationMaps$1.class
StandardAnnotationMaps.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardBeanProperties$DeclaringMethodReflect.class
StandardBeanProperties.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$DeclaringMethodReflect extends com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect declaring
	private void  (java.lang.reflect.Method, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect) 
		java.lang.reflect.Method getter
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect declaring
	public final java.lang.Object get (java.lang.Object) 
		Object object
		Object declaringObject
	public final void set (java.lang.Object, java.lang.Object) 
		Exception e
		Object object
		Object value
		Object declaringObject
	void  (java.lang.reflect.Method, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect, com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$1) 
		java.lang.reflect.Method x0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect x1
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$1 x2
}

com/amazonaws/services/dynamodbv2/datamodeling/S3Link$ID.class
S3Link.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.S3Link$ID extends java.lang.Object {
	private com.amazonaws.services.dynamodbv2.datamodeling.S3Link$S3 s3
	void  () 
	void  (java.lang.String, java.lang.String) 
		String bucketName
		String key
	void  (com.amazonaws.services.s3.model.Region, java.lang.String, java.lang.String) 
		com.amazonaws.services.s3.model.Region region
		String bucketName
		String key
	void  (com.amazonaws.services.dynamodbv2.datamodeling.S3Link$S3) 
		com.amazonaws.services.dynamodbv2.datamodeling.S3Link$S3 s3
	public com.amazonaws.services.dynamodbv2.datamodeling.S3Link$S3 getS3 () 
	public java.lang.String getRegionId () 
	public java.lang.String getBucket () 
	public java.lang.String getKey () 
	java.lang.String toJson () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequences$1.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences$1 extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence  {
	void  () 
	public final java.math.BigInteger next (java.math.BigInteger) 
		java.math.BigInteger o
	public volatile java.lang.Object next (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/AttributeTransformerChain.class
AttributeTransformerChain.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer  {
	private final java.util.List transformers
	public transient void  (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer[]) 
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer[] transformers
	public void  (java.util.List) 
		java.util.List transformers
	public java.util.List getTransformers () 
	public java.util.Map transform (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
		int i
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain$ProxyParameters proxy
	public java.util.Map untransform (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
		int i
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain$ProxyParameters proxy
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/datamodeling/AttributeTransformer.class
AttributeTransformer.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer extends java.lang.Object {
	public abstract java.util.Map transform (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
	public abstract java.util.Map untransform (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$ObjectTableNameResolver.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver extends java.lang.Object {
	public abstract java.lang.String getTableName (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
}

com/amazonaws/services/dynamodbv2/datamodeling/AbstractEnumMarshaller.class
AbstractEnumMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.AbstractEnumMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller  {
	public void  () 
	public java.lang.String marshall (java.lang.Enum) 
		RuntimeException e
		Enum obj
	public java.lang.Enum unmarshall (java.lang.Class, java.lang.String) 
		RuntimeException e
		Class clazz
		String obj
	public volatile java.lang.Object unmarshall (java.lang.Class, java.lang.String) 
	public volatile java.lang.String marshall (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$ListAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$ListAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$MapAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$MapAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapper$2.class
DynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$2 extends com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$SaveObjectHandler {
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper this$0
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, java.lang.Object, java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper this$0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
		Class clazz
		Object object
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig saveConfig
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	protected void onPrimaryKeyAttributeValue (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.AttributeValue keyAttributeValue
	protected void onNonKeyAttribute (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.AttributeValue currentValue
	protected void onNullNonKeyAttribute (java.lang.String) 
		String attributeName
	protected void executeLowLevelRequest () 
		String keyAttributeName
		com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItemResult
}

com/amazonaws/services/dynamodbv2/datamodeling/PaginatedQueryList.class
PaginatedQueryList.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList extends com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList {
	private final com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	private com.amazonaws.services.dynamodbv2.model.QueryResult queryResult
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.model.QueryRequest, com.amazonaws.services.dynamodbv2.model.QueryResult, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
		Class clazz
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
		com.amazonaws.services.dynamodbv2.model.QueryResult queryResult
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	protected boolean atEndOfResults () 
	protected synchronized java.util.List fetchNextPage () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String attributeName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$14.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$14 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Float convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$TableNameOverride.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride extends java.lang.Object {
	private final String tableNameOverride
	private final String tableNamePrefix
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride withTableNamePrefix (java.lang.String) 
		String tableNamePrefix
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride withTableNameReplacement (java.lang.String) 
		String tableNameReplacement
	private void  (java.lang.String, java.lang.String) 
		String tableNameOverride
		String tableNamePrefix
	public void  (java.lang.String) 
		String tableNameOverride
	public java.lang.String getTableName () 
	public java.lang.String getTableNamePrefix () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchema.class
ConversionSchema.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter getConverter (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAttribute.class
DynamoDBAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAttribute extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String attributeName () 
	public abstract java.lang.String mappedBy () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$BatchLoadRetryStrategy.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy extends java.lang.Object {
	public abstract boolean shouldRetry (com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext) 
	public abstract long getDelayBeforeNextRetry (com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBRangeKey.class
DynamoDBRangeKey.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBRangeKey extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String attributeName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBDocument.class
DynamoDBDocument.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDocument extends java.lang.Object implements java.lang.annotation.Annotation  {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel$Builder.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties$Builder properties
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter converter
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType dynamoDBAttributeType
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect reflect
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties defaults
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder with (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect reflect
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder with (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter converter
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder with (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType dynamoDBAttributeType
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel build () 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id access$000 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder x0
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties$Builder access$100 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder x0
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect access$200 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder x0
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter access$300 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder x0
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$DynamoDBAttributeType access$400 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder x0
}

com/amazonaws/services/dynamodbv2/datamodeling/S3Link.class
S3Link.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.S3Link extends java.lang.Object {
	private final com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
	private final com.amazonaws.services.dynamodbv2.datamodeling.S3Link$ID id
	void  (com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache, java.lang.String, java.lang.String) 
		com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
		String bucketName
		String key
	void  (com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache, com.amazonaws.services.s3.model.Region, java.lang.String, java.lang.String) 
		com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
		com.amazonaws.services.s3.model.Region region
		String bucketName
		String key
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache, com.amazonaws.services.dynamodbv2.datamodeling.S3Link$ID) 
		com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
		com.amazonaws.services.dynamodbv2.datamodeling.S3Link$ID id
	public java.lang.String getKey () 
	public java.lang.String getBucketName () 
	public com.amazonaws.services.s3.model.Region getS3Region () 
	public java.lang.String toJson () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.S3Link fromJson (com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache, java.lang.String) 
		com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
		String json
		com.amazonaws.services.dynamodbv2.datamodeling.S3Link$ID id
	public com.amazonaws.services.s3.AmazonS3 getAmazonS3Client () 
	public com.amazonaws.services.s3.transfer.TransferManager getTransferManager () 
	public com.amazonaws.services.s3.model.PutObjectResult uploadFrom (java.io.File) 
		java.io.File source
	public com.amazonaws.services.s3.model.PutObjectResult uploadFrom (java.io.File, com.amazonaws.metrics.RequestMetricCollector) 
		java.io.File source
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private com.amazonaws.services.s3.model.PutObjectResult uploadFrom0 (java.io.File, com.amazonaws.metrics.RequestMetricCollector) 
		java.io.File source
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
		com.amazonaws.services.s3.model.PutObjectRequest req
	public com.amazonaws.services.s3.model.PutObjectResult uploadFrom (byte[]) 
		byte[] buffer
	public com.amazonaws.services.s3.model.PutObjectResult uploadFrom (byte[], com.amazonaws.metrics.RequestMetricCollector) 
		byte[] buffer
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private com.amazonaws.services.s3.model.PutObjectResult uploadFrom0 (byte[], com.amazonaws.metrics.RequestMetricCollector) 
		byte[] buffer
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
		com.amazonaws.services.s3.model.ObjectMetadata objectMetadata
		com.amazonaws.services.s3.model.PutObjectRequest req
	public void setAcl (com.amazonaws.services.s3.model.CannedAccessControlList) 
		com.amazonaws.services.s3.model.CannedAccessControlList acl
	public void setAcl (com.amazonaws.services.s3.model.CannedAccessControlList, com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.services.s3.model.CannedAccessControlList acl
		com.amazonaws.metrics.RequestMetricCollector col
	private void setAcl0 (com.amazonaws.services.s3.model.CannedAccessControlList, com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.services.s3.model.CannedAccessControlList acl
		com.amazonaws.metrics.RequestMetricCollector col
		com.amazonaws.services.s3.model.SetObjectAclRequest setObjectAclRequest
	public void setAcl (com.amazonaws.services.s3.model.AccessControlList) 
		com.amazonaws.services.s3.model.AccessControlList acl
	public void setAcl (com.amazonaws.services.s3.model.AccessControlList, com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.services.s3.model.AccessControlList acl
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private void setAcl0 (com.amazonaws.services.s3.model.AccessControlList, com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.services.s3.model.AccessControlList acl
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
		com.amazonaws.services.s3.model.SetObjectAclRequest setObjectAclRequest
	public java.net.URL getUrl () 
	public com.amazonaws.services.s3.model.ObjectMetadata downloadTo (java.io.File) 
		java.io.File destination
	public com.amazonaws.services.s3.model.ObjectMetadata downloadTo (java.io.File, com.amazonaws.metrics.RequestMetricCollector) 
		java.io.File destination
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private com.amazonaws.services.s3.model.ObjectMetadata downloadTo0 (java.io.File, com.amazonaws.metrics.RequestMetricCollector) 
		java.io.File destination
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
		com.amazonaws.services.s3.model.GetObjectRequest req
	public com.amazonaws.services.s3.model.ObjectMetadata downloadTo (java.io.OutputStream) 
		java.io.OutputStream output
	public com.amazonaws.services.s3.model.ObjectMetadata downloadTo (java.io.OutputStream, com.amazonaws.metrics.RequestMetricCollector) 
		java.io.OutputStream output
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	private com.amazonaws.services.s3.model.ObjectMetadata downloadTo0 (java.io.OutputStream, com.amazonaws.metrics.RequestMetricCollector) 
		byte[] buffer
		int bytesRead
		java.io.IOException ioe
		java.io.OutputStream output
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
		com.amazonaws.services.s3.model.GetObjectRequest req
		com.amazonaws.services.s3.model.S3Object s3Object
		com.amazonaws.services.s3.model.S3ObjectInputStream objectContent
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$DefaultBatchWriteRetryStrategy.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$DefaultBatchWriteRetryStrategy extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy  {
	private static final long MAX_BACKOFF_IN_MILLISECONDS
	private static final int DEFAULT_MAX_RETRY
	private final int maxRetry
	public void  () 
	public void  (int) 
		int maxRetry
	public int getMaxRetryOnUnprocessedItems (java.util.Map) 
		java.util.Map batchWriteItemInput
	public long getDelayBeforeRetryUnprocessedItems (java.util.Map, int) 
		java.util.Map unprocessedItems
		int retriesAttempted
		java.util.Random random
		long scaleFactor
		long delay
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$DefaultTableNameResolver.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$DefaultTableNameResolver extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver  {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$DefaultTableNameResolver INSTANCE
	public void  () 
	public java.lang.String getTableName (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		String tableName
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameOverride override
		String tableName
		String prefix
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBTableSchemaParser$TableIndexesInfo.class
DynamoDBTableSchemaParser.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo extends java.lang.Object {
	private final java.util.Map lsiRangeKeyNameToIndexNames
	private final java.util.Map gsiHashKeyNameToIndexNames
	private final java.util.Map gsiRangeKeyNameToIndexNames
	private final java.util.Map lsiNameToLsiDefinition
	private final java.util.Map gsiNameToGsiDefinition
	private final java.util.Set indexKeyMappings
	void  () 
	public java.util.Set getLsiNamesByIndexRangeKey (java.lang.String) 
		String indexRangeKeyName
		java.util.Set lsiNames
	public java.util.Set getGsiNamesByIndexHashKey (java.lang.String) 
		String indexHashKeyName
		java.util.Set gsiNames
	public java.util.Set getGsiNamesByIndexRangeKey (java.lang.String) 
		String indexRangeKeyName
		java.util.Set gsiNames
	public java.util.Set getAllLsiNames () 
	public java.util.Set getAllGsiNames () 
	private void addGsiKeys (java.lang.String, java.lang.String, java.lang.String) 
		String existingKeyName
		String existingKeyType
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement existingKey
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex existingGsi
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex gsi
		java.util.LinkedList orderedKeys
		String gsiName
		String gsiHashKeyName
		String gsiRangeKeyName
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex gsi
	private void addLsiRangeKey (java.lang.String, java.lang.String, java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex existingLsi
		String existingLsiRangeKeyName
		String lsiName
		String pHashKeyName
		String lsiRangeKeyName
	private void mapLsiRangeKeyToIndexName (java.lang.String, java.lang.String) 
		String lsiRangeKeyName
		String lsiName
	private void mapGsiHashKeyToIndexName (java.lang.String, java.lang.String) 
		String gsiHashKeyName
		String gsiName
	private void mapGsiRangeKeyToIndexName (java.lang.String, java.lang.String) 
		String gsiRangeKeyName
		String gsiName
	private void mapIndexKeyToIndexName (java.util.Map, java.lang.String, java.lang.String) 
		java.util.Set indexNames
		java.util.Map indexKeyNameToIndexNames
		String indexKeyName
		String indexName
	private void addIndexKeyMapping (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping indexKeyMapping
	private java.util.Set getIndexKeyMappings () 
	private java.util.Collection getLocalSecondaryIndexes () 
	private java.util.Collection getGlobalSecondaryIndexes () 
	static java.util.Collection access$000 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo x0
	static java.util.Collection access$100 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo x0
	static java.util.Set access$200 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo x0
	static void access$300 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo, java.lang.String, java.lang.String, java.lang.String) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo x0
		String x1
		String x2
		String x3
	static void access$400 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo x0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping x1
	static void access$500 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo, java.lang.String, java.lang.String, java.lang.String) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableSchemaParser$TableIndexesInfo x0
		String x1
		String x2
		String x3
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$PaginationLoadingStrategy.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy LAZY_LOADING
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy ITERATION_ONLY
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy EAGER_LOADING
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas extends java.lang.Object {
	private static final org.apache.commons.logging.Log LOGGER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema V1
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema V2_COMPATIBLE
	public static final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema V2
	static final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema DEFAULT
	public static com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Builder v1Builder (java.lang.String) 
		String name
	public static com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Builder v2CompatibleBuilder (java.lang.String) 
		String name
	public static com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Builder v2Builder (java.lang.String) 
		String name
	private static void addStandardDateMarshallers (java.util.List) 
		java.util.List list
	private static void addV1BooleanMarshallers (java.util.List) 
		java.util.List list
	private static void addV2BooleanMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardNumberMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardStringMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardBinaryMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardS3LinkMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardDateSetMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardNumberSetMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardStringSetMarshallers (java.util.List) 
		java.util.List list
	private static void addStandardBinarySetMarshallers (java.util.List) 
		java.util.List list
	private static void addV1BooleanSetMarshallers (java.util.List) 
		java.util.List list
	private static java.lang.Class unwrapGenericSetParam (java.lang.reflect.Type) 
		java.lang.reflect.Type setType
		java.lang.reflect.ParameterizedType ptype
		java.lang.reflect.Type[] arguments
	private static java.lang.Object find (java.lang.Class, java.util.List) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Pair pair
		Class needle
		java.util.List haystack
	void  () 
	static void access$800 (java.util.List) 
		java.util.List x0
	static void access$900 (java.util.List) 
		java.util.List x0
	static void access$1000 (java.util.List) 
		java.util.List x0
	static void access$1100 (java.util.List) 
		java.util.List x0
	static void access$1200 (java.util.List) 
		java.util.List x0
	static void access$1300 (java.util.List) 
		java.util.List x0
	static void access$1400 (java.util.List) 
		java.util.List x0
	static void access$1500 (java.util.List) 
		java.util.List x0
	static void access$1600 (java.util.List) 
		java.util.List x0
	static void access$1700 (java.util.List) 
		java.util.List x0
	static void access$1800 (java.util.List) 
		java.util.List x0
	static void access$1900 (java.util.List) 
		java.util.List x0
	static java.lang.Class access$2000 (java.lang.reflect.Type) 
		java.lang.reflect.Type x0
	static java.lang.Object access$2100 (java.lang.Class, java.util.List) 
		Class x0
		java.util.List x1
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/QueryResultPage.class
QueryResultPage.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage extends java.lang.Object {
	private java.util.List results
	private java.util.Map lastEvaluatedKey
	private Integer count
	private Integer scannedCount
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void  () 
	public java.util.List getResults () 
	public void setResults (java.util.List) 
		java.util.List results
	public java.util.Map getLastEvaluatedKey () 
	public void setLastEvaluatedKey (java.util.Map) 
		java.util.Map lastEvaluatedKey
	public java.lang.Integer getCount () 
	public void setCount (java.lang.Integer) 
		Integer count
	public java.lang.Integer getScannedCount () 
	public void setScannedCount (java.lang.Integer) 
		Integer scannedCount
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$StringSetAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringSetAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGeneratedTimestamp$Generator.class
DynamoDBAutoGeneratedTimestamp.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedTimestamp$Generator extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo converter
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy strategy
	public void  (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedTimestamp) 
		Class targetType
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedTimestamp annotation
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy getGenerateStrategy () 
	public final java.lang.Object generate (java.lang.Object) 
		Object currentValue
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperModelFactory$Schema.class
DynamoDBMapperModelFactory.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema V1_0
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema V1_5
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema V2_0
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema DEFAULT
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema schema
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema schema
	public boolean compatible (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema schema
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema of (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema schema
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/PaginatedScanList.class
PaginatedScanList.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList extends com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList {
	private final com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	private com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.model.ScanRequest, com.amazonaws.services.dynamodbv2.model.ScanResult, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
		Class clazz
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	protected boolean atEndOfResults () 
	protected synchronized java.util.List fetchNextPage () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$StandardUnmarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$StandardUnmarshallerSet extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet  {
	private final java.util.List unmarshallers
	private final java.util.List setUnmarshallers
	public void  () 
	public void  (java.util.List, java.util.List) 
		java.util.List unmarshallers
		java.util.List setUnmarshallers
	private static java.util.List unmarshallers () 
		java.util.List list
	private static java.util.List setUnmarshallers () 
		java.util.List list
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getUnmarshaller (java.lang.reflect.Method, java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		java.lang.reflect.Method setter
		Class paramType
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getMemberUnmarshaller (java.lang.reflect.Type) 
		Class setMemberType
		java.lang.reflect.Type memberType
		Class clazz
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getSet (java.lang.reflect.Method, java.lang.Class) 
		java.lang.reflect.Method setter
		Class paramType
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
		String className
		String methodName
	private com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getScalar (java.lang.reflect.Method, java.lang.Class) 
		java.lang.reflect.Method setter
		Class type
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller unmarshaller
		String className
		String methodName
	static java.util.List access$200 () 
	static java.util.List access$300 () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardModelFactories.class
StandardModelFactories.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories extends java.lang.Object {
	void  () 
	static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Factory of (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies depends
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$DefaultBatchLoadRetryStrategy.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$DefaultBatchLoadRetryStrategy extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy  {
	private static final int MAX_RETRIES
	private static final long MAX_BACKOFF_IN_MILLISECONDS
	public void  () 
	public long getDelayBeforeNextRetry (com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext) 
		java.util.Random random
		long scaleFactor
		int retriesAttempted
		com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext batchLoadContext
		java.util.Map requestedKeys
		java.util.Map unprocessedKeys
		long delay
	public boolean shouldRetry (com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext) 
		com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext batchLoadContext
		java.util.Map unprocessedKeys
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$6.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$6 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.nio.ByteBuffer convertTo (byte[]) 
		byte[] o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel$Properties.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Properties extends java.lang.Object {
	public abstract java.lang.Class targetType () 
	public abstract java.lang.String attributeName () 
	public abstract com.amazonaws.services.dynamodbv2.model.KeyType keyType () 
	public abstract java.util.List globalSecondaryIndexNames (com.amazonaws.services.dynamodbv2.model.KeyType) 
	public abstract java.util.List localSecondaryIndexNames () 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator autoGenerator () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$NumberAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$NumberAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapper$TransformerParameters.class
DynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$TransformerParameters extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
	private final java.util.Map attributeValues
	private final boolean partialUpdate
	private final Class modelClass
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig mapperConfig
	private final String tableName
	private String hashKeyName
	private String rangeKeyName
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel, java.util.Map, boolean, java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, java.lang.String) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		java.util.Map attributeValues
		boolean partialUpdate
		Class modelClass
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig mapperConfig
		String tableName
	public java.util.Map getAttributeValues () 
	public boolean isPartialUpdate () 
	public java.lang.Class getModelClass () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig getMapperConfig () 
	public java.lang.String getTableName () 
	public java.lang.String getHashKeyName () 
	public java.lang.String getRangeKeyName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardBeanProperties$Beans.class
StandardBeanProperties.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Beans extends java.lang.Object {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Beans CACHE
	private final java.util.concurrent.ConcurrentMap cache
	void  () 
	public final java.util.Map of (java.lang.Class) 
		Class clazz
	static com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Beans access$000 () 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$TableNameResolver.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver extends java.lang.Object {
	public abstract java.lang.String getTableName (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapper.class
DynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper extends com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper {
	private final com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB db
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Factory models
	private final com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer transformer
	static final long MAX_BACKOFF_IN_MILLISECONDS
	static final int MAX_ITEMS_PER_BATCH
	static final int BATCH_GET_MAX_RETRY_COUNT_ALL_KEYS
	private static final String USER_AGENT
	private static final String USER_AGENT_BATCH_OPERATION
	private static final String NO_RANGE_KEY
	private static final org.apache.commons.logging.Log log
	private static void failFastOnIncompatibleSubclass (java.lang.Class) 
		Class[] params
		java.lang.reflect.Method method
		Class[] classOverride
		Class[] nameOverride
		Class clazz
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDB
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDB
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddb
		com.amazonaws.auth.AWSCredentialsProvider s3CredentialProvider
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDB
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer transformer
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDB
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.auth.AWSCredentialsProvider s3CredentialProvider
	private static com.amazonaws.auth.AWSCredentialsProvider validate (com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.auth.AWSCredentialsProvider provider
	public void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer, com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDB
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer transformer
		com.amazonaws.auth.AWSCredentialsProvider s3CredentialsProvider
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel getTableModel (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.lang.Object load (java.lang.Class, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		Object hashKey
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.lang.Object load (java.lang.Class, java.lang.Object) 
		Class clazz
		Object hashKey
	public java.lang.Object load (java.lang.Class, java.lang.Object, java.lang.Object) 
		Class clazz
		Object hashKey
		Object rangeKey
	public java.lang.Object load (java.lang.Object) 
		Object keyObject
	public java.lang.Object load (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object keyObject
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		String tableName
		com.amazonaws.services.dynamodbv2.model.GetItemRequest rq
		java.util.Map key
		com.amazonaws.services.dynamodbv2.model.GetItemResult item
		java.util.Map itemAttributes
		Object object
	public java.lang.Object load (java.lang.Class, java.lang.Object, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		Object hashKey
		Object rangeKey
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		Object keyObject
	private java.util.Map getHashKeyEqualsConditions (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel, java.lang.Object) 
		Object getterReturnResult
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		Object obj
		java.util.Map conditions
	protected final java.lang.String getTableName (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	protected final java.lang.String getTableName (java.lang.Class, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	static java.lang.String internalGetTableName (java.lang.Class, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$ObjectTableNameResolver objectResolver
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$TableNameResolver classResolver
	public java.lang.Object marshallIntoObject (java.lang.Class, java.util.Map) 
		Class clazz
		java.util.Map itemAttributes
		String tableName
	private java.lang.Object privateMarshallIntoObject (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
		Class clazz
		java.util.Map values
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
	public java.util.List marshallIntoObjects (java.lang.Class, java.util.List) 
		java.util.Map item
		Class clazz
		java.util.List itemAttributes
		java.util.List result
	final java.util.List marshallIntoObjects (java.util.List) 
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters entry
		java.util.List parameters
		java.util.List result
	public void save (java.lang.Object) 
		Object object
	public void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	public void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$SaveObjectHandler saveObjectHandler
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig finalConfig
		Class clazz
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		boolean forcePut
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$SaveObjectHandler saveObjectHandler
	public void delete (java.lang.Object) 
		Object object
	public void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression deleteExpression
	public void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		String conditionalExpression
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression deleteExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		String tableName
		java.util.Map key
		java.util.Map internalAssertions
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest req
	public java.util.List batchDelete (java.lang.Iterable) 
		Iterable objectsToDelete
	public transient java.util.List batchDelete (java.lang.Object[]) 
		Object[] objectsToDelete
	public java.util.List batchSave (java.lang.Iterable) 
		Iterable objectsToSave
	public transient java.util.List batchSave (java.lang.Object[]) 
		Object[] objectsToSave
	public java.util.List batchWrite (java.lang.Iterable, java.lang.Iterable) 
		Iterable objectsToWrite
		Iterable objectsToDelete
	public java.util.List batchWrite (java.lang.Iterable, java.lang.Iterable, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue currentValue
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		Class clazz
		String tableName
		java.util.Map attributeValues
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
		Object toWrite
		Class clazz
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		java.util.Map key
		Object toDelete
		com.amazonaws.services.dynamodbv2.model.WriteRequest writeRequest
		java.util.Map$Entry tableRequest
		java.util.Iterator writeRequestIter
		InterruptedException e
		java.util.HashMap batch
		int i
		java.util.Iterator tableIter
		java.util.List failedBatches
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$ValueUpdate update
		Iterable objectsToWrite
		Iterable objectsToDelete
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		java.util.List totalFailedBatches
		java.util.HashMap requestItems
		java.util.List inMemoryUpdates
	private java.util.List writeOneBatch (java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy) 
		java.util.Map batch
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy batchWriteRetryStrategy
		java.util.List failedBatches
		java.util.Map firstHalfBatch
		java.util.Map secondHalfBatch
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$FailedBatch failedBatch
	private boolean containsThrottlingException (java.util.List) 
		Exception e
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$FailedBatch failedBatch
		java.util.List failedBatches
	private void divideBatch (java.util.Map, java.util.Map, java.util.Map) 
		java.util.List requests
		java.util.List firstHalfRequests
		java.util.List secondHalfRequests
		String key
		java.util.Map batch
		java.util.Map firstHalfBatch
		java.util.Map secondHalfBatch
	private int computeFailedBatchSize (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$FailedBatch) 
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$FailedBatch failedBatch
		int count
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$FailedBatch doBatchWriteItemWithRetry (java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy) 
		Exception e
		java.util.Map batch
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy batchWriteRetryStrategy
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult result
		int retries
		int maxRetries
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$FailedBatch failedBatch
		java.util.Map pendingItems
	public java.util.Map batchLoad (java.lang.Iterable) 
		Iterable itemsToGet
	public java.util.Map batchLoad (java.lang.Iterable, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		String tableName
		Object keyObject
		Iterable itemsToGet
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		boolean consistentReads
		java.util.Map requestItems
		java.util.Map classesByTableName
		java.util.Map resultSet
		int count
	public java.util.Map batchLoad (java.util.Map) 
		java.util.Map itemsToGet
	public java.util.Map batchLoad (java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.KeyPair keyPair
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		Class clazz
		java.util.Map itemsToGet
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		java.util.List keys
	private void processBatchGetRequest (java.util.Map, java.util.Map, java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
		java.util.Map item
		java.util.List objects
		Class clazz
		String tableName
		java.util.Map responses
		java.util.Map classesByTableName
		java.util.Map requestItems
		java.util.Map resultSet
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItemResult
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest batchGetItemRequest
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy batchLoadStrategy
		com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext batchLoadContext
		int retries
		int noOfItemsInOriginalRequest
	private java.util.Map convertToItem (java.util.Map) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.AttributeValue attributeValue
		String attributeAction
		java.util.Map$Entry entry
		java.util.Map putValues
		java.util.Map map
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList scan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList scan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList parallelScan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		int totalSegments
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList parallelScan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		int totalSegments
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		java.util.List parallelScanRequests
		com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask parallelScanTask
	public com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage scanPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
		com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage result
		java.util.List parameters
	public com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage scanPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList query (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList query (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
		com.amazonaws.services.dynamodbv2.model.QueryResult queryResult
	public com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage queryPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage queryPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
		com.amazonaws.services.dynamodbv2.model.QueryResult queryResult
		com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage result
		java.util.List parameters
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
		int count
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
		int count
		com.amazonaws.services.dynamodbv2.model.QueryResult queryResult
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig mergeConfig (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	private com.amazonaws.services.dynamodbv2.model.ScanRequest createScanRequestFromExpression (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
	private java.util.List createParallelScanRequestsFromExpression (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
		int segment
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		int totalSegments
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		java.util.List parallelScanRequests
	private com.amazonaws.services.dynamodbv2.model.QueryRequest createQueryRequestFromExpression (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression xpress
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		com.amazonaws.services.dynamodbv2.model.QueryRequest req
		java.util.Map hashKeyConditions
		java.util.Map rangeKeyConditions
	private void processKeyConditions (java.lang.Class, com.amazonaws.services.dynamodbv2.model.QueryRequest, java.util.Map, java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel rk
		String rangeKeyName
		boolean foundHashKeyConditionValidWithUserProvidedIndex
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel hk
		java.util.Collection annotatedGSINames
		String hashKeyName
		boolean foundValidQueryExpressionWithInferredIndex
		String indexNameInferredByThisHashKey
		java.util.Set annotatedGSIsOnHashKey
		String hashKeyName
		String inferredIndexName
		String hashKeyName
		Class clazz
		com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
		java.util.Map hashKeyConditions
		java.util.Map rangeKeyConditions
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		String keyCondExpression
		boolean hasRangeKeyCondition
		String userProvidedIndexName
		String primaryHashKeyName
		boolean hasPrimaryHashKeyCondition
		java.util.Map annotatedGSIsOnHashKeys
		String hashKeyNameForThisQuery
		boolean hasPrimaryRangeKeyCondition
		java.util.Set annotatedLSIsOnRangeKey
		java.util.Set annotatedGSIsOnRangeKey
		String rangeKeyNameForThisQuery
		boolean userProvidedLSIWithRangeKeyCondition
		boolean hashOnlyLSIQuery
		boolean userProvidedLSI
		boolean userProvidedGSIWithRangeKeyCondition
		boolean hashOnlyGSIQuery
		boolean userProvidedGSI
		java.util.Map keyConditions
	private com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters toParameters (java.util.Map, java.lang.Class, java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		java.util.Map attributeValues
		Class modelClass
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig mapperConfig
	private com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters toParameters (java.util.Map, boolean, java.lang.Class, java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		java.util.Map attributeValues
		boolean partialUpdate
		Class modelClass
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig mapperConfig
	final java.util.List toParameters (java.util.List, java.lang.Class, java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		java.util.Map item
		java.util.List attributeValues
		Class modelClass
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig mapperConfig
		java.util.List rval
	private java.util.Map untransformAttributes (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
	private java.util.Map transformAttributes (com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
	private java.util.Map transformAttributeUpdates (java.lang.Class, java.lang.String, java.util.Map, java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		java.util.Map$Entry e
		com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate update
		java.util.Map$Entry entry
		Class clazz
		String tableName
		java.util.Map keys
		java.util.Map updateValues
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		java.util.Map item
		java.util.HashSet keysAdded
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters parameters
		String hashKey
	private void pause (long) 
		InterruptedException e
		long delay
	private static java.util.Map mergeExpectedAttributeValueConditions (java.util.Map, java.util.Map, java.lang.String) 
		String attrName
		java.util.Map internalAssertions
		java.util.Map userProvidedConditions
		String userProvidedConditionOperator
		java.util.Map mergedExpectedValues
	static com.amazonaws.AmazonWebServiceRequest applyUserAgent (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
	static com.amazonaws.AmazonWebServiceRequest applyBatchOperationUserAgent (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
	public com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache getS3ClientCache () 
	public com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (java.lang.String, java.lang.String) 
		String bucketName
		String key
	public com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (com.amazonaws.services.s3.model.Region, java.lang.String, java.lang.String) 
		com.amazonaws.services.s3.model.Region s3region
		String bucketName
		String key
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest generateCreateTableRequest (java.lang.Class) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest createTableRequest
		java.util.Collection gsis
		java.util.Collection lsis
	public com.amazonaws.services.dynamodbv2.model.DeleteTableRequest generateDeleteTableRequest (java.lang.Class) 
		Class clazz
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest deleteTableRequest
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper newTableMapper (java.lang.Class) 
		Class clazz
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel access$000 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
		Class x1
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig x2
	static java.util.Map access$100 (java.util.Map, java.util.Map, java.lang.String) 
		java.util.Map x0
		java.util.Map x1
		String x2
	static java.util.Map access$200 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, java.lang.String, java.util.Map, java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
		Class x1
		String x2
		java.util.Map x3
		java.util.Map x4
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig x5
	static com.amazonaws.services.dynamodbv2.AmazonDynamoDB access$300 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
	static java.util.Map access$400 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.util.Map) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
		java.util.Map x1
	static com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters access$500 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.util.Map, java.lang.Class, java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
		java.util.Map x1
		Class x2
		String x3
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig x4
	static java.util.Map access$600 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
		com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer$Parameters x1
	static java.lang.String access$700 () 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$21.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$21 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.String convertTo (java.lang.Enum) 
		Enum o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapper$SaveObjectHandler.class
DynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$SaveObjectHandler extends java.lang.Object {
	protected final Object object
	protected final Class clazz
	private final String tableName
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig saveConfig
	private final java.util.Map primaryKeys
	private final java.util.Map updateValues
	private final java.util.Map internalExpectedValueAssertions
	protected final java.util.Map userProvidedExpectedValueConditions
	protected final String userProvidedConditionOperator
	private final java.util.List inMemoryUpdates
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper this$0
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, java.lang.Object, java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper this$0
		Class clazz
		Object object
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig saveConfig
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	public void execute () 
		com.amazonaws.services.dynamodbv2.model.AttributeValue newAttributeValue
		com.amazonaws.services.dynamodbv2.model.AttributeValue currentValue
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$ValueUpdate update
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
	protected abstract void onPrimaryKeyAttributeValue (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
	protected void onNonKeyAttribute (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.AttributeValue currentValue
	protected abstract void onNullNonKeyAttribute (java.lang.String) 
	protected abstract void executeLowLevelRequest () 
	protected com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior getLocalSaveBehavior () 
	protected java.lang.String getTableName () 
	protected java.util.Map getPrimaryKeyAttributeValues () 
	protected java.util.Map getAttributeValueUpdates () 
	protected java.util.Map mergeExpectedAttributeValueConditions () 
	protected java.util.List getInMemoryUpdates () 
	protected com.amazonaws.services.dynamodbv2.model.UpdateItemResult doUpdateItem () 
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest req
	protected com.amazonaws.services.dynamodbv2.model.PutItemResult doPutItem () 
		java.util.Map attributeValues
		com.amazonaws.services.dynamodbv2.model.PutItemRequest req
	private void onAutoGenerate (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	private void onAutoGenerateAssignableKey (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
	private void onVersionAttribute (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperTableModel.class
DynamoDBMapperTableModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter  {
	private final java.util.Map fields
	private final java.util.Map keys
	private final java.util.Map gsis
	private final java.util.Map lsis
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties properties
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder builder
	public java.lang.Class targetType () 
	public java.lang.String tableName () 
	public java.util.Collection fields () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field (java.lang.String) 
		String attributeName
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field (com.amazonaws.services.dynamodbv2.model.KeyType) 
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public java.util.Collection keys () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel hashKey () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel rangeKey () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel rangeKeyIfExists () 
	public java.util.Collection globalSecondaryIndexes () 
		String indexName
		java.util.Collection copies
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex globalSecondaryIndex (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement key
		String indexName
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex gsi
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex copy
	public java.util.Collection localSecondaryIndexes () 
		String indexName
		java.util.Collection copies
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex localSecondaryIndex (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement key
		String indexName
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex lsi
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex copy
	public java.util.Map convert (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		Object object
		java.util.Map map
	public java.lang.Object unconvert (java.util.Map) 
		Object result
		Exception e
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		java.util.Map object
		Object result
	public java.lang.Object newKey (java.lang.Object, java.lang.Object) 
		Object key
		Exception e
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel hk
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel rk
		Object hashKey
		Object rangeKey
		Object key
	public java.util.Map mapKey (java.lang.Object, java.lang.Object) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel hk
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel rk
		Object hashKey
		Object rangeKey
		java.util.Map key
	public java.util.Map mapKey (java.lang.Object) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		Object object
		java.util.Map key
	public boolean anyKeyGeneratable (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$SaveBehavior saveBehavior
	public volatile java.lang.Object unconvert (java.lang.Object) 
	public volatile java.lang.Object convert (java.lang.Object) 
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder x0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequences$6.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences$6 extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence  {
	final Class val$targetType
	void  (java.lang.Class) 
	public java.lang.Object next (java.lang.Object) 
		Object o
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardModelFactories$SchemaFactory.class
StandardModelFactories.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$SchemaFactory extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory  {
	private final java.util.concurrent.ConcurrentMap cache
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	private final com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema schema
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies depends
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel getTableModel (java.lang.Class) 
		Class targetType
	private com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel newTableModel (java.lang.Class) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Builder field
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean bean
		String name
		Class targetType
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder builder
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$TableMap annotations
		java.util.Map beans
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies, com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema x0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig x1
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies x2
		com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$1 x3
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$BatchWriteRetryStrategy.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchWriteRetryStrategy extends java.lang.Object {
	public abstract int getMaxRetryOnUnprocessedItems (java.util.Map) 
	public abstract long getDelayBeforeRetryUnprocessedItems (java.util.Map, int) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardModelFactories$SchemaFactoryFactory.class
StandardModelFactories.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$SchemaFactoryFactory extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Factory  {
	private final java.util.concurrent.ConcurrentMap cache
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies depends
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies depends
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory getModelFactory (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Schema schema
	void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies, com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies x0
		com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/KeyPair.class
KeyPair.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.KeyPair extends java.lang.Object {
	private Object hashKey
	private Object rangeKey
	public void  () 
	public com.amazonaws.services.dynamodbv2.datamodeling.KeyPair withHashKey (java.lang.Object) 
		Object hashkey
	public com.amazonaws.services.dynamodbv2.datamodeling.KeyPair withRangeKey (java.lang.Object) 
		Object rangeKey
	public void setHashKey (java.lang.Object) 
		Object hashKey
	public void setRangeKey (java.lang.Object) 
		Object rangeKey
	public java.lang.Object getHashKey () 
	public java.lang.Object getRangeKey () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardBeanProperties$1.class
StandardBeanProperties.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$V2MarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$V2MarshallerSet extends java.lang.Object {
	void  () 
	private static java.util.List marshallers () 
		java.util.List list
	private static java.util.List setMarshallers () 
		java.util.List list
	static java.util.List access$600 () 
	static java.util.List access$700 () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ScanResultPage.class
ScanResultPage.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage extends java.lang.Object {
	private java.util.List results
	private java.util.Map lastEvaluatedKey
	private Integer count
	private Integer scannedCount
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void  () 
	public java.util.List getResults () 
	public void setResults (java.util.List) 
		java.util.List results
	public java.util.Map getLastEvaluatedKey () 
	public void setLastEvaluatedKey (java.util.Map) 
		java.util.Map lastEvaluatedKey
	public java.lang.Integer getCount () 
	public void setCount (java.lang.Integer) 
		Integer count
	public java.lang.Integer getScannedCount () 
	public void setScannedCount (java.lang.Integer) 
		Integer scannedCount
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapper$1.class
DynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$1 extends com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$SaveObjectHandler {
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper this$0
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, java.lang.Object, java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper this$0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper x0
		Class clazz
		Object object
		String tableName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig saveConfig
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	protected void onPrimaryKeyAttributeValue (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.AttributeValue keyAttributeValue
	protected void onNullNonKeyAttribute (java.lang.String) 
		String attributeName
	protected void executeLowLevelRequest () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBTable.class
DynamoDBTable.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTable extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String tableName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$CachingMarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$CachingMarshallerSet extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet  {
	private final java.util.Map cache
	private final java.util.Map memberCache
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet wrapped
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet wrapped
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMarshaller (java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaler
		java.lang.reflect.Method getter
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMemberMarshaller (java.lang.reflect.Type) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller marshaller
		java.lang.reflect.Type memberType
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperTableModel$1.class
DynamoDBMapperTableModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperTableModel$Builder.class
DynamoDBMapperTableModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder extends java.lang.Object {
	private final java.util.Map fields
	private final java.util.Map keys
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties$Builder properties
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties defaults
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder withTableName (java.lang.String) 
		String tableName
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder with (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
	public java.util.Map globalSecondaryIndexes () 
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex gsi
		String indexName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex gsi
		String indexName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		java.util.Map map
	public java.util.Map localSecondaryIndexes () 
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex lsi
		String indexName
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field
		java.util.Map map
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel build () 
	static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties$Builder access$000 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder x0
	static java.util.Map access$100 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder x0
	static java.util.Map access$200 (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Builder x0
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequences$5.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences$5 extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence  {
	void  () 
	public final java.lang.Short next (java.lang.Short) 
		Short o
	public volatile java.lang.Object next (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$Pair.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Pair extends java.lang.Object {
	public final Class key
	public final Object value
	public static com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Pair of (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller) 
		Class key
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller value
	public static com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$Pair of (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		Class key
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller value
	private void  (java.lang.Class, java.lang.Object) 
		Class key
		Object value
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequences$2.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences$2 extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence  {
	void  () 
	public final java.lang.Byte next (java.lang.Byte) 
		Byte o
	public volatile java.lang.Object next (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardModelFactories$1.class
StandardModelFactories.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.StandardModelFactories$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$StandardConversionSchema.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$StandardConversionSchema extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema  {
	private final String name
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet marshallers
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet unmarshallers
	public void  (java.lang.String, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet, com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet) 
		String name
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet marshallers
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet unmarshallers
	public com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter getConverter (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies dependencies
		com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache s3cc
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBHashKey.class
DynamoDBHashKey.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBHashKey extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String attributeName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperTableModel$Properties$Builder.class
DynamoDBMapperTableModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties$Builder extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties  {
	private Class targetType
	private String tableName
	public void  () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties$Builder with (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties defaults
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties$Builder withTargetType (java.lang.Class) 
		Class targetType
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties$Builder withTableName (java.lang.String) 
		String tableName
	public java.lang.Class targetType () 
	public java.lang.String tableName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBTableMapper.class
DynamoDBTableMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTableMapper extends java.lang.Object {
	private static final org.apache.commons.logging.Log LOG
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel hk
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel rk
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB db
	protected void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, com.amazonaws.services.dynamodbv2.AmazonDynamoDB) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel model
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB db
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel field (java.lang.String) 
		String attributeName
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel hashKey () 
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel rangeKey () 
	public final java.util.List batchLoad (java.lang.Iterable) 
		Iterable itemsToGet
		java.util.Map results
	public final java.util.List batchSave (java.lang.Iterable) 
		Iterable objectsToSave
	public final java.util.List batchDelete (java.lang.Iterable) 
		Iterable objectsToDelete
	public final java.util.List batchWrite (java.lang.Iterable, java.lang.Iterable) 
		Iterable objectsToWrite
		Iterable objectsToDelete
	public final java.lang.Object load (java.lang.Object) 
		Object hashKey
	public final java.lang.Object load (java.lang.Object, java.lang.Object) 
		Object hashKey
		Object rangeKey
	public final void save (java.lang.Object) 
		Object object
	public final void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	public final void saveIfNotExists (java.lang.Object)  throws com.amazonaws.services.dynamodbv2.model.ConditionalCheckFailedException 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	public final void saveIfExists (java.lang.Object)  throws com.amazonaws.services.dynamodbv2.model.ConditionalCheckFailedException 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	public final void delete (java.lang.Object) 
		Object object
	public final void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression deleteExpression
	public final void deleteIfExists (java.lang.Object)  throws com.amazonaws.services.dynamodbv2.model.ConditionalCheckFailedException 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression deleteExpression
	public final int count (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public final com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage query (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public final com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage queryPage (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public final int count (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public final com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList scan (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public final com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage scanPage (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public final com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList parallelScan (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		int totalSegments
	public final com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (com.amazonaws.services.s3.model.Region, java.lang.String, java.lang.String) 
		com.amazonaws.services.s3.model.Region s3region
		String bucketName
		String key
	public final com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (java.lang.String, java.lang.String) 
		String bucketName
		String key
	public final com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache getS3ClientCache () 
	public final com.amazonaws.services.dynamodbv2.model.TableDescription describeTable () 
	public final boolean createTableIfNotExists (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ResourceInUseException e
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput throughput
	public final boolean deleteTableIfExists () 
		com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException e
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/S3Link$S3.class
S3Link.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.S3Link$S3 extends java.lang.Object {
	private String bucket
	private String key
	private String regionId
	void  () 
	void  (java.lang.String, java.lang.String) 
		String bucket
		String key
	void  (com.amazonaws.services.s3.model.Region, java.lang.String, java.lang.String) 
		com.amazonaws.services.s3.model.Region region
		String bucket
		String key
	public java.lang.String getBucket () 
	public java.lang.String getKey () 
	public java.lang.String getRegionId () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBScanExpression.class
DynamoDBScanExpression.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression extends java.lang.Object {
	private java.util.Map scanFilter
	private java.util.Map exclusiveStartKey
	private Integer limit
	private Integer totalSegments
	private Integer segment
	private String conditionalOperator
	private String filterExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	private String select
	private String projectionExpression
	private String returnConsumedCapacity
	private String indexName
	private Boolean consistentRead
	public void  () 
	public java.lang.String getIndexName () 
	public void setIndexName (java.lang.String) 
		String indexName
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withIndexName (java.lang.String) 
		String indexName
	public java.util.Map getScanFilter () 
	public void setScanFilter (java.util.Map) 
		java.util.Map scanFilter
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withScanFilter (java.util.Map) 
		java.util.Map scanFilter
	public void addFilterCondition (java.lang.String, com.amazonaws.services.dynamodbv2.model.Condition) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.Condition condition
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withFilterConditionEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.Condition) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.Condition condition
	public java.util.Map getExclusiveStartKey () 
	public void setExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public java.lang.Integer getLimit () 
	public void setLimit (java.lang.Integer) 
		Integer limit
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Integer getTotalSegments () 
	public void setTotalSegments (java.lang.Integer) 
		Integer totalSegments
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withTotalSegments (java.lang.Integer) 
		Integer totalSegments
	public java.lang.Integer getSegment () 
	public void setSegment (java.lang.Integer) 
		Integer segment
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withSegment (java.lang.Integer) 
		Integer segment
	public java.lang.String getConditionalOperator () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public java.lang.String getFilterExpression () 
	public void setFilterExpression (java.lang.String) 
		String filterExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withFilterExpression (java.lang.String) 
		String filterExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression clearExpressionAttributeValuesEntries () 
	public java.lang.String getSelect () 
	public void setSelect (java.lang.String) 
		String select
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withSelect (java.lang.String) 
		String select
	public void setSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public java.lang.String getProjectionExpression () 
	public void setProjectionExpression (java.lang.String) 
		String projectionExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.lang.String getReturnConsumedCapacity () 
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public java.lang.Boolean isConsistentRead () 
	public void setConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression withConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$MarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMarshaller (java.lang.reflect.Method) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMemberMarshaller (java.lang.reflect.Type) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMappingException.class
DynamoDBMappingException.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException extends java.lang.RuntimeException {
	private static final long serialVersionUID
	public void  () 
	public void  (java.lang.String, java.lang.Throwable) 
		String message
		Throwable cause
	public void  (java.lang.String) 
		String message
	public void  (java.lang.Throwable) 
		Throwable cause
}

com/amazonaws/services/dynamodbv2/datamodeling/BatchLoadContext.class
BatchLoadContext.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext extends java.lang.Object {
	private com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItemResult
	private final com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest batchGetItemRequest
	private int retriesAttempted
	public void  (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest batchGetItemRequest
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult getBatchGetItemResult () 
	public void setBatchGetItemResult (com.amazonaws.services.dynamodbv2.model.BatchGetItemResult) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItemResult
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest getBatchGetItemRequest () 
	public int getRetriesAttempted () 
	public void setRetriesAttempted (int) 
		int retriesAttempted
}

com/amazonaws/services/dynamodbv2/datamodeling/JsonMarshaller.class
JsonMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.JsonMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller  {
	private static final com.fasterxml.jackson.databind.ObjectMapper mapper
	private static final com.fasterxml.jackson.databind.ObjectWriter writer
	private final Class valueType
	public void  (java.lang.Class) 
		Class valueType
	public void  () 
	protected final java.lang.Class getValueType () 
	public java.lang.String marshall (java.lang.Object) 
		com.fasterxml.jackson.core.JsonProcessingException e
		Object obj
	public java.lang.Object unmarshall (java.lang.Class, java.lang.String) 
		Exception e
		Class clazz
		String json
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$7.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$7 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.util.Calendar convertTo (java.lang.String) 
		String o
		java.util.Calendar calendar
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchema$Dependencies.class
ConversionSchema.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies extends java.lang.Object {
	private final java.util.Map values
	public void  () 
	public java.lang.Object get (java.lang.Class) 
		Class clazz
	public com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchema$Dependencies with (java.lang.Class, java.lang.Object) 
		Class clazz
		Object value
	public java.lang.String toString () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGeneratedDefault.class
DynamoDBAutoGeneratedDefault.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedDefault extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String value () 
}

com/amazonaws/services/dynamodbv2/datamodeling/AbstractDynamoDBMapper.class
AbstractDynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.AbstractDynamoDBMapper extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper  {
	protected void  () 
	public java.lang.Object load (java.lang.Class, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		Object hashKey
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.lang.Object load (java.lang.Class, java.lang.Object) 
		Class clazz
		Object hashKey
	public java.lang.Object load (java.lang.Class, java.lang.Object, java.lang.Object) 
		Class clazz
		Object hashKey
		Object rangeKey
	public java.lang.Object load (java.lang.Object) 
		Object keyObject
	public java.lang.Object load (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object keyObject
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.lang.Object load (java.lang.Class, java.lang.Object, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		Object hashKey
		Object rangeKey
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.lang.Object marshallIntoObject (java.lang.Class, java.util.Map) 
		Class clazz
		java.util.Map itemAttributes
	public java.util.List marshallIntoObjects (java.lang.Class, java.util.List) 
		Class clazz
		java.util.List itemAttributes
	public void save (java.lang.Object) 
		Object object
	public void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
	public void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression saveExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public void delete (java.lang.Object) 
		Object object
	public void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression deleteExpression
	public void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Object object
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression deleteExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.util.List batchDelete (java.lang.Iterable) 
		Iterable objectsToDelete
	public transient java.util.List batchDelete (java.lang.Object[]) 
		Object[] objectsToDelete
	public java.util.List batchSave (java.lang.Iterable) 
		Iterable objectsToSave
	public transient java.util.List batchSave (java.lang.Object[]) 
		Object[] objectsToSave
	public java.util.List batchWrite (java.lang.Iterable, java.lang.Iterable) 
		Iterable objectsToWrite
		Iterable objectsToDelete
	public java.util.List batchWrite (java.lang.Iterable, java.lang.Iterable, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Iterable objectsToWrite
		Iterable objectsToDelete
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.util.Map batchLoad (java.lang.Iterable) 
		Iterable itemsToGet
	public java.util.Map batchLoad (java.lang.Iterable, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Iterable itemsToGet
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public java.util.Map batchLoad (java.util.Map) 
		java.util.Map itemsToGet
	public java.util.Map batchLoad (java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		java.util.Map itemsToGet
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList scan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList scan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList parallelScan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		int totalSegments
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList parallelScan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		int totalSegments
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage scanPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage scanPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList query (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList query (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage queryPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage queryPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression scanExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
	public int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
		Class clazz
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression queryExpression
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig config
	public com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache getS3ClientCache () 
	public com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (java.lang.String, java.lang.String) 
		String bucketName
		String key
	public com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (com.amazonaws.services.s3.model.Region, java.lang.String, java.lang.String) 
		com.amazonaws.services.s3.model.Region s3region
		String bucketName
		String key
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest generateCreateTableRequest (java.lang.Class) 
		Class clazz
	public com.amazonaws.services.dynamodbv2.model.DeleteTableRequest generateDeleteTableRequest (java.lang.Class) 
		Class clazz
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGeneratedDefault$Generator.class
DynamoDBAutoGeneratedDefault.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedDefault$Generator extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo converter
	private final String defaultValue
	public void  (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedDefault) 
		Class targetType
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedDefault annotation
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy getGenerateStrategy () 
	public final java.lang.Object generate (java.lang.Object) 
		Object currentValue
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardBeanProperties$MethodReflect.class
StandardBeanProperties.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect  {
	private final java.lang.reflect.Method getter
	private final java.lang.reflect.Method setter
	private void  (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
	public final java.lang.Class targetType () 
	public java.lang.Object get (java.lang.Object) 
		Exception e
		Object object
	public void set (java.lang.Object, java.lang.Object) 
		Exception e
		Object object
		Object value
	static java.lang.reflect.Method access$100 (com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect x0
	static java.lang.reflect.Method access$200 (com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect x0
	void  (java.lang.reflect.Method, com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$1) 
		java.lang.reflect.Method x0
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$2.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$2 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.math.BigInteger convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$5.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$5 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final byte[] convertTo (java.nio.ByteBuffer) 
		java.nio.ByteBuffer o
		byte[] array
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBDeleteExpression.class
DynamoDBDeleteExpression.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression extends java.lang.Object {
	private java.util.Map expectedAttributes
	private String conditionalOperator
	private String conditionExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	public void  () 
	public java.util.Map getExpected () 
	public void setExpected (java.util.Map) 
		java.util.Map expectedAttributes
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression withExpected (java.util.Map) 
		java.util.Map expectedAttributes
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression withExpectedEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue expected
	public java.lang.String getConditionalOperator () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public java.lang.String getConditionExpression () 
	public void setConditionExpression (java.lang.String) 
		String conditionExpression
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression withConditionExpression (java.lang.String) 
		String conditionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression clearExpressionAttributeValuesEntries () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$AnnotationAwareUnmarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$AnnotationAwareUnmarshallerSet extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet wrapped
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet wrapped
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getUnmarshaller (java.lang.reflect.Method, java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		java.lang.reflect.Method setter
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry registry
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller customUnmarshaller
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getMemberUnmarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type c
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentUnmarshaller.class
ArgumentUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller extends java.lang.Object {
	public abstract void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	public abstract java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$20.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$20 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.String convertTo (com.amazonaws.services.dynamodbv2.datamodeling.S3Link) 
		com.amazonaws.services.dynamodbv2.datamodeling.S3Link o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGeneratedKey$Generator.class
DynamoDBAutoGeneratedKey.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedKey$Generator extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo converter
	public void  (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedKey) 
		Class targetType
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedKey annotation
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy getGenerateStrategy () 
	public final java.lang.Object generate (java.lang.Object) 
		Object currentValue
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$4.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$4 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Byte convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMarshaller.class
DynamoDBMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller extends java.lang.Object {
	public abstract java.lang.String marshall (java.lang.Object) 
	public abstract java.lang.Object unmarshall (java.lang.Class, java.lang.String) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardAnnotationMaps$AnnotationMap.class
StandardAnnotationMaps.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$AnnotationMap extends java.lang.Object {
	private final java.util.Map map
	void  () 
	final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$AnnotationMap putAll (java.lang.reflect.AnnotatedElement) 
		java.lang.annotation.Annotation a2
		java.lang.annotation.Annotation a1
		java.util.Map tmp
		java.lang.reflect.AnnotatedElement annotated
	final transient boolean has (java.lang.Class[]) 
		Class annotationType
		Class[] annotationTypes
	final java.lang.annotation.Annotation get (java.lang.Class, boolean) 
		Class annotationType
		boolean mappedBy
		java.lang.annotation.Annotation annotation
	final java.lang.annotation.Annotation get (java.lang.Class) 
		Class annotationType
}

com/amazonaws/services/dynamodbv2/datamodeling/S3ClientCache.class
S3ClientCache.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache extends java.lang.Object {
	private final java.util.concurrent.ConcurrentMap clientsByRegion
	private final java.util.Map transferManagersByRegion
	private final com.amazonaws.auth.AWSCredentialsProvider awscredentialsProvider
	void  (com.amazonaws.auth.AWSCredentials) 
		com.amazonaws.auth.AWSCredentials credentials
	void  (com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
	public void useClient (com.amazonaws.services.s3.AmazonS3) 
		com.amazonaws.services.s3.transfer.TransferManager tm
		com.amazonaws.services.s3.AmazonS3 client
		com.amazonaws.services.s3.model.Region s3region
	public com.amazonaws.services.s3.AmazonS3 getClient (com.amazonaws.services.s3.model.Region) 
		com.amazonaws.services.s3.model.Region s3region
		com.amazonaws.services.s3.AmazonS3 client
	private com.amazonaws.services.s3.AmazonS3 cacheClient (com.amazonaws.services.s3.model.Region) 
		com.amazonaws.services.s3.model.Region s3region
		com.amazonaws.services.s3.AmazonS3 client
	public com.amazonaws.services.s3.transfer.TransferManager getTransferManager (com.amazonaws.services.s3.model.Region) 
		com.amazonaws.services.s3.transfer.TransferManager tm
		com.amazonaws.services.s3.model.Region region
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/SSUnmarshaller.class
SSUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SSUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/NullableUnmarshaller.class
NullableUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NullableUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller wrapped
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller wrapped
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ByteUnmarshaller.class
ByteUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ByteSetUnmarshaller.class
ByteSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BigIntegerSetUnmarshaller.class
BigIntegerSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/CustomUnmarshaller.class
CustomUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CustomUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SUnmarshaller {
	private final Class targetClass
	private final Class unmarshallerClass
	public void  (java.lang.Class, java.lang.Class) 
		Class targetClass
		Class unmarshallerClass
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller unmarshaller
	private static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller createUnmarshaller (java.lang.Class) 
		InstantiationException e
		IllegalAccessException e
		Class clazz
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BUnmarshaller.class
BUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/S3LinkUnmarshaller.class
S3LinkUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache clientCache
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.S3LinkUnmarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache) 
		com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache clientCache
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/StringUnmarshaller.class
StringUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ListUnmarshaller.class
ListUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ListUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ListUnmarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ListUnmarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
		com.amazonaws.services.dynamodbv2.model.AttributeValue v
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.List values
		java.util.List objects
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/DateSetUnmarshaller.class
DateSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ByteBufferUnmarshaller.class
ByteBufferUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/UUIDSetUnmarshaller.class
UUIDSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDSetUnmarshaller instance () 
	private void  () 
	public java.util.Set unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	public volatile java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/SUnmarshaller.class
SUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/LUnmarshaller.class
LUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BSUnmarshaller.class
BSUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BSUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ShortSetUnmarshaller.class
ShortSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/StringSetUnmarshaller.class
StringSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.StringSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/UUIDUnmarshaller.class
UUIDUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.UUIDUnmarshaller instance () 
	private void  () 
	public java.util.UUID unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	public volatile java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BooleanUnmarshaller.class
BooleanUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanUnmarshaller instance () 
	private void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BigDecimalUnmarshaller.class
BigDecimalUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ByteBufferSetUnmarshaller.class
ByteBufferSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteBufferSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/FloatSetUnmarshaller.class
FloatSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/LongUnmarshaller.class
LongUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BigIntegerUnmarshaller.class
BigIntegerUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigIntegerUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/CalendarUnmarshaller.class
CalendarUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Calendar cal
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/MapUnmarshaller.class
MapUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MapUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MapUnmarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MapUnmarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
		java.util.Map$Entry entry
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Map map
		java.util.Map result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/DoubleSetUnmarshaller.class
DoubleSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/NSUnmarshaller.class
NSUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ObjectSetUnmarshaller.class
ObjectSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectSetUnmarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectSetUnmarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller) 
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller memberUnmarshaller
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
		Object o
		com.amazonaws.services.dynamodbv2.model.AttributeValue v
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.List values
		int size
		java.util.Set objects
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/IntegerSetUnmarshaller.class
IntegerSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/DateUnmarshaller.class
DateUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DateUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/LongSetUnmarshaller.class
LongSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.LongSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/MUnmarshaller.class
MUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ByteArrayUnmarshaller.class
ByteArrayUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArrayUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArrayUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArrayUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.nio.ByteBuffer buffer
		byte[] array
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/IntegerUnmarshaller.class
IntegerUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.IntegerUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/DoubleUnmarshaller.class
DoubleUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.DoubleUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ByteArraySetUnmarshaller.class
ByteArraySetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArraySetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArraySetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ByteArraySetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		byte[] array
		java.nio.ByteBuffer buffer
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ObjectUnmarshaller.class
ObjectUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.MUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectUnmarshaller INSTANCE
	private final com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
	private final Class clazz
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ObjectUnmarshaller instance () 
	private void  () 
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter, java.lang.Class) 
		com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter converter
		Class clazz
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue)  throws java.text.ParseException 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Map map
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/NUnmarshaller.class
NUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
abstract com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BigDecimalSetUnmarshaller.class
BigDecimalSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BigDecimalSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/ShortUnmarshaller.class
ShortUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.ShortUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/CalendarSetUnmarshaller.class
CalendarSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarSetUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.SSUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.CalendarSetUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		java.util.Calendar cal
		String s
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.Set result
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/BooleanSetUnmarshaller.class
BooleanSetUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller  {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.BooleanSetUnmarshaller instance () 
	private void  () 
	public void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.lang.reflect.Method setter
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	private java.util.Set unmarshallList (java.util.List) 
		Boolean bool
		Boolean bool
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		java.util.List values
		java.util.Set result
	private java.util.Set unmarshallNS (java.util.List) 
		String s
		java.util.List values
		java.util.Set result
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/unmarshallers/FloatUnmarshaller.class
FloatUnmarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
public com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatUnmarshaller extends com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.NUnmarshaller {
	private static final com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatUnmarshaller INSTANCE
	public static com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers.FloatUnmarshaller instance () 
	private void  () 
	public java.lang.Object unmarshall (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public volatile void typeCheck (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.reflect.Method) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$StringToEnum.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$StringToEnum extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	private final Class targetType
	private void  (java.lang.Class) 
		Class targetType
	public final java.lang.Enum convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
	void  (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$1) 
		Class x0
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$15.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$15 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Integer convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardBeanProperties$Bean.class
StandardBeanProperties.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$Bean extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect reflect
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap annotations
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect, com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect reflect
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap annotations
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id id () 
	final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap annotations () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect reflect () 
	final java.lang.reflect.Method getter () 
	final java.lang.reflect.Method setter () 
	final java.lang.reflect.Type genericTargetType () 
	public final java.lang.Class targetType () 
	public java.lang.Object get (java.lang.Object) 
		Object object
	public void set (java.lang.Object, java.lang.Object) 
		Object object
		Object value
	void  (com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect, com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id, com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$MethodReflect x0
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$FieldMap x1
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Id x2
		com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties$1 x3
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$8.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$8 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.util.Calendar convertTo (java.util.Date) 
		java.util.Date o
		java.util.Calendar calendar
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapper$FailedBatch.class
DynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper$FailedBatch extends java.lang.Object {
	private java.util.Map unprocessedItems
	private Exception exception
	public void  () 
	public void setUnprocessedItems (java.util.Map) 
		java.util.Map unprocessedItems
	public java.util.Map getUnprocessedItems () 
	public void setException (java.lang.Exception) 
		Exception excetpion
	public java.lang.Exception getException () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperModelFactory$Factory.class
DynamoDBMapperModelFactory.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory$Factory extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperModelFactory getModelFactory (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperConfig$NoRetryBatchLoadRetryStrategy.class
DynamoDBMapperConfig.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$NoRetryBatchLoadRetryStrategy extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$BatchLoadRetryStrategy  {
	public void  () 
	public boolean shouldRetry (com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext) 
		com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext batchLoadContext
	public long getDelayBeforeNextRetry (com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext) 
		com.amazonaws.services.dynamodbv2.datamodeling.BatchLoadContext batchLoadContext
}

com/amazonaws/services/dynamodbv2/datamodeling/IDynamoDBMapper.class
IDynamoDBMapper.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.IDynamoDBMapper extends java.lang.Object {
	public abstract java.lang.Object load (java.lang.Class, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract java.lang.Object load (java.lang.Class, java.lang.Object) 
	public abstract java.lang.Object load (java.lang.Class, java.lang.Object, java.lang.Object) 
	public abstract java.lang.Object load (java.lang.Object) 
	public abstract java.lang.Object load (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract java.lang.Object load (java.lang.Class, java.lang.Object, java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract java.lang.Object marshallIntoObject (java.lang.Class, java.util.Map) 
	public abstract java.util.List marshallIntoObjects (java.lang.Class, java.util.List) 
	public abstract void save (java.lang.Object) 
	public abstract void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression) 
	public abstract void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract void save (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBSaveExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract void delete (java.lang.Object) 
	public abstract void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression) 
	public abstract void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract void delete (java.lang.Object, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDeleteExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract java.util.List batchDelete (java.lang.Iterable) 
	public transient abstract java.util.List batchDelete (java.lang.Object[]) 
	public abstract java.util.List batchSave (java.lang.Iterable) 
	public transient abstract java.util.List batchSave (java.lang.Object[]) 
	public abstract java.util.List batchWrite (java.lang.Iterable, java.lang.Iterable) 
	public abstract java.util.List batchWrite (java.lang.Iterable, java.lang.Iterable, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract java.util.Map batchLoad (java.lang.Iterable) 
	public abstract java.util.Map batchLoad (java.lang.Iterable, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract java.util.Map batchLoad (java.util.Map) 
	public abstract java.util.Map batchLoad (java.util.Map, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList scan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.PaginatedScanList scan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList parallelScan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList parallelScan (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, int, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage scanPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage scanPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList query (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.PaginatedQueryList query (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage queryPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.QueryResultPage queryPage (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression) 
	public abstract int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression) 
	public abstract int count (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBQueryExpression, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache getS3ClientCache () 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (java.lang.String, java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.S3Link createS3Link (com.amazonaws.services.s3.model.Region, java.lang.String, java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.CreateTableRequest generateCreateTableRequest (java.lang.Class) 
	public abstract com.amazonaws.services.dynamodbv2.model.DeleteTableRequest generateDeleteTableRequest (java.lang.Class) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$UnmarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$UnmarshallerSet extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getUnmarshaller (java.lang.reflect.Method, java.lang.reflect.Method) 
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentUnmarshaller getMemberUnmarshaller (java.lang.reflect.Type) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$NumberSetAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$NumberSetAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGenerator.class
DynamoDBAutoGenerator.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator extends java.lang.Object {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy getGenerateStrategy () 
	public abstract java.lang.Object generate (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperFieldModel$Reflect.class
DynamoDBMapperFieldModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperFieldModel$Reflect extends java.lang.Object {
	public abstract java.lang.Class targetType () 
	public abstract java.lang.Object get (java.lang.Object) 
	public abstract void set (java.lang.Object, java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator$Sequences$3.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequences$3 extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence  {
	void  () 
	public final java.lang.Integer next (java.lang.Integer) 
		Integer o
	public volatile java.lang.Object next (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute$Generator.class
DynamoDBVersionAttribute.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerator  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute$Generator$Sequence sequence
	public void  (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute) 
		Class targetType
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBVersionAttribute annotation
	public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy getGenerateStrategy () 
	public final java.lang.Object generate (java.lang.Object) 
		Object currentValue
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$ConvertTo.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo extends java.lang.Object {
	static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo ANY
	void  () 
	public abstract java.lang.Object convertTo (java.lang.Object) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMapperTableModel$Properties.class
DynamoDBMapperTableModel.java
package com.amazonaws.services.dynamodbv2.datamodeling
abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties extends java.lang.Object {
	public abstract java.lang.Class targetType () 
	public abstract java.lang.String tableName () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGeneratedTimestamp.class
DynamoDBAutoGeneratedTimestamp.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGeneratedTimestamp extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy strategy () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$StringAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$StringAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$BooleanAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BooleanAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$16.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$16 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Long convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMappingsRegistry$1.class
DynamoDBMappingsRegistry.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$1 extends java.lang.Object {
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBTypeConverter.class
DynamoDBTypeConverter.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTypeConverter extends java.lang.Object {
	public abstract java.lang.Object convert (java.lang.Object) 
	public abstract java.lang.Object unconvert (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ReflectionUtils.class
ReflectionUtils.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ReflectionUtils extends java.lang.Object {
	void  () 
	static java.lang.String getFieldNameByGetter (java.lang.reflect.Method, boolean) 
		java.lang.reflect.Method getter
		boolean forceCamelCase
		String getterName
		String fieldNameWithUpperCamelCase
	static final java.lang.reflect.Field getDeclaredFieldByGetter (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
	static final java.lang.reflect.Method getDeclaredSetterByGetter (java.lang.reflect.Method) 
		Exception e
		java.lang.reflect.Method getter
		String setterName
	static java.lang.reflect.Field getClassFieldByName (java.lang.Class, java.lang.String) 
		SecurityException e
		NoSuchFieldException e
		Class clazz
		String fieldName
	static java.lang.annotation.Annotation getAnnotationFromGetterOrField (java.lang.reflect.Method, java.lang.Class) 
		java.lang.reflect.Method getter
		Class annotationClass
		java.lang.annotation.Annotation onGetter
		String fieldName
		java.lang.reflect.Field field
		java.lang.annotation.Annotation onField
	static boolean getterOrFieldHasAnnotation (java.lang.reflect.Method, java.lang.Class) 
		java.lang.reflect.Method getter
		Class annotationClass
	static java.lang.Class resolveClass (java.lang.reflect.Type) 
		java.lang.reflect.Type type
		java.lang.reflect.Type localType
	static final java.util.List getters (java.lang.Class) 
		java.lang.reflect.Method method
		Class clazz
		java.util.List getters
	private static final boolean isGetter (java.lang.reflect.Method) 
		java.lang.reflect.Method method
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$19.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$19 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.String convertTo (java.lang.Object) 
		Object o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/PaginatedList.class
PaginatedList.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList extends java.lang.Object implements java.util.List  {
	private static final String UNMODIFIABLE_MESSAGE
	private static final String ITERATION_ONLY_UNSUPPORTED_OPERATION_MESSAGE
	protected final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
	protected final Class clazz
	protected final com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
	protected boolean allResultsLoaded
	protected final java.util.List allResults
	protected final java.util.List nextResults
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
	private boolean iterationStarted
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, com.amazonaws.services.dynamodbv2.AmazonDynamoDB) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
		Class clazz
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, java.lang.Class, com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
		Class clazz
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig$PaginationLoadingStrategy paginationLoadingStrategy
	public synchronized void loadAllResults () 
	private boolean nextResultsAvailable () 
	private synchronized boolean loadNextResults () 
	private void moveNextResults (boolean) 
		boolean clearPreviousResults
	protected abstract java.util.List fetchNextPage () 
	protected abstract boolean atEndOfResults () 
	public java.util.Iterator iterator () 
	public boolean isEmpty () 
	public java.lang.Object get (int) 
		int n
	public boolean contains (java.lang.Object) 
		boolean found
		Object arg0
	public java.util.List subList (int, int) 
		int arg0
		int arg1
	public int indexOf (java.lang.Object) 
		int size
		Object arg0
		int indexOf
	public int size () 
	public boolean containsAll (java.util.Collection) 
		java.util.Collection arg0
	public int lastIndexOf (java.lang.Object) 
		Object arg0
	public java.lang.Object[] toArray () 
	public java.lang.Object[] toArray (java.lang.Object[]) 
		Object[] a
	public java.util.ListIterator listIterator () 
	public java.util.ListIterator listIterator (int) 
		int arg0
	public boolean remove (java.lang.Object) 
		Object arg0
	public java.lang.Object remove (int) 
		int arg0
	public boolean removeAll (java.util.Collection) 
		java.util.Collection arg0
	public boolean retainAll (java.util.Collection) 
		java.util.Collection arg0
	public java.lang.Object set (int, java.lang.Object) 
		int arg0
		Object arg1
	public boolean add (java.lang.Object) 
		Object arg0
	public void add (int, java.lang.Object) 
		int arg0
		Object arg1
	public boolean addAll (java.util.Collection) 
		java.util.Collection arg0
	public boolean addAll (int, java.util.Collection) 
		int arg0
		java.util.Collection arg1
	public void clear () 
	private void checkUnsupportedOperationForIterationOnlyMode (java.lang.String) 
		String methodSignature
	static boolean access$000 (com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList) 
		com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList x0
	static boolean access$002 (com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList, boolean) 
		com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList x0
		boolean x1
	static boolean access$100 (com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList) 
		com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList x0
	static void access$200 (com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList, boolean) 
		com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList x0
		boolean x1
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$23.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$23 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.String convertTo (java.util.Calendar) 
		java.util.Calendar o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$17.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$17 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.lang.Long convertTo (java.util.Date) 
		java.util.Date o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMappingsRegistry$Mappings.class
DynamoDBMappingsRegistry.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mappings extends java.lang.Object {
	private final Class objectType
	private final java.util.Map byNames
	private final java.util.Map byGetters
	private final java.util.Map byKeyTypes
	private void  (java.lang.Class) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
		java.util.Map$Entry bean
		Class clazz
	final java.util.Collection getMappings () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping getMapping (java.lang.reflect.Method) 
		java.lang.reflect.Method method
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
	final java.util.Collection getPrimaryKeys () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping getHashKey () 
	final boolean hasRangeKey () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping getRangeKey () 
	void  (java.lang.Class, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$1) 
		Class x0
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/ParallelScanTask.class
ParallelScanTask.java
package com.amazonaws.services.dynamodbv2.datamodeling
public com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask extends java.lang.Object {
	private final java.util.List parallelScanRequests
	private final int totalSegments
	private final java.util.List segmentScanFutureTasks
	private final java.util.List segmentScanResults
	private final java.util.List segmentScanStates
	private java.util.concurrent.ExecutorService executorService
	private final com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper, com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.util.List) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		java.util.List parallelScanRequests
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.util.List) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		java.util.List parallelScanRequests
	java.lang.String getTableName () 
	public boolean isAllSegmentScanFinished () 
		int segment
	public java.util.List getNextBatchOfScanResults ()  throws com.amazonaws.AmazonClientException 
		InterruptedException ie
	private void startScanNextPages () 
		java.util.concurrent.Future futureTask
		int currentSegment
		com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState currentSegmentState
		int segment
	private java.util.List marshalParallelScanResults () 
		java.util.concurrent.ExecutionException ee
		Exception e
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
		com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState currentSegmentState
		int segment
		java.util.List scanResults
	private com.amazonaws.services.dynamodbv2.model.ScanResult scanNextPageOfSegment (int, boolean) 
		com.amazonaws.services.dynamodbv2.model.ScanResult lastScanResult
		int currentSegment
		boolean checkLastEvaluatedKey
		com.amazonaws.services.dynamodbv2.model.ScanRequest segmentScanRequest
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
	private void initSegmentScanStates () 
		int segment
	static com.amazonaws.services.dynamodbv2.model.ScanResult access$000 (com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask, int, boolean) 
		com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask x0
		int x1
		boolean x2
	static java.util.List access$100 (com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask) 
		com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask x0
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardAnnotationMaps$TableMap.class
StandardAnnotationMaps.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$TableMap extends com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$AnnotationMap implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties defaults
	private void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties defaults
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDocument document () 
	final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBTable table () 
	final boolean typed () 
	public java.lang.Class targetType () 
	public final java.lang.String tableName () 
	void  (com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties, com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$1) 
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperTableModel$Properties x0
		com.amazonaws.services.dynamodbv2.datamodeling.StandardAnnotationMaps$1 x1
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar BIG_DECIMAL
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar BIG_INTEGER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar BOOLEAN
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar BYTE
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar BYTE_ARRAY
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar BYTE_BUFFER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar CALENDAR
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar CHARACTER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar DATE
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar DOUBLE
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar ENUM
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar FLOAT
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar INTEGER
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar LIST
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar LONG
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar MAP
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar S3_LINK
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar SET
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar SHORT
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar STRING
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar UUID
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar DEFAULT
	private final com.amazonaws.services.dynamodbv2.model.ScalarAttributeType scalarAttributeType
	private final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap map
	private static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, com.amazonaws.services.dynamodbv2.model.ScalarAttributeType, com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap) 
		com.amazonaws.services.dynamodbv2.model.ScalarAttributeType scalarAttributeType
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertToMap map
	public final com.amazonaws.services.dynamodbv2.model.ScalarAttributeType scalarAttributeType () 
	public final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo to (com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar) 
		Class key
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar scalar
	public final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo to (java.lang.Class, boolean) 
		Class targetType
		boolean primitive
	public static final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar of (java.lang.Class, boolean) 
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar scalar
		com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar scalar
		Class targetType
		boolean primitive
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBIndexRangeKey.class
DynamoDBIndexRangeKey.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBIndexRangeKey extends java.lang.Object implements java.lang.annotation.Annotation  {
	public abstract java.lang.String attributeName () 
	public abstract java.lang.String localSecondaryIndexName () 
	public abstract java.lang.String[] localSecondaryIndexNames () 
	public abstract java.lang.String globalSecondaryIndexName () 
	public abstract java.lang.String[] globalSecondaryIndexNames () 
}

com/amazonaws/services/dynamodbv2/datamodeling/ConversionSchemas$AnnotationAwareMarshallerSet.class
ConversionSchemas.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$AnnotationAwareMarshallerSet extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet  {
	private final com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet wrapped
	public void  (com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet) 
		com.amazonaws.services.dynamodbv2.datamodeling.ConversionSchemas$MarshallerSet wrapped
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMarshaller (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry registry
		com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingsRegistry$Mapping mapping
		com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller customMarshaller
	public com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller getMemberMarshaller (java.lang.reflect.Type) 
		java.lang.reflect.Type memberType
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBAutoGenerateStrategy.class
DynamoDBAutoGenerateStrategy.java
package com.amazonaws.services.dynamodbv2.datamodeling
public final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy ALWAYS
	public static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy CREATE
	private static final com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy[] $VALUES
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy[] values () 
	public static com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$10.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$10 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.util.Date convertTo (java.lang.String) 
		String o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/ArgumentMarshaller$BinaryAttributeMarshaller.class
ArgumentMarshaller.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller$BinaryAttributeMarshaller extends java.lang.Object implements com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller  {
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardTypeConverters$Scalar$12.class
StandardTypeConverters.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$Scalar$12 extends com.amazonaws.services.dynamodbv2.datamodeling.StandardTypeConverters$ConvertTo {
	void  () 
	public final java.util.Date convertTo (java.util.Calendar) 
		java.util.Calendar o
	public volatile java.lang.Object convertTo (java.lang.Object) 
}

com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBNativeBoolean.class
DynamoDBNativeBoolean.java
package com.amazonaws.services.dynamodbv2.datamodeling
public abstract com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBNativeBoolean extends java.lang.Object implements java.lang.annotation.Annotation  {
}

com/amazonaws/services/dynamodbv2/datamodeling/ParallelScanTask$1.class
ParallelScanTask.java
package com.amazonaws.services.dynamodbv2.datamodeling
 com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$1 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState val$currentSegmentState
	final int val$currentSegment
	final com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask this$0
	void  (com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask, com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask$SegmentScanState, int) 
		com.amazonaws.services.dynamodbv2.datamodeling.ParallelScanTask this$0
	public com.amazonaws.services.dynamodbv2.model.ScanResult call ()  throws java.lang.Exception 
		Exception e
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/datamodeling/StandardBeanProperties.class
StandardBeanProperties.java
package com.amazonaws.services.dynamodbv2.datamodeling
final com.amazonaws.services.dynamodbv2.datamodeling.StandardBeanProperties extends java.lang.Object {
	void  () 
	static final java.util.Map of (java.lang.Class) 
		Class clazz
	static final boolean isGetter (java.lang.reflect.Method) 
		java.lang.reflect.Method method
	static final java.lang.String nameOf (java.lang.reflect.Method, java.lang.String) 
		java.lang.reflect.Method getter
		String prefix
		String name
	static final java.lang.reflect.Field declaredFieldOf (java.lang.reflect.Method) 
		SecurityException e
		java.lang.reflect.Method getter
		String name
	static final java.lang.reflect.Method declaredSetterOf (java.lang.reflect.Method) 
		java.lang.reflect.Method getter
		String name
}

com/amazonaws/services/dynamodbv2/AbstractAmazonDynamoDBStreams.class
AbstractAmazonDynamoDBStreams.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams extends java.lang.Object implements com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams  {
	protected void  () 
	public void setEndpoint (java.lang.String) 
		String endpoint
	public void setRegion (com.amazonaws.regions.Region) 
		com.amazonaws.regions.Region region
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamResult describeStream (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest request
	public com.amazonaws.services.dynamodbv2.model.GetRecordsResult getRecords (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest) 
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest request
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult getShardIterator (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest) 
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest request
	public com.amazonaws.services.dynamodbv2.model.ListStreamsResult listStreams (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest) 
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest request
	public void shutdown () 
	public com.amazonaws.ResponseMetadata getCachedResponseMetadata (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBClient.class
AmazonDynamoDBClient.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient extends com.amazonaws.AmazonWebServiceClient implements com.amazonaws.services.dynamodbv2.AmazonDynamoDB  {
	private final com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
	private static final org.apache.commons.logging.Log log
	private static final String DEFAULT_SIGNING_NAME
	protected static final com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientConfigurationFactory configFactory
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  () 
	public void  (com.amazonaws.ClientConfiguration) 
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentials) 
		com.amazonaws.auth.AWSCredentials awsCredentials
	public void  (com.amazonaws.auth.AWSCredentials, com.amazonaws.ClientConfiguration) 
		com.amazonaws.auth.AWSCredentials awsCredentials
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration, com.amazonaws.metrics.RequestMetricCollector) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
		com.amazonaws.metrics.RequestMetricCollector requestMetricCollector
	void  (com.amazonaws.client.AwsSyncClientParams) 
		com.amazonaws.client.AwsSyncClientParams clientParams
	private void init () 
		com.amazonaws.handlers.HandlerChainFactory chainFactory
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest batchGetItemRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (java.util.Map, java.lang.String) 
		java.util.Map requestItems
		String returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult batchWriteItem (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest batchWriteItemRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult batchWriteItem (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult createTable (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest createTableRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult createTable (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		java.util.List attributeDefinitions
		String tableName
		java.util.List keySchema
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest deleteItemRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		String returnValues
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult deleteTable (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest deleteTableRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult deleteTable (java.lang.String) 
		String tableName
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult describeLimits (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest describeLimitsRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult describeTable (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest describeTableRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult describeTable (java.lang.String) 
		String tableName
	public com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (com.amazonaws.services.dynamodbv2.model.GetItemRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.GetItemRequest getItemRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (java.lang.String, java.util.Map, java.lang.Boolean) 
		String tableName
		java.util.Map key
		Boolean consistentRead
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (com.amazonaws.services.dynamodbv2.model.ListTablesRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest listTablesRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables () 
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.String) 
		String exclusiveStartTableName
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.String, java.lang.Integer) 
		String exclusiveStartTableName
		Integer limit
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.Integer) 
		Integer limit
	public com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (com.amazonaws.services.dynamodbv2.model.PutItemRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.PutItemRequest putItemRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map item
		String returnValues
	public com.amazonaws.services.dynamodbv2.model.QueryResult query (com.amazonaws.services.dynamodbv2.model.QueryRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (com.amazonaws.services.dynamodbv2.model.ScanRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.List) 
		String tableName
		java.util.List attributesToGet
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map scanFilter
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.List, java.util.Map) 
		String tableName
		java.util.List attributesToGet
		java.util.Map scanFilter
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest updateItemRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (java.lang.String, java.util.Map, java.util.Map) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (java.lang.String, java.util.Map, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		String returnValues
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult updateTable (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest) 
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest updateTableRequest
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.util.AWSRequestMetrics awsRequestMetrics
		com.amazonaws.Request request
		com.amazonaws.Response response
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult updateTable (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.ResponseMetadata getCachedResponseMetadata (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
	private com.amazonaws.Response invoke (com.amazonaws.Request, com.amazonaws.http.HttpResponseHandler, com.amazonaws.http.ExecutionContext) 
		com.amazonaws.Request request
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.http.ExecutionContext executionContext
	private com.amazonaws.Response anonymousInvoke (com.amazonaws.Request, com.amazonaws.http.HttpResponseHandler, com.amazonaws.http.ExecutionContext) 
		com.amazonaws.Request request
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.http.ExecutionContext executionContext
	private com.amazonaws.Response doInvoke (com.amazonaws.Request, com.amazonaws.http.HttpResponseHandler, com.amazonaws.http.ExecutionContext) 
		com.amazonaws.Request request
		com.amazonaws.http.HttpResponseHandler responseHandler
		com.amazonaws.http.ExecutionContext executionContext
		com.amazonaws.http.HttpResponseHandler errorResponseHandler
	static void  () 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$10.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$10 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.PutItemRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.PutItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.PutItemResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.PutItemResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.PutItemResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsClientBuilder.class
AmazonDynamoDBStreamsClientBuilder.java
package com.amazonaws.services.dynamodbv2
public final com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClientBuilder extends com.amazonaws.client.builder.AwsSyncClientBuilder {
	private static final com.amazonaws.ClientConfigurationFactory CLIENT_CONFIG_FACTORY
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClientBuilder standard () 
	public static com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams defaultClient () 
	private void  () 
	protected com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams build (com.amazonaws.client.AwsSyncClientParams) 
		com.amazonaws.client.AwsSyncClientParams params
	protected volatile java.lang.Object build (com.amazonaws.client.AwsSyncClientParams) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$9.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$9 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.ListTablesRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.ListTablesRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.ListTablesResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.ListTablesResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDB.class
AmazonDynamoDB.java
package com.amazonaws.services.dynamodbv2
public abstract com.amazonaws.services.dynamodbv2.AmazonDynamoDB extends java.lang.Object {
	public static final String ENDPOINT_PREFIX
	public abstract void setEndpoint (java.lang.String) 
	public abstract void setRegion (com.amazonaws.regions.Region) 
	public abstract com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (java.util.Map, java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult batchWriteItem (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult batchWriteItem (java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.CreateTableResult createTable (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.CreateTableResult createTable (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
	public abstract com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (java.lang.String, java.util.Map, java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.DeleteTableResult deleteTable (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.DeleteTableResult deleteTable (java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult describeLimits (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.DescribeTableResult describeTable (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.DescribeTableResult describeTable (java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (com.amazonaws.services.dynamodbv2.model.GetItemRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (java.lang.String, java.util.Map, java.lang.Boolean) 
	public abstract com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (com.amazonaws.services.dynamodbv2.model.ListTablesRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables () 
	public abstract com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.String, java.lang.Integer) 
	public abstract com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.Integer) 
	public abstract com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (com.amazonaws.services.dynamodbv2.model.PutItemRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (java.lang.String, java.util.Map, java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.QueryResult query (com.amazonaws.services.dynamodbv2.model.QueryRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.ScanResult scan (com.amazonaws.services.dynamodbv2.model.ScanRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.List) 
	public abstract com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.List, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (java.lang.String, java.util.Map, java.util.Map) 
	public abstract com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (java.lang.String, java.util.Map, java.util.Map, java.lang.String) 
	public abstract com.amazonaws.services.dynamodbv2.model.UpdateTableResult updateTable (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.UpdateTableResult updateTable (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
	public abstract void shutdown () 
	public abstract com.amazonaws.ResponseMetadata getCachedResponseMetadata (com.amazonaws.AmazonWebServiceRequest) 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$11.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$11 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.QueryRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.QueryRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.QueryResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.QueryResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.QueryResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient extends com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient implements com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync  {
	private static final int DEFAULT_THREAD_POOL_SIZE
	private final java.util.concurrent.ExecutorService executorService
	public void  () 
	public void  (com.amazonaws.ClientConfiguration) 
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentials) 
		com.amazonaws.auth.AWSCredentials awsCredentials
	public void  (com.amazonaws.auth.AWSCredentials, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentials awsCredentials
		java.util.concurrent.ExecutorService executorService
	public void  (com.amazonaws.auth.AWSCredentials, com.amazonaws.ClientConfiguration, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentials awsCredentials
		com.amazonaws.ClientConfiguration clientConfiguration
		java.util.concurrent.ExecutorService executorService
	public void  (com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentialsProvider, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		java.util.concurrent.ExecutorService executorService
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
		java.util.concurrent.ExecutorService executorService
	void  (com.amazonaws.client.AwsAsyncClientParams) 
		com.amazonaws.client.AwsAsyncClientParams asyncClientParams
	public java.util.concurrent.ExecutorService getExecutorService () 
	public java.util.concurrent.Future batchGetItemAsync (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest request
	public java.util.concurrent.Future batchGetItemAsync (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map, java.lang.String) 
		java.util.Map requestItems
		String returnConsumedCapacity
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		java.util.Map requestItems
		String returnConsumedCapacity
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map) 
		java.util.Map requestItems
	public java.util.concurrent.Future batchGetItemAsync (java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		java.util.Map requestItems
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchWriteItemAsync (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest) 
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest request
	public java.util.concurrent.Future batchWriteItemAsync (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future batchWriteItemAsync (java.util.Map) 
		java.util.Map requestItems
	public java.util.concurrent.Future batchWriteItemAsync (java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		java.util.Map requestItems
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future createTableAsync (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest request
	public java.util.concurrent.Future createTableAsync (com.amazonaws.services.dynamodbv2.model.CreateTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future createTableAsync (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		java.util.List attributeDefinitions
		String tableName
		java.util.List keySchema
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.concurrent.Future createTableAsync (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput, com.amazonaws.handlers.AsyncHandler) 
		java.util.List attributeDefinitions
		String tableName
		java.util.List keySchema
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteItemAsync (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest request
	public java.util.concurrent.Future deleteItemAsync (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		String returnValues
	public java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		String returnValues
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteTableAsync (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest request
	public java.util.concurrent.Future deleteTableAsync (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future deleteTableAsync (java.lang.String) 
		String tableName
	public java.util.concurrent.Future deleteTableAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future describeLimitsAsync (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest request
	public java.util.concurrent.Future describeLimitsAsync (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future describeTableAsync (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest request
	public java.util.concurrent.Future describeTableAsync (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future describeTableAsync (java.lang.String) 
		String tableName
	public java.util.concurrent.Future describeTableAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getItemAsync (com.amazonaws.services.dynamodbv2.model.GetItemRequest) 
		com.amazonaws.services.dynamodbv2.model.GetItemRequest request
	public java.util.concurrent.Future getItemAsync (com.amazonaws.services.dynamodbv2.model.GetItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.GetItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, java.lang.Boolean) 
		String tableName
		java.util.Map key
		Boolean consistentRead
	public java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, java.lang.Boolean, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		Boolean consistentRead
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (com.amazonaws.services.dynamodbv2.model.ListTablesRequest) 
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
	public java.util.concurrent.Future listTablesAsync (com.amazonaws.services.dynamodbv2.model.ListTablesRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync () 
	public java.util.concurrent.Future listTablesAsync (com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (java.lang.String) 
		String exclusiveStartTableName
	public java.util.concurrent.Future listTablesAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String exclusiveStartTableName
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (java.lang.String, java.lang.Integer) 
		String exclusiveStartTableName
		Integer limit
	public java.util.concurrent.Future listTablesAsync (java.lang.String, java.lang.Integer, com.amazonaws.handlers.AsyncHandler) 
		String exclusiveStartTableName
		Integer limit
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listTablesAsync (java.lang.Integer) 
		Integer limit
	public java.util.concurrent.Future listTablesAsync (java.lang.Integer, com.amazonaws.handlers.AsyncHandler) 
		Integer limit
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future putItemAsync (com.amazonaws.services.dynamodbv2.model.PutItemRequest) 
		com.amazonaws.services.dynamodbv2.model.PutItemRequest request
	public java.util.concurrent.Future putItemAsync (com.amazonaws.services.dynamodbv2.model.PutItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.PutItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map item
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map item
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map item
		String returnValues
	public java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map item
		String returnValues
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future queryAsync (com.amazonaws.services.dynamodbv2.model.QueryRequest) 
		com.amazonaws.services.dynamodbv2.model.QueryRequest request
	public java.util.concurrent.Future queryAsync (com.amazonaws.services.dynamodbv2.model.QueryRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.QueryRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (com.amazonaws.services.dynamodbv2.model.ScanRequest) 
		com.amazonaws.services.dynamodbv2.model.ScanRequest request
	public java.util.concurrent.Future scanAsync (com.amazonaws.services.dynamodbv2.model.ScanRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.ScanRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List) 
		String tableName
		java.util.List attributesToGet
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.List attributesToGet
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map scanFilter
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map scanFilter
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, java.util.Map) 
		String tableName
		java.util.List attributesToGet
		java.util.Map scanFilter
	public java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.List attributesToGet
		java.util.Map scanFilter
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateItemAsync (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest) 
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request
	public java.util.concurrent.Future updateItemAsync (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		String returnValues
	public java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		String returnValues
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateTableAsync (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest request
	public java.util.concurrent.Future updateTableAsync (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future updateTableAsync (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.concurrent.Future updateTableAsync (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput, com.amazonaws.handlers.AsyncHandler) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public void shutdown () 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$4.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$4 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.DeleteItemRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.DeleteItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.DeleteItemResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.DeleteItemResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsAsyncClient$3.class
AmazonDynamoDBStreamsAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient$3 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient, com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$5.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$5 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.DeleteTableRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.DeleteTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.DeleteTableResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.DeleteTableResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$8.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$8 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.GetItemRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.GetItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.GetItemResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.GetItemResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.GetItemResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsAsyncClient.class
AmazonDynamoDBStreamsAsyncClient.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient extends com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsClient implements com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync  {
	private static final int DEFAULT_THREAD_POOL_SIZE
	private final java.util.concurrent.ExecutorService executorService
	public void  () 
	public void  (com.amazonaws.ClientConfiguration) 
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentials) 
		com.amazonaws.auth.AWSCredentials awsCredentials
	public void  (com.amazonaws.auth.AWSCredentials, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentials awsCredentials
		java.util.concurrent.ExecutorService executorService
	public void  (com.amazonaws.auth.AWSCredentials, com.amazonaws.ClientConfiguration, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentials awsCredentials
		com.amazonaws.ClientConfiguration clientConfiguration
		java.util.concurrent.ExecutorService executorService
	public void  (com.amazonaws.auth.AWSCredentialsProvider) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
	public void  (com.amazonaws.auth.AWSCredentialsProvider, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		java.util.concurrent.ExecutorService executorService
	public void  (com.amazonaws.auth.AWSCredentialsProvider, com.amazonaws.ClientConfiguration, java.util.concurrent.ExecutorService) 
		com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider
		com.amazonaws.ClientConfiguration clientConfiguration
		java.util.concurrent.ExecutorService executorService
	void  (com.amazonaws.client.AwsAsyncClientParams) 
		com.amazonaws.client.AwsAsyncClientParams asyncClientParams
	public java.util.concurrent.ExecutorService getExecutorService () 
	public java.util.concurrent.Future describeStreamAsync (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest request
	public java.util.concurrent.Future describeStreamAsync (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getRecordsAsync (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest) 
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest request
	public java.util.concurrent.Future getRecordsAsync (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getShardIteratorAsync (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest) 
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest request
	public java.util.concurrent.Future getShardIteratorAsync (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listStreamsAsync (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest) 
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest request
	public java.util.concurrent.Future listStreamsAsync (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public void shutdown () 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsync.class
AmazonDynamoDBAsync.java
package com.amazonaws.services.dynamodbv2
public abstract com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync extends java.lang.Object implements com.amazonaws.services.dynamodbv2.AmazonDynamoDB  {
	public abstract java.util.concurrent.Future batchGetItemAsync (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
	public abstract java.util.concurrent.Future batchGetItemAsync (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future batchGetItemAsync (java.util.Map, java.lang.String) 
	public abstract java.util.concurrent.Future batchGetItemAsync (java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future batchGetItemAsync (java.util.Map) 
	public abstract java.util.concurrent.Future batchGetItemAsync (java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future batchWriteItemAsync (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest) 
	public abstract java.util.concurrent.Future batchWriteItemAsync (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future batchWriteItemAsync (java.util.Map) 
	public abstract java.util.concurrent.Future batchWriteItemAsync (java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future createTableAsync (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
	public abstract java.util.concurrent.Future createTableAsync (com.amazonaws.services.dynamodbv2.model.CreateTableRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future createTableAsync (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
	public abstract java.util.concurrent.Future createTableAsync (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future deleteItemAsync (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest) 
	public abstract java.util.concurrent.Future deleteItemAsync (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map) 
	public abstract java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, java.lang.String) 
	public abstract java.util.concurrent.Future deleteItemAsync (java.lang.String, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future deleteTableAsync (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
	public abstract java.util.concurrent.Future deleteTableAsync (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future deleteTableAsync (java.lang.String) 
	public abstract java.util.concurrent.Future deleteTableAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future describeLimitsAsync (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest) 
	public abstract java.util.concurrent.Future describeLimitsAsync (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future describeTableAsync (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest) 
	public abstract java.util.concurrent.Future describeTableAsync (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future describeTableAsync (java.lang.String) 
	public abstract java.util.concurrent.Future describeTableAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future getItemAsync (com.amazonaws.services.dynamodbv2.model.GetItemRequest) 
	public abstract java.util.concurrent.Future getItemAsync (com.amazonaws.services.dynamodbv2.model.GetItemRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map) 
	public abstract java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, java.lang.Boolean) 
	public abstract java.util.concurrent.Future getItemAsync (java.lang.String, java.util.Map, java.lang.Boolean, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future listTablesAsync (com.amazonaws.services.dynamodbv2.model.ListTablesRequest) 
	public abstract java.util.concurrent.Future listTablesAsync (com.amazonaws.services.dynamodbv2.model.ListTablesRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future listTablesAsync () 
	public abstract java.util.concurrent.Future listTablesAsync (com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future listTablesAsync (java.lang.String) 
	public abstract java.util.concurrent.Future listTablesAsync (java.lang.String, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future listTablesAsync (java.lang.String, java.lang.Integer) 
	public abstract java.util.concurrent.Future listTablesAsync (java.lang.String, java.lang.Integer, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future listTablesAsync (java.lang.Integer) 
	public abstract java.util.concurrent.Future listTablesAsync (java.lang.Integer, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future putItemAsync (com.amazonaws.services.dynamodbv2.model.PutItemRequest) 
	public abstract java.util.concurrent.Future putItemAsync (com.amazonaws.services.dynamodbv2.model.PutItemRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map) 
	public abstract java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, java.lang.String) 
	public abstract java.util.concurrent.Future putItemAsync (java.lang.String, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future queryAsync (com.amazonaws.services.dynamodbv2.model.QueryRequest) 
	public abstract java.util.concurrent.Future queryAsync (com.amazonaws.services.dynamodbv2.model.QueryRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future scanAsync (com.amazonaws.services.dynamodbv2.model.ScanRequest) 
	public abstract java.util.concurrent.Future scanAsync (com.amazonaws.services.dynamodbv2.model.ScanRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future scanAsync (java.lang.String, java.util.List) 
	public abstract java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future scanAsync (java.lang.String, java.util.Map) 
	public abstract java.util.concurrent.Future scanAsync (java.lang.String, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, java.util.Map) 
	public abstract java.util.concurrent.Future scanAsync (java.lang.String, java.util.List, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future updateItemAsync (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest) 
	public abstract java.util.concurrent.Future updateItemAsync (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map) 
	public abstract java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, java.lang.String) 
	public abstract java.util.concurrent.Future updateItemAsync (java.lang.String, java.util.Map, java.util.Map, java.lang.String, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future updateTableAsync (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest) 
	public abstract java.util.concurrent.Future updateTableAsync (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future updateTableAsync (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
	public abstract java.util.concurrent.Future updateTableAsync (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput, com.amazonaws.handlers.AsyncHandler) 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsAsyncClient$2.class
AmazonDynamoDBStreamsAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient$2 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.GetRecordsRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient, com.amazonaws.services.dynamodbv2.model.GetRecordsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.GetRecordsResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.GetRecordsResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.GetRecordsResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$1.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$1 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AbstractAmazonDynamoDB.class
AbstractAmazonDynamoDB.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDB extends java.lang.Object implements com.amazonaws.services.dynamodbv2.AmazonDynamoDB  {
	protected void  () 
	public void setEndpoint (java.lang.String) 
		String endpoint
	public void setRegion (com.amazonaws.regions.Region) 
		com.amazonaws.regions.Region region
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest request
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (java.util.Map, java.lang.String) 
		java.util.Map requestItems
		String returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItem (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult batchWriteItem (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest) 
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest request
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult batchWriteItem (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult createTable (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest request
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult createTable (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		java.util.List attributeDefinitions
		String tableName
		java.util.List keySchema
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest request
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItem (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		String returnValues
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult deleteTable (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest request
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult deleteTable (java.lang.String) 
		String tableName
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult describeLimits (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest request
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult describeTable (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest request
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult describeTable (java.lang.String) 
		String tableName
	public com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (com.amazonaws.services.dynamodbv2.model.GetItemRequest) 
		com.amazonaws.services.dynamodbv2.model.GetItemRequest request
	public com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.GetItemResult getItem (java.lang.String, java.util.Map, java.lang.Boolean) 
		String tableName
		java.util.Map key
		Boolean consistentRead
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (com.amazonaws.services.dynamodbv2.model.ListTablesRequest) 
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest request
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables () 
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.String) 
		String exclusiveStartTableName
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.String, java.lang.Integer) 
		String exclusiveStartTableName
		Integer limit
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult listTables (java.lang.Integer) 
		Integer limit
	public com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (com.amazonaws.services.dynamodbv2.model.PutItemRequest) 
		com.amazonaws.services.dynamodbv2.model.PutItemRequest request
	public com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.PutItemResult putItem (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map item
		String returnValues
	public com.amazonaws.services.dynamodbv2.model.QueryResult query (com.amazonaws.services.dynamodbv2.model.QueryRequest) 
		com.amazonaws.services.dynamodbv2.model.QueryRequest request
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (com.amazonaws.services.dynamodbv2.model.ScanRequest) 
		com.amazonaws.services.dynamodbv2.model.ScanRequest request
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.List) 
		String tableName
		java.util.List attributesToGet
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map scanFilter
	public com.amazonaws.services.dynamodbv2.model.ScanResult scan (java.lang.String, java.util.List, java.util.Map) 
		String tableName
		java.util.List attributesToGet
		java.util.Map scanFilter
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest) 
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest request
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (java.lang.String, java.util.Map, java.util.Map) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItem (java.lang.String, java.util.Map, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		String returnValues
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult updateTable (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest request
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult updateTable (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public void shutdown () 
	public com.amazonaws.ResponseMetadata getCachedResponseMetadata (com.amazonaws.AmazonWebServiceRequest) 
		com.amazonaws.AmazonWebServiceRequest request
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$7.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$7 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.DescribeTableRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.DescribeTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.DescribeTableResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.DescribeTableResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/util/TableUtils$TableNeverTransitionedToStateException.class
TableUtils.java
package com.amazonaws.services.dynamodbv2.util
public com.amazonaws.services.dynamodbv2.util.TableUtils$TableNeverTransitionedToStateException extends com.amazonaws.AmazonClientException {
	private static final long serialVersionUID
	public void  (java.lang.String, com.amazonaws.services.dynamodbv2.model.TableStatus) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.TableStatus desiredStatus
}

com/amazonaws/services/dynamodbv2/util/TableUtils.class
TableUtils.java
package com.amazonaws.services.dynamodbv2.util
public com.amazonaws.services.dynamodbv2.util.TableUtils extends java.lang.Object {
	private static final int DEFAULT_WAIT_TIMEOUT
	private static final int DEFAULT_WAIT_INTERVAL
	private static final org.apache.commons.logging.Log LOG
	public void  () 
	public static void waitUntilExists (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String)  throws java.lang.InterruptedException 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		String tableName
	public static void waitUntilExists (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String, int, int)  throws java.lang.InterruptedException 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		String tableName
		int timeout
		int interval
		com.amazonaws.services.dynamodbv2.model.TableDescription table
	public static void waitUntilActive (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String)  throws java.lang.InterruptedException com.amazonaws.services.dynamodbv2.util.TableUtils$TableNeverTransitionedToStateException 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		String tableName
	public static void waitUntilActive (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String, int, int)  throws java.lang.InterruptedException com.amazonaws.services.dynamodbv2.util.TableUtils$TableNeverTransitionedToStateException 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		String tableName
		int timeout
		int interval
		com.amazonaws.services.dynamodbv2.model.TableDescription table
	private static com.amazonaws.services.dynamodbv2.model.TableDescription waitForTableDescription (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, java.lang.String, com.amazonaws.services.dynamodbv2.model.TableStatus, int, int)  throws java.lang.InterruptedException java.lang.IllegalArgumentException 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		String tableName
		com.amazonaws.services.dynamodbv2.model.TableStatus desiredStatus
		int timeout
		int interval
		long startTime
		long endTime
		com.amazonaws.services.dynamodbv2.model.TableDescription table
	public static final boolean createTableIfNotExists (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.ResourceInUseException e
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest createTableRequest
	public static final boolean deleteTableIfExists (com.amazonaws.services.dynamodbv2.AmazonDynamoDB, com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
		com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException e
		com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamo
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest deleteTableRequest
	static void  () 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreams.class
AmazonDynamoDBStreams.java
package com.amazonaws.services.dynamodbv2
public abstract com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams extends java.lang.Object {
	public static final String ENDPOINT_PREFIX
	public abstract void setEndpoint (java.lang.String) 
	public abstract void setRegion (com.amazonaws.regions.Region) 
	public abstract com.amazonaws.services.dynamodbv2.model.DescribeStreamResult describeStream (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.GetRecordsResult getRecords (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult getShardIterator (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest) 
	public abstract com.amazonaws.services.dynamodbv2.model.ListStreamsResult listStreams (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest) 
	public abstract void shutdown () 
	public abstract com.amazonaws.ResponseMetadata getCachedResponseMetadata (com.amazonaws.AmazonWebServiceRequest) 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$3.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$3 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.CreateTableRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.CreateTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.CreateTableResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.CreateTableResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AbstractAmazonDynamoDBStreamsAsync.class
AbstractAmazonDynamoDBStreamsAsync.java
package com.amazonaws.services.dynamodbv2
public com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreamsAsync extends com.amazonaws.services.dynamodbv2.AbstractAmazonDynamoDBStreams implements com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync  {
	protected void  () 
	public java.util.concurrent.Future describeStreamAsync (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest) 
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest request
	public java.util.concurrent.Future describeStreamAsync (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getRecordsAsync (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest) 
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest request
	public java.util.concurrent.Future getRecordsAsync (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future getShardIteratorAsync (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest) 
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest request
	public java.util.concurrent.Future getShardIteratorAsync (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
	public java.util.concurrent.Future listStreamsAsync (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest) 
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest request
	public java.util.concurrent.Future listStreamsAsync (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest request
		com.amazonaws.handlers.AsyncHandler asyncHandler
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$6.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$6 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$14.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$14 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.UpdateTableRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.UpdateTableRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.UpdateTableResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.UpdateTableResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$13.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$13 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.UpdateItemRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.UpdateItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.UpdateItemResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.UpdateItemResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBStreamsAsync.class
AmazonDynamoDBStreamsAsync.java
package com.amazonaws.services.dynamodbv2
public abstract com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreamsAsync extends java.lang.Object implements com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams  {
	public abstract java.util.concurrent.Future describeStreamAsync (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest) 
	public abstract java.util.concurrent.Future describeStreamAsync (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future getRecordsAsync (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest) 
	public abstract java.util.concurrent.Future getRecordsAsync (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future getShardIteratorAsync (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest) 
	public abstract java.util.concurrent.Future getShardIteratorAsync (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest, com.amazonaws.handlers.AsyncHandler) 
	public abstract java.util.concurrent.Future listStreamsAsync (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest) 
	public abstract java.util.concurrent.Future listStreamsAsync (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest, com.amazonaws.handlers.AsyncHandler) 
}

com/amazonaws/services/dynamodbv2/AmazonDynamoDBAsyncClient$2.class
AmazonDynamoDBAsyncClient.java
package com.amazonaws.services.dynamodbv2
 com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient$2 extends java.lang.Object implements java.util.concurrent.Callable  {
	final com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest val$request
	final com.amazonaws.handlers.AsyncHandler val$asyncHandler
	final com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	void  (com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient, com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest, com.amazonaws.handlers.AsyncHandler) 
		com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient this$0
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult call ()  throws java.lang.Exception 
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult result
		Exception ex
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult result
	public volatile java.lang.Object call ()  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/metrics/DynamoDBRequestMetric.class
DynamoDBRequestMetric.java
package com.amazonaws.services.dynamodbv2.metrics
public final com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric extends java.lang.Enum implements com.amazonaws.metrics.RequestMetricType  {
	public static final com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric DynamoDBConsumedCapacity
	private static final com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric[] $VALUES
	public static com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric[] values () 
	public static com.amazonaws.services.dynamodbv2.metrics.DynamoDBRequestMetric valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int) 
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/Select.class
Select.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.Select extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.Select ALL_ATTRIBUTES
	public static final com.amazonaws.services.dynamodbv2.model.Select ALL_PROJECTED_ATTRIBUTES
	public static final com.amazonaws.services.dynamodbv2.model.Select SPECIFIC_ATTRIBUTES
	public static final com.amazonaws.services.dynamodbv2.model.Select COUNT
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.Select[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.Select[] values () 
	public static com.amazonaws.services.dynamodbv2.model.Select valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.Select fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.Select enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/GetRecordsResult.class
GetRecordsResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GetRecordsResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List records
	private String nextShardIterator
	public void  () 
	public java.util.List getRecords () 
	public void setRecords (java.util.Collection) 
		java.util.Collection records
	public transient com.amazonaws.services.dynamodbv2.model.GetRecordsResult withRecords (com.amazonaws.services.dynamodbv2.model.Record[]) 
		com.amazonaws.services.dynamodbv2.model.Record ele
		com.amazonaws.services.dynamodbv2.model.Record[] records
	public com.amazonaws.services.dynamodbv2.model.GetRecordsResult withRecords (java.util.Collection) 
		java.util.Collection records
	public void setNextShardIterator (java.lang.String) 
		String nextShardIterator
	public java.lang.String getNextShardIterator () 
	public com.amazonaws.services.dynamodbv2.model.GetRecordsResult withNextShardIterator (java.lang.String) 
		String nextShardIterator
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GetRecordsResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GetRecordsResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/BatchWriteItemResult.class
BatchWriteItemResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map unprocessedItems
	private java.util.Map itemCollectionMetrics
	private java.util.List consumedCapacity
	public void  () 
	public java.util.Map getUnprocessedItems () 
	public void setUnprocessedItems (java.util.Map) 
		java.util.Map unprocessedItems
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult withUnprocessedItems (java.util.Map) 
		java.util.Map unprocessedItems
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult addUnprocessedItemsEntry (java.lang.String, java.util.List) 
		String key
		java.util.List value
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult clearUnprocessedItemsEntries () 
	public java.util.Map getItemCollectionMetrics () 
	public void setItemCollectionMetrics (java.util.Map) 
		java.util.Map itemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult withItemCollectionMetrics (java.util.Map) 
		java.util.Map itemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult addItemCollectionMetricsEntry (java.lang.String, java.util.List) 
		String key
		java.util.List value
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult clearItemCollectionMetricsEntries () 
	public java.util.List getConsumedCapacity () 
	public void setConsumedCapacity (java.util.Collection) 
		java.util.Collection consumedCapacity
	public transient com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity[]) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity ele
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity[] consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult withConsumedCapacity (java.util.Collection) 
		java.util.Collection consumedCapacity
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ProjectionType.class
ProjectionType.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ProjectionType extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ProjectionType ALL
	public static final com.amazonaws.services.dynamodbv2.model.ProjectionType KEYS_ONLY
	public static final com.amazonaws.services.dynamodbv2.model.ProjectionType INCLUDE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ProjectionType[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ProjectionType[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ProjectionType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ProjectionType fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ProjectionType enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/DeleteTableRequest.class
DeleteTableRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DeleteTableRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	public void  () 
	public void  (java.lang.String) 
		String tableName
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.DeleteTableRequest withTableName (java.lang.String) 
		String tableName
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DeleteTableRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ReturnConsumedCapacity.class
ReturnConsumedCapacity.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity INDEXES
	public static final com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity TOTAL
	public static final com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity NONE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/QueryResult.class
QueryResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.QueryResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List items
	private Integer count
	private Integer scannedCount
	private java.util.Map lastEvaluatedKey
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void  () 
	public java.util.List getItems () 
	public void setItems (java.util.Collection) 
		java.util.Collection items
	public transient com.amazonaws.services.dynamodbv2.model.QueryResult withItems (java.util.Map[]) 
		java.util.Map ele
		java.util.Map[] items
	public com.amazonaws.services.dynamodbv2.model.QueryResult withItems (java.util.Collection) 
		java.util.Collection items
	public void setCount (java.lang.Integer) 
		Integer count
	public java.lang.Integer getCount () 
	public com.amazonaws.services.dynamodbv2.model.QueryResult withCount (java.lang.Integer) 
		Integer count
	public void setScannedCount (java.lang.Integer) 
		Integer scannedCount
	public java.lang.Integer getScannedCount () 
	public com.amazonaws.services.dynamodbv2.model.QueryResult withScannedCount (java.lang.Integer) 
		Integer scannedCount
	public java.util.Map getLastEvaluatedKey () 
	public void setLastEvaluatedKey (java.util.Map) 
		java.util.Map lastEvaluatedKey
	public com.amazonaws.services.dynamodbv2.model.QueryResult withLastEvaluatedKey (java.util.Map) 
		java.util.Map lastEvaluatedKey
	public com.amazonaws.services.dynamodbv2.model.QueryResult addLastEvaluatedKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.QueryResult clearLastEvaluatedKeyEntries () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.QueryResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.QueryResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.QueryResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/TableDescription.class
TableDescription.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.TableDescription extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List attributeDefinitions
	private String tableName
	private java.util.List keySchema
	private String tableStatus
	private java.util.Date creationDateTime
	private com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughput
	private Long tableSizeBytes
	private Long itemCount
	private String tableArn
	private java.util.List localSecondaryIndexes
	private java.util.List globalSecondaryIndexes
	private com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	private String latestStreamLabel
	private String latestStreamArn
	public void  () 
	public java.util.List getAttributeDefinitions () 
	public void setAttributeDefinitions (java.util.Collection) 
		java.util.Collection attributeDefinitions
	public transient com.amazonaws.services.dynamodbv2.model.TableDescription withAttributeDefinitions (com.amazonaws.services.dynamodbv2.model.AttributeDefinition[]) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition ele
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition[] attributeDefinitions
	public com.amazonaws.services.dynamodbv2.model.TableDescription withAttributeDefinitions (java.util.Collection) 
		java.util.Collection attributeDefinitions
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withTableName (java.lang.String) 
		String tableName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.TableDescription withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.TableDescription withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public void setTableStatus (java.lang.String) 
		String tableStatus
	public java.lang.String getTableStatus () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withTableStatus (java.lang.String) 
		String tableStatus
	public void setTableStatus (com.amazonaws.services.dynamodbv2.model.TableStatus) 
		com.amazonaws.services.dynamodbv2.model.TableStatus tableStatus
	public com.amazonaws.services.dynamodbv2.model.TableDescription withTableStatus (com.amazonaws.services.dynamodbv2.model.TableStatus) 
		com.amazonaws.services.dynamodbv2.model.TableStatus tableStatus
	public void setCreationDateTime (java.util.Date) 
		java.util.Date creationDateTime
	public java.util.Date getCreationDateTime () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withCreationDateTime (java.util.Date) 
		java.util.Date creationDateTime
	public void setProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughput
	public void setTableSizeBytes (java.lang.Long) 
		Long tableSizeBytes
	public java.lang.Long getTableSizeBytes () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withTableSizeBytes (java.lang.Long) 
		Long tableSizeBytes
	public void setItemCount (java.lang.Long) 
		Long itemCount
	public java.lang.Long getItemCount () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withItemCount (java.lang.Long) 
		Long itemCount
	public void setTableArn (java.lang.String) 
		String tableArn
	public java.lang.String getTableArn () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withTableArn (java.lang.String) 
		String tableArn
	public java.util.List getLocalSecondaryIndexes () 
	public void setLocalSecondaryIndexes (java.util.Collection) 
		java.util.Collection localSecondaryIndexes
	public transient com.amazonaws.services.dynamodbv2.model.TableDescription withLocalSecondaryIndexes (com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription[]) 
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription ele
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription[] localSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.TableDescription withLocalSecondaryIndexes (java.util.Collection) 
		java.util.Collection localSecondaryIndexes
	public java.util.List getGlobalSecondaryIndexes () 
	public void setGlobalSecondaryIndexes (java.util.Collection) 
		java.util.Collection globalSecondaryIndexes
	public transient com.amazonaws.services.dynamodbv2.model.TableDescription withGlobalSecondaryIndexes (com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription[]) 
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription ele
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription[] globalSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.TableDescription withGlobalSecondaryIndexes (java.util.Collection) 
		java.util.Collection globalSecondaryIndexes
	public void setStreamSpecification (com.amazonaws.services.dynamodbv2.model.StreamSpecification) 
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification getStreamSpecification () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withStreamSpecification (com.amazonaws.services.dynamodbv2.model.StreamSpecification) 
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public void setLatestStreamLabel (java.lang.String) 
		String latestStreamLabel
	public java.lang.String getLatestStreamLabel () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withLatestStreamLabel (java.lang.String) 
		String latestStreamLabel
	public void setLatestStreamArn (java.lang.String) 
		String latestStreamArn
	public java.lang.String getLatestStreamArn () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription withLatestStreamArn (java.lang.String) 
		String latestStreamArn
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.TableDescription other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.TableDescription clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/CreateTableResult.class
CreateTableResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.CreateTableResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public void  () 
	public void setTableDescription (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public com.amazonaws.services.dynamodbv2.model.TableDescription getTableDescription () 
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult withTableDescription (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.CreateTableResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/UpdateTableRequest.class
UpdateTableRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.UpdateTableRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List attributeDefinitions
	private String tableName
	private com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	private java.util.List globalSecondaryIndexUpdates
	private com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public void  () 
	public void  (java.lang.String, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		String tableName
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.List getAttributeDefinitions () 
	public void setAttributeDefinitions (java.util.Collection) 
		java.util.Collection attributeDefinitions
	public transient com.amazonaws.services.dynamodbv2.model.UpdateTableRequest withAttributeDefinitions (com.amazonaws.services.dynamodbv2.model.AttributeDefinition[]) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition ele
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition[] attributeDefinitions
	public com.amazonaws.services.dynamodbv2.model.UpdateTableRequest withAttributeDefinitions (java.util.Collection) 
		java.util.Collection attributeDefinitions
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.UpdateTableRequest withTableName (java.lang.String) 
		String tableName
	public void setProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.model.UpdateTableRequest withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.List getGlobalSecondaryIndexUpdates () 
	public void setGlobalSecondaryIndexUpdates (java.util.Collection) 
		java.util.Collection globalSecondaryIndexUpdates
	public transient com.amazonaws.services.dynamodbv2.model.UpdateTableRequest withGlobalSecondaryIndexUpdates (com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate[]) 
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate ele
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate[] globalSecondaryIndexUpdates
	public com.amazonaws.services.dynamodbv2.model.UpdateTableRequest withGlobalSecondaryIndexUpdates (java.util.Collection) 
		java.util.Collection globalSecondaryIndexUpdates
	public void setStreamSpecification (com.amazonaws.services.dynamodbv2.model.StreamSpecification) 
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification getStreamSpecification () 
	public com.amazonaws.services.dynamodbv2.model.UpdateTableRequest withStreamSpecification (com.amazonaws.services.dynamodbv2.model.StreamSpecification) 
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.UpdateTableRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DescribeTableRequest.class
DescribeTableRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DescribeTableRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	public void  () 
	public void  (java.lang.String) 
		String tableName
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.DescribeTableRequest withTableName (java.lang.String) 
		String tableName
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DescribeTableRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ProvisionedThroughputExceededException.class
ProvisionedThroughputExceededException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputExceededException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/Record.class
Record.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.Record extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String eventID
	private String eventName
	private String eventVersion
	private String eventSource
	private String awsRegion
	private com.amazonaws.services.dynamodbv2.model.StreamRecord dynamodb
	public void  () 
	public void setEventID (java.lang.String) 
		String eventID
	public java.lang.String getEventID () 
	public com.amazonaws.services.dynamodbv2.model.Record withEventID (java.lang.String) 
		String eventID
	public void setEventName (java.lang.String) 
		String eventName
	public java.lang.String getEventName () 
	public com.amazonaws.services.dynamodbv2.model.Record withEventName (java.lang.String) 
		String eventName
	public void setEventName (com.amazonaws.services.dynamodbv2.model.OperationType) 
		com.amazonaws.services.dynamodbv2.model.OperationType eventName
	public com.amazonaws.services.dynamodbv2.model.Record withEventName (com.amazonaws.services.dynamodbv2.model.OperationType) 
		com.amazonaws.services.dynamodbv2.model.OperationType eventName
	public void setEventVersion (java.lang.String) 
		String eventVersion
	public java.lang.String getEventVersion () 
	public com.amazonaws.services.dynamodbv2.model.Record withEventVersion (java.lang.String) 
		String eventVersion
	public void setEventSource (java.lang.String) 
		String eventSource
	public java.lang.String getEventSource () 
	public com.amazonaws.services.dynamodbv2.model.Record withEventSource (java.lang.String) 
		String eventSource
	public void setAwsRegion (java.lang.String) 
		String awsRegion
	public java.lang.String getAwsRegion () 
	public com.amazonaws.services.dynamodbv2.model.Record withAwsRegion (java.lang.String) 
		String awsRegion
	public void setDynamodb (com.amazonaws.services.dynamodbv2.model.StreamRecord) 
		com.amazonaws.services.dynamodbv2.model.StreamRecord dynamodb
	public com.amazonaws.services.dynamodbv2.model.StreamRecord getDynamodb () 
	public com.amazonaws.services.dynamodbv2.model.Record withDynamodb (com.amazonaws.services.dynamodbv2.model.StreamRecord) 
		com.amazonaws.services.dynamodbv2.model.StreamRecord dynamodb
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.Record other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.Record clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/Projection.class
Projection.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.Projection extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String projectionType
	private java.util.List nonKeyAttributes
	public void  () 
	public void setProjectionType (java.lang.String) 
		String projectionType
	public java.lang.String getProjectionType () 
	public com.amazonaws.services.dynamodbv2.model.Projection withProjectionType (java.lang.String) 
		String projectionType
	public void setProjectionType (com.amazonaws.services.dynamodbv2.model.ProjectionType) 
		com.amazonaws.services.dynamodbv2.model.ProjectionType projectionType
	public com.amazonaws.services.dynamodbv2.model.Projection withProjectionType (com.amazonaws.services.dynamodbv2.model.ProjectionType) 
		com.amazonaws.services.dynamodbv2.model.ProjectionType projectionType
	public java.util.List getNonKeyAttributes () 
	public void setNonKeyAttributes (java.util.Collection) 
		java.util.Collection nonKeyAttributes
	public transient com.amazonaws.services.dynamodbv2.model.Projection withNonKeyAttributes (java.lang.String[]) 
		String ele
		String[] nonKeyAttributes
	public com.amazonaws.services.dynamodbv2.model.Projection withNonKeyAttributes (java.util.Collection) 
		java.util.Collection nonKeyAttributes
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.Projection other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.Projection clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DeleteTableResult.class
DeleteTableResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DeleteTableResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public void  () 
	public void setTableDescription (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public com.amazonaws.services.dynamodbv2.model.TableDescription getTableDescription () 
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult withTableDescription (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DeleteTableResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/IndexStatus.class
IndexStatus.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.IndexStatus extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.IndexStatus CREATING
	public static final com.amazonaws.services.dynamodbv2.model.IndexStatus UPDATING
	public static final com.amazonaws.services.dynamodbv2.model.IndexStatus DELETING
	public static final com.amazonaws.services.dynamodbv2.model.IndexStatus ACTIVE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.IndexStatus[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.IndexStatus[] values () 
	public static com.amazonaws.services.dynamodbv2.model.IndexStatus valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.IndexStatus fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.IndexStatus enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/AttributeValue.class
AttributeValue.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.AttributeValue extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String s
	private String n
	private java.nio.ByteBuffer b
	private java.util.List sS
	private java.util.List nS
	private java.util.List bS
	private java.util.Map m
	private java.util.List l
	private Boolean nULLValue
	private Boolean bOOL
	public void  () 
	public void  (java.lang.String) 
		String s
	public void  (java.util.List) 
		java.util.List sS
	public void setS (java.lang.String) 
		String s
	public java.lang.String getS () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withS (java.lang.String) 
		String s
	public void setN (java.lang.String) 
		String n
	public java.lang.String getN () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withN (java.lang.String) 
		String n
	public void setB (java.nio.ByteBuffer) 
		java.nio.ByteBuffer b
	public java.nio.ByteBuffer getB () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withB (java.nio.ByteBuffer) 
		java.nio.ByteBuffer b
	public java.util.List getSS () 
	public void setSS (java.util.Collection) 
		java.util.Collection sS
	public transient com.amazonaws.services.dynamodbv2.model.AttributeValue withSS (java.lang.String[]) 
		String ele
		String[] sS
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withSS (java.util.Collection) 
		java.util.Collection sS
	public java.util.List getNS () 
	public void setNS (java.util.Collection) 
		java.util.Collection nS
	public transient com.amazonaws.services.dynamodbv2.model.AttributeValue withNS (java.lang.String[]) 
		String ele
		String[] nS
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withNS (java.util.Collection) 
		java.util.Collection nS
	public java.util.List getBS () 
	public void setBS (java.util.Collection) 
		java.util.Collection bS
	public transient com.amazonaws.services.dynamodbv2.model.AttributeValue withBS (java.nio.ByteBuffer[]) 
		java.nio.ByteBuffer ele
		java.nio.ByteBuffer[] bS
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withBS (java.util.Collection) 
		java.util.Collection bS
	public java.util.Map getM () 
	public void setM (java.util.Map) 
		java.util.Map m
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withM (java.util.Map) 
		java.util.Map m
	public com.amazonaws.services.dynamodbv2.model.AttributeValue addMEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.AttributeValue clearMEntries () 
	public java.util.List getL () 
	public void setL (java.util.Collection) 
		java.util.Collection l
	public transient com.amazonaws.services.dynamodbv2.model.AttributeValue withL (com.amazonaws.services.dynamodbv2.model.AttributeValue[]) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue ele
		com.amazonaws.services.dynamodbv2.model.AttributeValue[] l
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withL (java.util.Collection) 
		java.util.Collection l
	public void setNULL (java.lang.Boolean) 
		Boolean nULLValue
	public java.lang.Boolean getNULL () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withNULL (java.lang.Boolean) 
		Boolean nULLValue
	public java.lang.Boolean isNULL () 
	public void setBOOL (java.lang.Boolean) 
		Boolean bOOL
	public java.lang.Boolean getBOOL () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue withBOOL (java.lang.Boolean) 
		Boolean bOOL
	public java.lang.Boolean isBOOL () 
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.AttributeValue other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.AttributeValue clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/CreateTableRequest.class
CreateTableRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.CreateTableRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List attributeDefinitions
	private String tableName
	private java.util.List keySchema
	private java.util.List localSecondaryIndexes
	private java.util.List globalSecondaryIndexes
	private com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	private com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public void  () 
	public void  (java.lang.String, java.util.List) 
		String tableName
		java.util.List keySchema
	public void  (java.util.List, java.lang.String, java.util.List, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		java.util.List attributeDefinitions
		String tableName
		java.util.List keySchema
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.util.List getAttributeDefinitions () 
	public void setAttributeDefinitions (java.util.Collection) 
		java.util.Collection attributeDefinitions
	public transient com.amazonaws.services.dynamodbv2.model.CreateTableRequest withAttributeDefinitions (com.amazonaws.services.dynamodbv2.model.AttributeDefinition[]) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition ele
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition[] attributeDefinitions
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest withAttributeDefinitions (java.util.Collection) 
		java.util.Collection attributeDefinitions
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest withTableName (java.lang.String) 
		String tableName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.CreateTableRequest withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public java.util.List getLocalSecondaryIndexes () 
	public void setLocalSecondaryIndexes (java.util.Collection) 
		java.util.Collection localSecondaryIndexes
	public transient com.amazonaws.services.dynamodbv2.model.CreateTableRequest withLocalSecondaryIndexes (com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex[]) 
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex ele
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex[] localSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest withLocalSecondaryIndexes (java.util.Collection) 
		java.util.Collection localSecondaryIndexes
	public java.util.List getGlobalSecondaryIndexes () 
	public void setGlobalSecondaryIndexes (java.util.Collection) 
		java.util.Collection globalSecondaryIndexes
	public transient com.amazonaws.services.dynamodbv2.model.CreateTableRequest withGlobalSecondaryIndexes (com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex[]) 
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex ele
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex[] globalSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest withGlobalSecondaryIndexes (java.util.Collection) 
		java.util.Collection globalSecondaryIndexes
	public void setProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public void setStreamSpecification (com.amazonaws.services.dynamodbv2.model.StreamSpecification) 
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification getStreamSpecification () 
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest withStreamSpecification (com.amazonaws.services.dynamodbv2.model.StreamSpecification) 
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.CreateTableRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ComparisonOperator.class
ComparisonOperator.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ComparisonOperator extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator EQ
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator NE
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator IN
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator LE
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator LT
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator GE
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator GT
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator BETWEEN
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator NOT_NULL
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator NULL
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator CONTAINS
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator NOT_CONTAINS
	public static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator BEGINS_WITH
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ComparisonOperator[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ComparisonOperator[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ComparisonOperator valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ComparisonOperator fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/ResourceInUseException.class
ResourceInUseException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ResourceInUseException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/Stream.class
Stream.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.Stream extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String streamArn
	private String tableName
	private String streamLabel
	public void  () 
	public void setStreamArn (java.lang.String) 
		String streamArn
	public java.lang.String getStreamArn () 
	public com.amazonaws.services.dynamodbv2.model.Stream withStreamArn (java.lang.String) 
		String streamArn
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.Stream withTableName (java.lang.String) 
		String tableName
	public void setStreamLabel (java.lang.String) 
		String streamLabel
	public java.lang.String getStreamLabel () 
	public com.amazonaws.services.dynamodbv2.model.Stream withStreamLabel (java.lang.String) 
		String streamLabel
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.Stream other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.Stream clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ItemCollectionSizeLimitExceededException.class
ItemCollectionSizeLimitExceededException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ItemCollectionSizeLimitExceededException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/TrimmedDataAccessException.class
TrimmedDataAccessException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.TrimmedDataAccessException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/InternalServerErrorException.class
InternalServerErrorException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.InternalServerErrorException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/ConditionalCheckFailedException.class
ConditionalCheckFailedException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ConditionalCheckFailedException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/ConsumedCapacity.class
ConsumedCapacity.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private Double capacityUnits
	private com.amazonaws.services.dynamodbv2.model.Capacity table
	private java.util.Map localSecondaryIndexes
	private java.util.Map globalSecondaryIndexes
	public void  () 
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity withTableName (java.lang.String) 
		String tableName
	public void setCapacityUnits (java.lang.Double) 
		Double capacityUnits
	public java.lang.Double getCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity withCapacityUnits (java.lang.Double) 
		Double capacityUnits
	public void setTable (com.amazonaws.services.dynamodbv2.model.Capacity) 
		com.amazonaws.services.dynamodbv2.model.Capacity table
	public com.amazonaws.services.dynamodbv2.model.Capacity getTable () 
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity withTable (com.amazonaws.services.dynamodbv2.model.Capacity) 
		com.amazonaws.services.dynamodbv2.model.Capacity table
	public java.util.Map getLocalSecondaryIndexes () 
	public void setLocalSecondaryIndexes (java.util.Map) 
		java.util.Map localSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity withLocalSecondaryIndexes (java.util.Map) 
		java.util.Map localSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity addLocalSecondaryIndexesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.Capacity) 
		String key
		com.amazonaws.services.dynamodbv2.model.Capacity value
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity clearLocalSecondaryIndexesEntries () 
	public java.util.Map getGlobalSecondaryIndexes () 
	public void setGlobalSecondaryIndexes (java.util.Map) 
		java.util.Map globalSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity withGlobalSecondaryIndexes (java.util.Map) 
		java.util.Map globalSecondaryIndexes
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity addGlobalSecondaryIndexesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.Capacity) 
		String key
		com.amazonaws.services.dynamodbv2.model.Capacity value
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity clearGlobalSecondaryIndexesEntries () 
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ListTablesRequest.class
ListTablesRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ListTablesRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String exclusiveStartTableName
	private Integer limit
	public void  () 
	public void  (java.lang.String) 
		String exclusiveStartTableName
	public void  (java.lang.String, java.lang.Integer) 
		String exclusiveStartTableName
		Integer limit
	public void setExclusiveStartTableName (java.lang.String) 
		String exclusiveStartTableName
	public java.lang.String getExclusiveStartTableName () 
	public com.amazonaws.services.dynamodbv2.model.ListTablesRequest withExclusiveStartTableName (java.lang.String) 
		String exclusiveStartTableName
	public void setLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Integer getLimit () 
	public com.amazonaws.services.dynamodbv2.model.ListTablesRequest withLimit (java.lang.Integer) 
		Integer limit
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ListTablesRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/GlobalSecondaryIndex.class
GlobalSecondaryIndex.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String indexName
	private java.util.List keySchema
	private com.amazonaws.services.dynamodbv2.model.Projection projection
	private com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public void  () 
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex withIndexName (java.lang.String) 
		String indexName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public void setProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public com.amazonaws.services.dynamodbv2.model.Projection getProjection () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex withProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public void setProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/KeyType.class
KeyType.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.KeyType extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.KeyType HASH
	public static final com.amazonaws.services.dynamodbv2.model.KeyType RANGE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.KeyType[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.KeyType[] values () 
	public static com.amazonaws.services.dynamodbv2.model.KeyType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.KeyType fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.KeyType enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/StreamRecord.class
StreamRecord.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.StreamRecord extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Date approximateCreationDateTime
	private java.util.Map keys
	private java.util.Map newImage
	private java.util.Map oldImage
	private String sequenceNumber
	private Long sizeBytes
	private String streamViewType
	public void  () 
	public void setApproximateCreationDateTime (java.util.Date) 
		java.util.Date approximateCreationDateTime
	public java.util.Date getApproximateCreationDateTime () 
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withApproximateCreationDateTime (java.util.Date) 
		java.util.Date approximateCreationDateTime
	public java.util.Map getKeys () 
	public void setKeys (java.util.Map) 
		java.util.Map keys
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withKeys (java.util.Map) 
		java.util.Map keys
	public com.amazonaws.services.dynamodbv2.model.StreamRecord addKeysEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.StreamRecord clearKeysEntries () 
	public java.util.Map getNewImage () 
	public void setNewImage (java.util.Map) 
		java.util.Map newImage
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withNewImage (java.util.Map) 
		java.util.Map newImage
	public com.amazonaws.services.dynamodbv2.model.StreamRecord addNewImageEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.StreamRecord clearNewImageEntries () 
	public java.util.Map getOldImage () 
	public void setOldImage (java.util.Map) 
		java.util.Map oldImage
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withOldImage (java.util.Map) 
		java.util.Map oldImage
	public com.amazonaws.services.dynamodbv2.model.StreamRecord addOldImageEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.StreamRecord clearOldImageEntries () 
	public void setSequenceNumber (java.lang.String) 
		String sequenceNumber
	public java.lang.String getSequenceNumber () 
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withSequenceNumber (java.lang.String) 
		String sequenceNumber
	public void setSizeBytes (java.lang.Long) 
		Long sizeBytes
	public java.lang.Long getSizeBytes () 
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withSizeBytes (java.lang.Long) 
		Long sizeBytes
	public void setStreamViewType (java.lang.String) 
		String streamViewType
	public java.lang.String getStreamViewType () 
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withStreamViewType (java.lang.String) 
		String streamViewType
	public void setStreamViewType (com.amazonaws.services.dynamodbv2.model.StreamViewType) 
		com.amazonaws.services.dynamodbv2.model.StreamViewType streamViewType
	public com.amazonaws.services.dynamodbv2.model.StreamRecord withStreamViewType (com.amazonaws.services.dynamodbv2.model.StreamViewType) 
		com.amazonaws.services.dynamodbv2.model.StreamViewType streamViewType
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.StreamRecord other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.StreamRecord clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/transform/ConditionJsonUnmarshaller.class
ConditionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ConditionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ConditionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.Condition unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.Condition condition
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ConditionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamRecordJsonMarshaller.class
StreamRecordJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamRecordJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamRecordJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.StreamRecord, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		java.util.Map$Entry keysMapValue
		java.util.Map$Entry newImageMapValue
		java.util.Map$Entry oldImageMapValue
		java.util.Map keysMap
		java.util.Map newImageMap
		java.util.Map oldImageMap
		Throwable t
		com.amazonaws.services.dynamodbv2.model.StreamRecord streamRecord
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamRecordJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ExpectedAttributeValueJsonUnmarshaller.class
ExpectedAttributeValueJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ExpectedAttributeValueJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ExpectedAttributeValueJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue expectedAttributeValue
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ExpectedAttributeValueJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/PutItemRequestMarshaller.class
PutItemRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.PutItemRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.PutItemRequest) 
		java.util.Map$Entry itemMapValue
		java.util.Map$Entry expectedMapValue
		java.util.Map$Entry expressionAttributeNamesMapValue
		java.util.Map$Entry expressionAttributeValuesMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.Map itemMap
		java.util.Map expectedMap
		java.util.Map expressionAttributeNamesMap
		java.util.Map expressionAttributeValuesMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.PutItemRequest putItemRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GlobalSecondaryIndexUpdateJsonUnmarshaller.class
GlobalSecondaryIndexUpdateJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexUpdateJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexUpdateJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate globalSecondaryIndexUpdate
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexUpdateJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/CreateTableRequestMarshaller.class
CreateTableRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.CreateTableRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.CreateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition attributeDefinitionsListValue
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex localSecondaryIndexesListValue
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex globalSecondaryIndexesListValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.List attributeDefinitionsList
		java.util.List keySchemaList
		java.util.List localSecondaryIndexesList
		java.util.List globalSecondaryIndexesList
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.CreateTableRequest createTableRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/WriteRequestJsonUnmarshaller.class
WriteRequestJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.WriteRequestJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.WriteRequestJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.WriteRequest unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.WriteRequest writeRequest
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.WriteRequestJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/AttributeDefinitionJsonMarshaller.class
AttributeDefinitionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.AttributeDefinitionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.AttributeDefinitionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.AttributeDefinition, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition attributeDefinition
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.AttributeDefinitionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ProvisionedThroughputDescriptionJsonUnmarshaller.class
ProvisionedThroughputDescriptionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputDescriptionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputDescriptionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughputDescription
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputDescriptionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/AttributeValueUpdateJsonUnmarshaller.class
AttributeValueUpdateJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.AttributeValueUpdateJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueUpdateJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate attributeValueUpdate
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueUpdateJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DescribeTableRequestMarshaller.class
DescribeTableRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DescribeTableRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.DescribeTableRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.DescribeTableRequest describeTableRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteTableRequestMarshaller.class
DeleteTableRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteTableRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.DeleteTableRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.DeleteTableRequest deleteTableRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteRequestJsonMarshaller.class
DeleteRequestJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteRequestJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.DeleteRequestJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.DeleteRequest, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		java.util.Map$Entry keyMapValue
		java.util.Map keyMap
		Throwable t
		com.amazonaws.services.dynamodbv2.model.DeleteRequest deleteRequest
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.DeleteRequestJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/CreateGlobalSecondaryIndexActionJsonMarshaller.class
CreateGlobalSecondaryIndexActionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.CreateGlobalSecondaryIndexActionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.CreateGlobalSecondaryIndexActionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		java.util.List keySchemaList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction createGlobalSecondaryIndexAction
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.CreateGlobalSecondaryIndexActionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/GetRecordsResultJsonUnmarshaller.class
GetRecordsResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GetRecordsResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.GetRecordsResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.GetRecordsResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.GetRecordsResult getRecordsResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.GetRecordsResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/CapacityJsonUnmarshaller.class
CapacityJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.CapacityJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.CapacityJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.Capacity unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.Capacity capacity
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.CapacityJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/SequenceNumberRangeJsonUnmarshaller.class
SequenceNumberRangeJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.SequenceNumberRangeJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.SequenceNumberRangeJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.SequenceNumberRange unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.SequenceNumberRange sequenceNumberRange
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.SequenceNumberRangeJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ConsumedCapacityJsonMarshaller.class
ConsumedCapacityJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ConsumedCapacityJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ConsumedCapacityJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		java.util.Map$Entry localSecondaryIndexesMapValue
		java.util.Map$Entry globalSecondaryIndexesMapValue
		java.util.Map localSecondaryIndexesMap
		java.util.Map globalSecondaryIndexesMap
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ConsumedCapacityJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamJsonMarshaller.class
StreamJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.Stream, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.Stream stream
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ProjectionJsonUnmarshaller.class
ProjectionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ProjectionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ProjectionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.Projection unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.Projection projection
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ProjectionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DescribeLimitsResultJsonUnmarshaller.class
DescribeLimitsResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DescribeLimitsResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.DescribeLimitsResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult describeLimitsResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.DescribeLimitsResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/CapacityJsonMarshaller.class
CapacityJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.CapacityJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.CapacityJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.Capacity, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.Capacity capacity
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.CapacityJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/UpdateGlobalSecondaryIndexActionJsonMarshaller.class
UpdateGlobalSecondaryIndexActionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.UpdateGlobalSecondaryIndexActionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.UpdateGlobalSecondaryIndexActionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction updateGlobalSecondaryIndexAction
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.UpdateGlobalSecondaryIndexActionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/LocalSecondaryIndexDescriptionJsonUnmarshaller.class
LocalSecondaryIndexDescriptionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexDescriptionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexDescriptionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription localSecondaryIndexDescription
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexDescriptionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ListStreamsResultJsonUnmarshaller.class
ListStreamsResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ListStreamsResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ListStreamsResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ListStreamsResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ListStreamsResult listStreamsResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ListStreamsResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ListTablesRequestMarshaller.class
ListTablesRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ListTablesRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.ListTablesRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ListTablesRequest listTablesRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/KeysAndAttributesJsonUnmarshaller.class
KeysAndAttributesJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.KeysAndAttributesJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.KeysAndAttributesJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.KeysAndAttributes keysAndAttributes
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.KeysAndAttributesJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GetItemResultJsonUnmarshaller.class
GetItemResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GetItemResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.GetItemResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.GetItemResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.GetItemResult getItemResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.GetItemResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ProvisionedThroughputJsonUnmarshaller.class
ProvisionedThroughputJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ShardJsonMarshaller.class
ShardJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ShardJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ShardJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.Shard, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.Shard shard
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ShardJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/DescribeStreamResultJsonUnmarshaller.class
DescribeStreamResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DescribeStreamResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.DescribeStreamResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.DescribeStreamResult describeStreamResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.DescribeStreamResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ScanRequestMarshaller.class
ScanRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ScanRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.ScanRequest) 
		String attributesToGetListValue
		java.util.Map$Entry scanFilterMapValue
		java.util.Map$Entry exclusiveStartKeyMapValue
		java.util.Map$Entry expressionAttributeNamesMapValue
		java.util.Map$Entry expressionAttributeValuesMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.List attributesToGetList
		java.util.Map scanFilterMap
		java.util.Map exclusiveStartKeyMap
		java.util.Map expressionAttributeNamesMap
		java.util.Map expressionAttributeValuesMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ScanRequest scanRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ScanResultJsonUnmarshaller.class
ScanResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ScanResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ScanResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ScanResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ScanResult scanResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ScanResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ProvisionedThroughputJsonMarshaller.class
ProvisionedThroughputJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ConsumedCapacityJsonUnmarshaller.class
ConsumedCapacityJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ConsumedCapacityJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ConsumedCapacityJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ConsumedCapacityJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/WriteRequestJsonMarshaller.class
WriteRequestJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.WriteRequestJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.WriteRequestJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.WriteRequest, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.WriteRequest writeRequest
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.WriteRequestJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/UpdateItemRequestMarshaller.class
UpdateItemRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.UpdateItemRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.UpdateItemRequest) 
		java.util.Map$Entry keyMapValue
		java.util.Map$Entry attributeUpdatesMapValue
		java.util.Map$Entry expectedMapValue
		java.util.Map$Entry expressionAttributeNamesMapValue
		java.util.Map$Entry expressionAttributeValuesMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.Map keyMap
		java.util.Map attributeUpdatesMap
		java.util.Map expectedMap
		java.util.Map expressionAttributeNamesMap
		java.util.Map expressionAttributeValuesMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest updateItemRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/LocalSecondaryIndexJsonUnmarshaller.class
LocalSecondaryIndexJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex localSecondaryIndex
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GlobalSecondaryIndexJsonUnmarshaller.class
GlobalSecondaryIndexJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex globalSecondaryIndex
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GetShardIteratorRequestMarshaller.class
GetShardIteratorRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GetShardIteratorRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest getShardIteratorRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/AttributeValueJsonUnmarshaller.class
AttributeValueJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.AttributeValueJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValue unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.AttributeValue attributeValue
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GetRecordsRequestMarshaller.class
GetRecordsRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GetRecordsRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.GetRecordsRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest getRecordsRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DescribeLimitsRequestMarshaller.class
DescribeLimitsRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DescribeLimitsRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest describeLimitsRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/BatchWriteItemRequestMarshaller.class
BatchWriteItemRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.BatchWriteItemRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest) 
		com.amazonaws.services.dynamodbv2.model.WriteRequest requestItemsMapValueList
		java.util.Map$Entry requestItemsMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.Map requestItemsMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest batchWriteItemRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamSpecificationJsonMarshaller.class
StreamSpecificationJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamSpecificationJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamSpecificationJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.StreamSpecification, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamSpecificationJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/UpdateTableResultJsonUnmarshaller.class
UpdateTableResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.UpdateTableResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.UpdateTableResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.UpdateTableResult updateTableResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.UpdateTableResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/AttributeValueJsonMarshaller.class
AttributeValueJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.AttributeValueJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.AttributeValue, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		String sSListValue
		String nSListValue
		java.nio.ByteBuffer bSListValue
		java.util.Map$Entry mMapValue
		com.amazonaws.services.dynamodbv2.model.AttributeValue lListValue
		java.util.List sSList
		java.util.List nSList
		java.util.List bSList
		java.util.Map mMap
		java.util.List lList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.AttributeValue attributeValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/AttributeDefinitionJsonUnmarshaller.class
AttributeDefinitionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.AttributeDefinitionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.AttributeDefinitionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.AttributeDefinition unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition attributeDefinition
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.AttributeDefinitionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/PutItemResultJsonUnmarshaller.class
PutItemResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.PutItemResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.PutItemResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.PutItemResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.PutItemResult putItemResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.PutItemResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/KeySchemaElementJsonMarshaller.class
KeySchemaElementJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.KeySchemaElementJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.KeySchemaElementJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.KeySchemaElement, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaElement
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.KeySchemaElementJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/PutRequestJsonMarshaller.class
PutRequestJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.PutRequestJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.PutRequestJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.PutRequest, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		java.util.Map$Entry itemMapValue
		java.util.Map itemMap
		Throwable t
		com.amazonaws.services.dynamodbv2.model.PutRequest putRequest
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.PutRequestJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ExpectedAttributeValueJsonMarshaller.class
ExpectedAttributeValueJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ExpectedAttributeValueJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ExpectedAttributeValueJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue attributeValueListListValue
		java.util.List attributeValueListList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue expectedAttributeValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ExpectedAttributeValueJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/GlobalSecondaryIndexDescriptionJsonMarshaller.class
GlobalSecondaryIndexDescriptionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexDescriptionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexDescriptionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		java.util.List keySchemaList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription globalSecondaryIndexDescription
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexDescriptionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ListStreamsRequestMarshaller.class
ListStreamsRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ListStreamsRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.ListStreamsRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest listStreamsRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ProvisionedThroughputDescriptionJsonMarshaller.class
ProvisionedThroughputDescriptionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputDescriptionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputDescriptionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughputDescription
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ProvisionedThroughputDescriptionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamSpecificationJsonUnmarshaller.class
StreamSpecificationJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamSpecificationJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamSpecificationJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.StreamSpecification streamSpecification
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamSpecificationJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/LocalSecondaryIndexJsonMarshaller.class
LocalSecondaryIndexJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		java.util.List keySchemaList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex localSecondaryIndex
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteRequestJsonUnmarshaller.class
DeleteRequestJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteRequestJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.DeleteRequestJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.DeleteRequest unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.DeleteRequest deleteRequest
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.DeleteRequestJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GlobalSecondaryIndexUpdateJsonMarshaller.class
GlobalSecondaryIndexUpdateJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexUpdateJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexUpdateJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate globalSecondaryIndexUpdate
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexUpdateJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteItemRequestMarshaller.class
DeleteItemRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteItemRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.DeleteItemRequest) 
		java.util.Map$Entry keyMapValue
		java.util.Map$Entry expectedMapValue
		java.util.Map$Entry expressionAttributeNamesMapValue
		java.util.Map$Entry expressionAttributeValuesMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.Map keyMap
		java.util.Map expectedMap
		java.util.Map expressionAttributeNamesMap
		java.util.Map expressionAttributeValuesMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest deleteItemRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ConditionJsonMarshaller.class
ConditionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ConditionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ConditionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.Condition, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue attributeValueListListValue
		java.util.List attributeValueListList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.Condition condition
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ConditionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamRecordJsonUnmarshaller.class
StreamRecordJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamRecordJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamRecordJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.StreamRecord unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.StreamRecord streamRecord
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamRecordJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ListTablesResultJsonUnmarshaller.class
ListTablesResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ListTablesResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ListTablesResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ListTablesResult listTablesResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ListTablesResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/RecordJsonUnmarshaller.class
RecordJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.RecordJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.RecordJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.Record unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.Record record
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.RecordJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GlobalSecondaryIndexDescriptionJsonUnmarshaller.class
GlobalSecondaryIndexDescriptionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexDescriptionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexDescriptionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription globalSecondaryIndexDescription
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexDescriptionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/PutRequestJsonUnmarshaller.class
PutRequestJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.PutRequestJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.PutRequestJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.PutRequest unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.PutRequest putRequest
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.PutRequestJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/BatchGetItemRequestMarshaller.class
BatchGetItemRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.BatchGetItemRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest) 
		java.util.Map$Entry requestItemsMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.Map requestItemsMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest batchGetItemRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/UpdateItemResultJsonUnmarshaller.class
UpdateItemResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.UpdateItemResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.UpdateItemResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.UpdateItemResult updateItemResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.UpdateItemResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GetItemRequestMarshaller.class
GetItemRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GetItemRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.GetItemRequest) 
		java.util.Map$Entry keyMapValue
		String attributesToGetListValue
		java.util.Map$Entry expressionAttributeNamesMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.Map keyMap
		java.util.List attributesToGetList
		java.util.Map expressionAttributeNamesMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.GetItemRequest getItemRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/KeySchemaElementJsonUnmarshaller.class
KeySchemaElementJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.KeySchemaElementJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.KeySchemaElementJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.KeySchemaElement unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaElement
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.KeySchemaElementJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/BatchGetItemResultJsonUnmarshaller.class
BatchGetItemResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.BatchGetItemResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.BatchGetItemResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult batchGetItemResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.BatchGetItemResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ProjectionJsonMarshaller.class
ProjectionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ProjectionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ProjectionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.Projection, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		String nonKeyAttributesListValue
		java.util.List nonKeyAttributesList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.Projection projection
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ProjectionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/UpdateTableRequestMarshaller.class
UpdateTableRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.UpdateTableRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.UpdateTableRequest) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition attributeDefinitionsListValue
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate globalSecondaryIndexUpdatesListValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.List attributeDefinitionsList
		java.util.List globalSecondaryIndexUpdatesList
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.UpdateTableRequest updateTableRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteItemResultJsonUnmarshaller.class
DeleteItemResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteItemResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.DeleteItemResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.DeleteItemResult deleteItemResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.DeleteItemResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamJsonUnmarshaller.class
StreamJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.Stream unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.Stream stream
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/TableDescriptionJsonMarshaller.class
TableDescriptionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.TableDescriptionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.TableDescriptionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.TableDescription, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition attributeDefinitionsListValue
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription localSecondaryIndexesListValue
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription globalSecondaryIndexesListValue
		java.util.List attributeDefinitionsList
		java.util.List keySchemaList
		java.util.List localSecondaryIndexesList
		java.util.List globalSecondaryIndexesList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.TableDescriptionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ShardJsonUnmarshaller.class
ShardJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ShardJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ShardJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.Shard unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.Shard shard
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ShardJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/UpdateGlobalSecondaryIndexActionJsonUnmarshaller.class
UpdateGlobalSecondaryIndexActionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.UpdateGlobalSecondaryIndexActionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.UpdateGlobalSecondaryIndexActionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction updateGlobalSecondaryIndexAction
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.UpdateGlobalSecondaryIndexActionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/ItemCollectionMetricsJsonUnmarshaller.class
ItemCollectionMetricsJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ItemCollectionMetricsJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.ItemCollectionMetricsJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.ItemCollectionMetricsJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/QueryResultJsonUnmarshaller.class
QueryResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.QueryResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.QueryResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.QueryResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.QueryResult queryResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.QueryResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/QueryRequestMarshaller.class
QueryRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.QueryRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.QueryRequest) 
		String attributesToGetListValue
		java.util.Map$Entry keyConditionsMapValue
		java.util.Map$Entry queryFilterMapValue
		java.util.Map$Entry exclusiveStartKeyMapValue
		java.util.Map$Entry expressionAttributeNamesMapValue
		java.util.Map$Entry expressionAttributeValuesMapValue
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		java.util.List attributesToGetList
		java.util.Map keyConditionsMap
		java.util.Map queryFilterMap
		java.util.Map exclusiveStartKeyMap
		java.util.Map expressionAttributeNamesMap
		java.util.Map expressionAttributeValuesMap
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.QueryRequest queryRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/LocalSecondaryIndexDescriptionJsonMarshaller.class
LocalSecondaryIndexDescriptionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexDescriptionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexDescriptionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		java.util.List keySchemaList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription localSecondaryIndexDescription
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.LocalSecondaryIndexDescriptionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/BatchWriteItemResultJsonUnmarshaller.class
BatchWriteItemResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.BatchWriteItemResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.BatchWriteItemResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult batchWriteItemResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.BatchWriteItemResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/CreateTableResultJsonUnmarshaller.class
CreateTableResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.CreateTableResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.CreateTableResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.CreateTableResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.CreateTableResult createTableResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.CreateTableResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/AttributeValueUpdateJsonMarshaller.class
AttributeValueUpdateJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.AttributeValueUpdateJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueUpdateJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate attributeValueUpdate
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.AttributeValueUpdateJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/TableDescriptionJsonUnmarshaller.class
TableDescriptionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.TableDescriptionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.TableDescriptionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.TableDescription unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.TableDescriptionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/SequenceNumberRangeJsonMarshaller.class
SequenceNumberRangeJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.SequenceNumberRangeJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.SequenceNumberRangeJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.SequenceNumberRange, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.SequenceNumberRange sequenceNumberRange
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.SequenceNumberRangeJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/DescribeTableResultJsonUnmarshaller.class
DescribeTableResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DescribeTableResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.DescribeTableResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.DescribeTableResult describeTableResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.DescribeTableResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/GlobalSecondaryIndexJsonMarshaller.class
GlobalSecondaryIndexJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		java.util.List keySchemaList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex globalSecondaryIndex
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.GlobalSecondaryIndexJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/ItemCollectionMetricsJsonMarshaller.class
ItemCollectionMetricsJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.ItemCollectionMetricsJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.ItemCollectionMetricsJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		java.util.Map$Entry itemCollectionKeyMapValue
		Double sizeEstimateRangeGBListValue
		java.util.Map itemCollectionKeyMap
		java.util.List sizeEstimateRangeGBList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.ItemCollectionMetricsJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamDescriptionJsonUnmarshaller.class
StreamDescriptionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamDescriptionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamDescriptionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.StreamDescription streamDescription
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamDescriptionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteTableResultJsonUnmarshaller.class
DeleteTableResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteTableResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.DeleteTableResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.DeleteTableResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.DeleteTableResult deleteTableResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.DeleteTableResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteGlobalSecondaryIndexActionJsonUnmarshaller.class
DeleteGlobalSecondaryIndexActionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteGlobalSecondaryIndexActionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.DeleteGlobalSecondaryIndexActionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction deleteGlobalSecondaryIndexAction
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.DeleteGlobalSecondaryIndexActionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/RecordJsonMarshaller.class
RecordJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.RecordJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.RecordJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.Record, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.Record record
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.RecordJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/DescribeStreamRequestMarshaller.class
DescribeStreamRequestMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DescribeStreamRequestMarshaller extends java.lang.Object implements com.amazonaws.transform.Marshaller  {
	private final com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public void  (com.amazonaws.protocol.json.SdkJsonProtocolFactory) 
		com.amazonaws.protocol.json.SdkJsonProtocolFactory protocolFactory
	public com.amazonaws.Request marshall (com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest) 
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
		byte[] content
		Throwable t
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest describeStreamRequest
		com.amazonaws.Request request
	public volatile java.lang.Object marshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/StreamDescriptionJsonMarshaller.class
StreamDescriptionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.StreamDescriptionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.StreamDescriptionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.StreamDescription, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement keySchemaListValue
		com.amazonaws.services.dynamodbv2.model.Shard shardsListValue
		java.util.List keySchemaList
		java.util.List shardsList
		Throwable t
		com.amazonaws.services.dynamodbv2.model.StreamDescription streamDescription
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.StreamDescriptionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/KeysAndAttributesJsonMarshaller.class
KeysAndAttributesJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.KeysAndAttributesJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.KeysAndAttributesJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.KeysAndAttributes, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		java.util.Map$Entry KeysListMapEntry
		java.util.Map keysListValue
		String attributesToGetListValue
		java.util.Map$Entry expressionAttributeNamesMapValue
		java.util.List keysList
		java.util.List attributesToGetList
		java.util.Map expressionAttributeNamesMap
		Throwable t
		com.amazonaws.services.dynamodbv2.model.KeysAndAttributes keysAndAttributes
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.KeysAndAttributesJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/GetShardIteratorResultJsonUnmarshaller.class
GetShardIteratorResultJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.GetShardIteratorResultJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.GetShardIteratorResultJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult getShardIteratorResult
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.GetShardIteratorResultJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/transform/DeleteGlobalSecondaryIndexActionJsonMarshaller.class
DeleteGlobalSecondaryIndexActionJsonMarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.DeleteGlobalSecondaryIndexActionJsonMarshaller extends java.lang.Object {
	private static com.amazonaws.services.dynamodbv2.model.transform.DeleteGlobalSecondaryIndexActionJsonMarshaller instance
	public void  () 
	public void marshall (com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction, com.amazonaws.protocol.json.StructuredJsonGenerator) 
		Throwable t
		com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction deleteGlobalSecondaryIndexAction
		com.amazonaws.protocol.json.StructuredJsonGenerator jsonGenerator
	public static com.amazonaws.services.dynamodbv2.model.transform.DeleteGlobalSecondaryIndexActionJsonMarshaller getInstance () 
}

com/amazonaws/services/dynamodbv2/model/transform/CreateGlobalSecondaryIndexActionJsonUnmarshaller.class
CreateGlobalSecondaryIndexActionJsonUnmarshaller.java
package com.amazonaws.services.dynamodbv2.model.transform
public com.amazonaws.services.dynamodbv2.model.transform.CreateGlobalSecondaryIndexActionJsonUnmarshaller extends java.lang.Object implements com.amazonaws.transform.Unmarshaller  {
	private static com.amazonaws.services.dynamodbv2.model.transform.CreateGlobalSecondaryIndexActionJsonUnmarshaller instance
	public void  () 
	public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction unmarshall (com.amazonaws.transform.JsonUnmarshallerContext)  throws java.lang.Exception 
		com.amazonaws.transform.JsonUnmarshallerContext context
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction createGlobalSecondaryIndexAction
		int originalDepth
		String currentParentElement
		int targetDepth
		com.fasterxml.jackson.core.JsonToken token
	public static com.amazonaws.services.dynamodbv2.model.transform.CreateGlobalSecondaryIndexActionJsonUnmarshaller getInstance () 
	public volatile java.lang.Object unmarshall (java.lang.Object)  throws java.lang.Exception 
}

com/amazonaws/services/dynamodbv2/model/GetShardIteratorRequest.class
GetShardIteratorRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String streamArn
	private String shardId
	private String shardIteratorType
	private String sequenceNumber
	public void  () 
	public void setStreamArn (java.lang.String) 
		String streamArn
	public java.lang.String getStreamArn () 
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest withStreamArn (java.lang.String) 
		String streamArn
	public void setShardId (java.lang.String) 
		String shardId
	public java.lang.String getShardId () 
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest withShardId (java.lang.String) 
		String shardId
	public void setShardIteratorType (java.lang.String) 
		String shardIteratorType
	public java.lang.String getShardIteratorType () 
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest withShardIteratorType (java.lang.String) 
		String shardIteratorType
	public void setShardIteratorType (com.amazonaws.services.dynamodbv2.model.ShardIteratorType) 
		com.amazonaws.services.dynamodbv2.model.ShardIteratorType shardIteratorType
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest withShardIteratorType (com.amazonaws.services.dynamodbv2.model.ShardIteratorType) 
		com.amazonaws.services.dynamodbv2.model.ShardIteratorType shardIteratorType
	public void setSequenceNumber (java.lang.String) 
		String sequenceNumber
	public java.lang.String getSequenceNumber () 
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest withSequenceNumber (java.lang.String) 
		String sequenceNumber
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/GetItemRequest.class
GetItemRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GetItemRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private java.util.Map key
	private java.util.List attributesToGet
	private Boolean consistentRead
	private String returnConsumedCapacity
	private String projectionExpression
	private java.util.Map expressionAttributeNames
	public void  () 
	public void  (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public void  (java.lang.String, java.util.Map, java.lang.Boolean) 
		String tableName
		java.util.Map key
		Boolean consistentRead
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withTableName (java.lang.String) 
		String tableName
	public java.util.Map getKey () 
	public void setKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest addKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest clearKeyEntries () 
	public java.util.List getAttributesToGet () 
	public void setAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public transient com.amazonaws.services.dynamodbv2.model.GetItemRequest withAttributesToGet (java.lang.String[]) 
		String ele
		String[] attributesToGet
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public void setConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean getConsistentRead () 
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean isConsistentRead () 
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public void setProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.lang.String getProjectionExpression () 
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest clearExpressionAttributeNamesEntries () 
	public void setKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
		java.util.HashMap key
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest withKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GetItemRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GetItemRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/BatchWriteItemRequest.class
BatchWriteItemRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map requestItems
	private String returnConsumedCapacity
	private String returnItemCollectionMetrics
	public void  () 
	public void  (java.util.Map) 
		java.util.Map requestItems
	public java.util.Map getRequestItems () 
	public void setRequestItems (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest withRequestItems (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest addRequestItemsEntry (java.lang.String, java.util.List) 
		String key
		java.util.List value
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest clearRequestItemsEntries () 
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public void setReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public java.lang.String getReturnItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest withReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public void setReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest withReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/GetRecordsRequest.class
GetRecordsRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GetRecordsRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String shardIterator
	private Integer limit
	public void  () 
	public void setShardIterator (java.lang.String) 
		String shardIterator
	public java.lang.String getShardIterator () 
	public com.amazonaws.services.dynamodbv2.model.GetRecordsRequest withShardIterator (java.lang.String) 
		String shardIterator
	public void setLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Integer getLimit () 
	public com.amazonaws.services.dynamodbv2.model.GetRecordsRequest withLimit (java.lang.Integer) 
		Integer limit
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GetRecordsRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GetRecordsRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/StreamSpecification.class
StreamSpecification.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.StreamSpecification extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private Boolean streamEnabled
	private String streamViewType
	public void  () 
	public void setStreamEnabled (java.lang.Boolean) 
		Boolean streamEnabled
	public java.lang.Boolean getStreamEnabled () 
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification withStreamEnabled (java.lang.Boolean) 
		Boolean streamEnabled
	public java.lang.Boolean isStreamEnabled () 
	public void setStreamViewType (java.lang.String) 
		String streamViewType
	public java.lang.String getStreamViewType () 
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification withStreamViewType (java.lang.String) 
		String streamViewType
	public void setStreamViewType (com.amazonaws.services.dynamodbv2.model.StreamViewType) 
		com.amazonaws.services.dynamodbv2.model.StreamViewType streamViewType
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification withStreamViewType (com.amazonaws.services.dynamodbv2.model.StreamViewType) 
		com.amazonaws.services.dynamodbv2.model.StreamViewType streamViewType
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.StreamSpecification other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.StreamSpecification clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/AttributeAction.class
AttributeAction.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.AttributeAction extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.AttributeAction ADD
	public static final com.amazonaws.services.dynamodbv2.model.AttributeAction PUT
	public static final com.amazonaws.services.dynamodbv2.model.AttributeAction DELETE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.AttributeAction[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.AttributeAction[] values () 
	public static com.amazonaws.services.dynamodbv2.model.AttributeAction valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.AttributeAction fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.AttributeAction enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/AttributeDefinition.class
AttributeDefinition.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.AttributeDefinition extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String attributeName
	private String attributeType
	public void  () 
	public void  (java.lang.String, java.lang.String) 
		String attributeName
		String attributeType
	public void  (java.lang.String, com.amazonaws.services.dynamodbv2.model.ScalarAttributeType) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.ScalarAttributeType attributeType
	public void setAttributeName (java.lang.String) 
		String attributeName
	public java.lang.String getAttributeName () 
	public com.amazonaws.services.dynamodbv2.model.AttributeDefinition withAttributeName (java.lang.String) 
		String attributeName
	public void setAttributeType (java.lang.String) 
		String attributeType
	public java.lang.String getAttributeType () 
	public com.amazonaws.services.dynamodbv2.model.AttributeDefinition withAttributeType (java.lang.String) 
		String attributeType
	public void setAttributeType (com.amazonaws.services.dynamodbv2.model.ScalarAttributeType) 
		com.amazonaws.services.dynamodbv2.model.ScalarAttributeType attributeType
	public com.amazonaws.services.dynamodbv2.model.AttributeDefinition withAttributeType (com.amazonaws.services.dynamodbv2.model.ScalarAttributeType) 
		com.amazonaws.services.dynamodbv2.model.ScalarAttributeType attributeType
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.AttributeDefinition other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.AttributeDefinition clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DeleteItemRequest.class
DeleteItemRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private java.util.Map key
	private java.util.Map expected
	private String conditionalOperator
	private String returnValues
	private String returnConsumedCapacity
	private String returnItemCollectionMetrics
	private String conditionExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	public void  () 
	public void  (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map key
	public void  (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		String returnValues
	public void  (java.lang.String, java.util.Map, com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		String tableName
		java.util.Map key
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withTableName (java.lang.String) 
		String tableName
	public java.util.Map getKey () 
	public void setKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest addKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest clearKeyEntries () 
	public java.util.Map getExpected () 
	public void setExpected (java.util.Map) 
		java.util.Map expected
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withExpected (java.util.Map) 
		java.util.Map expected
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest addExpectedEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue value
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest clearExpectedEntries () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public void setReturnValues (java.lang.String) 
		String returnValues
	public java.lang.String getReturnValues () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withReturnValues (java.lang.String) 
		String returnValues
	public void setReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public void setReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public java.lang.String getReturnItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public void setReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public void setConditionExpression (java.lang.String) 
		String conditionExpression
	public java.lang.String getConditionExpression () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withConditionExpression (java.lang.String) 
		String conditionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest clearExpressionAttributeValuesEntries () 
	public void setKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
		java.util.HashMap key
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest withKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DeleteItemRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DeleteItemRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/GlobalSecondaryIndexDescription.class
GlobalSecondaryIndexDescription.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String indexName
	private java.util.List keySchema
	private com.amazonaws.services.dynamodbv2.model.Projection projection
	private String indexStatus
	private Boolean backfilling
	private com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughput
	private Long indexSizeBytes
	private Long itemCount
	private String indexArn
	public void  () 
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withIndexName (java.lang.String) 
		String indexName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public void setProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public com.amazonaws.services.dynamodbv2.model.Projection getProjection () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public void setIndexStatus (java.lang.String) 
		String indexStatus
	public java.lang.String getIndexStatus () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withIndexStatus (java.lang.String) 
		String indexStatus
	public void setIndexStatus (com.amazonaws.services.dynamodbv2.model.IndexStatus) 
		com.amazonaws.services.dynamodbv2.model.IndexStatus indexStatus
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withIndexStatus (com.amazonaws.services.dynamodbv2.model.IndexStatus) 
		com.amazonaws.services.dynamodbv2.model.IndexStatus indexStatus
	public void setBackfilling (java.lang.Boolean) 
		Boolean backfilling
	public java.lang.Boolean getBackfilling () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withBackfilling (java.lang.Boolean) 
		Boolean backfilling
	public java.lang.Boolean isBackfilling () 
	public void setProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription provisionedThroughput
	public void setIndexSizeBytes (java.lang.Long) 
		Long indexSizeBytes
	public java.lang.Long getIndexSizeBytes () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withIndexSizeBytes (java.lang.Long) 
		Long indexSizeBytes
	public void setItemCount (java.lang.Long) 
		Long itemCount
	public java.lang.Long getItemCount () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withItemCount (java.lang.Long) 
		Long itemCount
	public void setIndexArn (java.lang.String) 
		String indexArn
	public java.lang.String getIndexArn () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription withIndexArn (java.lang.String) 
		String indexArn
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/StreamViewType.class
StreamViewType.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.StreamViewType extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.StreamViewType NEW_IMAGE
	public static final com.amazonaws.services.dynamodbv2.model.StreamViewType OLD_IMAGE
	public static final com.amazonaws.services.dynamodbv2.model.StreamViewType NEW_AND_OLD_IMAGES
	public static final com.amazonaws.services.dynamodbv2.model.StreamViewType KEYS_ONLY
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.StreamViewType[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.StreamViewType[] values () 
	public static com.amazonaws.services.dynamodbv2.model.StreamViewType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.StreamViewType fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.StreamViewType enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/ProvisionedThroughputDescription.class
ProvisionedThroughputDescription.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Date lastIncreaseDateTime
	private java.util.Date lastDecreaseDateTime
	private Long numberOfDecreasesToday
	private Long readCapacityUnits
	private Long writeCapacityUnits
	public void  () 
	public void setLastIncreaseDateTime (java.util.Date) 
		java.util.Date lastIncreaseDateTime
	public java.util.Date getLastIncreaseDateTime () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription withLastIncreaseDateTime (java.util.Date) 
		java.util.Date lastIncreaseDateTime
	public void setLastDecreaseDateTime (java.util.Date) 
		java.util.Date lastDecreaseDateTime
	public java.util.Date getLastDecreaseDateTime () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription withLastDecreaseDateTime (java.util.Date) 
		java.util.Date lastDecreaseDateTime
	public void setNumberOfDecreasesToday (java.lang.Long) 
		Long numberOfDecreasesToday
	public java.lang.Long getNumberOfDecreasesToday () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription withNumberOfDecreasesToday (java.lang.Long) 
		Long numberOfDecreasesToday
	public void setReadCapacityUnits (java.lang.Long) 
		Long readCapacityUnits
	public java.lang.Long getReadCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription withReadCapacityUnits (java.lang.Long) 
		Long readCapacityUnits
	public void setWriteCapacityUnits (java.lang.Long) 
		Long writeCapacityUnits
	public java.lang.Long getWriteCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription withWriteCapacityUnits (java.lang.Long) 
		Long writeCapacityUnits
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DescribeStreamRequest.class
DescribeStreamRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String streamArn
	private Integer limit
	private String exclusiveStartShardId
	public void  () 
	public void setStreamArn (java.lang.String) 
		String streamArn
	public java.lang.String getStreamArn () 
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest withStreamArn (java.lang.String) 
		String streamArn
	public void setLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Integer getLimit () 
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest withLimit (java.lang.Integer) 
		Integer limit
	public void setExclusiveStartShardId (java.lang.String) 
		String exclusiveStartShardId
	public java.lang.String getExclusiveStartShardId () 
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest withExclusiveStartShardId (java.lang.String) 
		String exclusiveStartShardId
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/WriteRequest.class
WriteRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.WriteRequest extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.PutRequest putRequest
	private com.amazonaws.services.dynamodbv2.model.DeleteRequest deleteRequest
	public void  () 
	public void  (com.amazonaws.services.dynamodbv2.model.PutRequest) 
		com.amazonaws.services.dynamodbv2.model.PutRequest putRequest
	public void  (com.amazonaws.services.dynamodbv2.model.DeleteRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteRequest deleteRequest
	public void setPutRequest (com.amazonaws.services.dynamodbv2.model.PutRequest) 
		com.amazonaws.services.dynamodbv2.model.PutRequest putRequest
	public com.amazonaws.services.dynamodbv2.model.PutRequest getPutRequest () 
	public com.amazonaws.services.dynamodbv2.model.WriteRequest withPutRequest (com.amazonaws.services.dynamodbv2.model.PutRequest) 
		com.amazonaws.services.dynamodbv2.model.PutRequest putRequest
	public void setDeleteRequest (com.amazonaws.services.dynamodbv2.model.DeleteRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteRequest deleteRequest
	public com.amazonaws.services.dynamodbv2.model.DeleteRequest getDeleteRequest () 
	public com.amazonaws.services.dynamodbv2.model.WriteRequest withDeleteRequest (com.amazonaws.services.dynamodbv2.model.DeleteRequest) 
		com.amazonaws.services.dynamodbv2.model.DeleteRequest deleteRequest
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.WriteRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.WriteRequest clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/KeySchemaElement.class
KeySchemaElement.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.KeySchemaElement extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String attributeName
	private String keyType
	public void  () 
	public void  (java.lang.String, java.lang.String) 
		String attributeName
		String keyType
	public void  (java.lang.String, com.amazonaws.services.dynamodbv2.model.KeyType) 
		String attributeName
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public void setAttributeName (java.lang.String) 
		String attributeName
	public java.lang.String getAttributeName () 
	public com.amazonaws.services.dynamodbv2.model.KeySchemaElement withAttributeName (java.lang.String) 
		String attributeName
	public void setKeyType (java.lang.String) 
		String keyType
	public java.lang.String getKeyType () 
	public com.amazonaws.services.dynamodbv2.model.KeySchemaElement withKeyType (java.lang.String) 
		String keyType
	public void setKeyType (com.amazonaws.services.dynamodbv2.model.KeyType) 
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public com.amazonaws.services.dynamodbv2.model.KeySchemaElement withKeyType (com.amazonaws.services.dynamodbv2.model.KeyType) 
		com.amazonaws.services.dynamodbv2.model.KeyType keyType
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.KeySchemaElement clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DescribeTableResult.class
DescribeTableResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DescribeTableResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.TableDescription table
	public void  () 
	public void setTable (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription table
	public com.amazonaws.services.dynamodbv2.model.TableDescription getTable () 
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult withTable (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription table
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DescribeTableResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DescribeTableResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/PutItemRequest.class
PutItemRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.PutItemRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private java.util.Map item
	private java.util.Map expected
	private String returnValues
	private String returnConsumedCapacity
	private String returnItemCollectionMetrics
	private String conditionalOperator
	private String conditionExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	public void  () 
	public void  (java.lang.String, java.util.Map) 
		String tableName
		java.util.Map item
	public void  (java.lang.String, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map item
		String returnValues
	public void  (java.lang.String, java.util.Map, com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		String tableName
		java.util.Map item
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withTableName (java.lang.String) 
		String tableName
	public java.util.Map getItem () 
	public void setItem (java.util.Map) 
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withItem (java.util.Map) 
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest addItemEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest clearItemEntries () 
	public java.util.Map getExpected () 
	public void setExpected (java.util.Map) 
		java.util.Map expected
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withExpected (java.util.Map) 
		java.util.Map expected
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest addExpectedEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue value
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest clearExpectedEntries () 
	public void setReturnValues (java.lang.String) 
		String returnValues
	public java.lang.String getReturnValues () 
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withReturnValues (java.lang.String) 
		String returnValues
	public void setReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public void setReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public java.lang.String getReturnItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public void setReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public void setConditionExpression (java.lang.String) 
		String conditionExpression
	public java.lang.String getConditionExpression () 
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withConditionExpression (java.lang.String) 
		String conditionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest clearExpressionAttributeValuesEntries () 
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.PutItemRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.PutItemRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/PutRequest.class
PutRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.PutRequest extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map item
	public void  () 
	public void  (java.util.Map) 
		java.util.Map item
	public java.util.Map getItem () 
	public void setItem (java.util.Map) 
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.PutRequest withItem (java.util.Map) 
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.PutRequest addItemEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.PutRequest clearItemEntries () 
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.PutRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.PutRequest clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/Shard.class
Shard.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.Shard extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String shardId
	private com.amazonaws.services.dynamodbv2.model.SequenceNumberRange sequenceNumberRange
	private String parentShardId
	public void  () 
	public void setShardId (java.lang.String) 
		String shardId
	public java.lang.String getShardId () 
	public com.amazonaws.services.dynamodbv2.model.Shard withShardId (java.lang.String) 
		String shardId
	public void setSequenceNumberRange (com.amazonaws.services.dynamodbv2.model.SequenceNumberRange) 
		com.amazonaws.services.dynamodbv2.model.SequenceNumberRange sequenceNumberRange
	public com.amazonaws.services.dynamodbv2.model.SequenceNumberRange getSequenceNumberRange () 
	public com.amazonaws.services.dynamodbv2.model.Shard withSequenceNumberRange (com.amazonaws.services.dynamodbv2.model.SequenceNumberRange) 
		com.amazonaws.services.dynamodbv2.model.SequenceNumberRange sequenceNumberRange
	public void setParentShardId (java.lang.String) 
		String parentShardId
	public java.lang.String getParentShardId () 
	public com.amazonaws.services.dynamodbv2.model.Shard withParentShardId (java.lang.String) 
		String parentShardId
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.Shard other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.Shard clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/UpdateItemResult.class
UpdateItemResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.UpdateItemResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map attributes
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	private com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public void  () 
	public java.util.Map getAttributes () 
	public void setAttributes (java.util.Map) 
		java.util.Map attributes
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult withAttributes (java.util.Map) 
		java.util.Map attributes
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult addAttributesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult clearAttributesEntries () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void setItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics getItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult withItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.UpdateItemResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.UpdateItemResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/LocalSecondaryIndexDescription.class
LocalSecondaryIndexDescription.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String indexName
	private java.util.List keySchema
	private com.amazonaws.services.dynamodbv2.model.Projection projection
	private Long indexSizeBytes
	private Long itemCount
	private String indexArn
	public void  () 
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription withIndexName (java.lang.String) 
		String indexName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public void setProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public com.amazonaws.services.dynamodbv2.model.Projection getProjection () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription withProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public void setIndexSizeBytes (java.lang.Long) 
		Long indexSizeBytes
	public java.lang.Long getIndexSizeBytes () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription withIndexSizeBytes (java.lang.Long) 
		Long indexSizeBytes
	public void setItemCount (java.lang.Long) 
		Long itemCount
	public java.lang.Long getItemCount () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription withItemCount (java.lang.Long) 
		Long itemCount
	public void setIndexArn (java.lang.String) 
		String indexArn
	public java.lang.String getIndexArn () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription withIndexArn (java.lang.String) 
		String indexArn
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/SequenceNumberRange.class
SequenceNumberRange.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.SequenceNumberRange extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String startingSequenceNumber
	private String endingSequenceNumber
	public void  () 
	public void setStartingSequenceNumber (java.lang.String) 
		String startingSequenceNumber
	public java.lang.String getStartingSequenceNumber () 
	public com.amazonaws.services.dynamodbv2.model.SequenceNumberRange withStartingSequenceNumber (java.lang.String) 
		String startingSequenceNumber
	public void setEndingSequenceNumber (java.lang.String) 
		String endingSequenceNumber
	public java.lang.String getEndingSequenceNumber () 
	public com.amazonaws.services.dynamodbv2.model.SequenceNumberRange withEndingSequenceNumber (java.lang.String) 
		String endingSequenceNumber
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.SequenceNumberRange other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.SequenceNumberRange clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DeleteRequest.class
DeleteRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DeleteRequest extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map key
	public void  () 
	public void  (java.util.Map) 
		java.util.Map key
	public java.util.Map getKey () 
	public void setKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.DeleteRequest withKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.DeleteRequest addKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.DeleteRequest clearKeyEntries () 
	public void setKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
		java.util.HashMap key
	public com.amazonaws.services.dynamodbv2.model.DeleteRequest withKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DeleteRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DeleteRequest clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/KeysAndAttributes.class
KeysAndAttributes.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List keys
	private java.util.List attributesToGet
	private Boolean consistentRead
	private String projectionExpression
	private java.util.Map expressionAttributeNames
	public void  () 
	public java.util.List getKeys () 
	public void setKeys (java.util.Collection) 
		java.util.Collection keys
	public transient com.amazonaws.services.dynamodbv2.model.KeysAndAttributes withKeys (java.util.Map[]) 
		java.util.Map ele
		java.util.Map[] keys
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes withKeys (java.util.Collection) 
		java.util.Collection keys
	public java.util.List getAttributesToGet () 
	public void setAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public transient com.amazonaws.services.dynamodbv2.model.KeysAndAttributes withAttributesToGet (java.lang.String[]) 
		String ele
		String[] attributesToGet
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes withAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public void setConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean getConsistentRead () 
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes withConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean isConsistentRead () 
	public void setProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.lang.String getProjectionExpression () 
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes withProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes clearExpressionAttributeNamesEntries () 
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.KeysAndAttributes other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.KeysAndAttributes clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/BatchGetItemRequest.class
BatchGetItemRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map requestItems
	private String returnConsumedCapacity
	public void  () 
	public void  (java.util.Map) 
		java.util.Map requestItems
	public void  (java.util.Map, java.lang.String) 
		java.util.Map requestItems
		String returnConsumedCapacity
	public void  (java.util.Map, com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		java.util.Map requestItems
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public java.util.Map getRequestItems () 
	public void setRequestItems (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest withRequestItems (java.util.Map) 
		java.util.Map requestItems
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest addRequestItemsEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.KeysAndAttributes) 
		String key
		com.amazonaws.services.dynamodbv2.model.KeysAndAttributes value
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest clearRequestItemsEntries () 
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/GlobalSecondaryIndexUpdate.class
GlobalSecondaryIndexUpdate.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction update
	private com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction create
	private com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction delete
	public void  () 
	public void setUpdate (com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction) 
		com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction update
	public com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction getUpdate () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate withUpdate (com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction) 
		com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction update
	public void setCreate (com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction) 
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction create
	public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction getCreate () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate withCreate (com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction) 
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction create
	public void setDelete (com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction) 
		com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction delete
	public com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction getDelete () 
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate withDelete (com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction) 
		com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction delete
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/AttributeValueUpdate.class
AttributeValueUpdate.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.AttributeValue value
	private String action
	public void  () 
	public void  (com.amazonaws.services.dynamodbv2.model.AttributeValue, java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		String action
	public void  (com.amazonaws.services.dynamodbv2.model.AttributeValue, com.amazonaws.services.dynamodbv2.model.AttributeAction) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
		com.amazonaws.services.dynamodbv2.model.AttributeAction action
	public void setValue (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.AttributeValue getValue () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate withValue (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public void setAction (java.lang.String) 
		String action
	public java.lang.String getAction () 
	public com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate withAction (java.lang.String) 
		String action
	public void setAction (com.amazonaws.services.dynamodbv2.model.AttributeAction) 
		com.amazonaws.services.dynamodbv2.model.AttributeAction action
	public com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate withAction (com.amazonaws.services.dynamodbv2.model.AttributeAction) 
		com.amazonaws.services.dynamodbv2.model.AttributeAction action
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/TableStatus.class
TableStatus.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.TableStatus extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.TableStatus CREATING
	public static final com.amazonaws.services.dynamodbv2.model.TableStatus UPDATING
	public static final com.amazonaws.services.dynamodbv2.model.TableStatus DELETING
	public static final com.amazonaws.services.dynamodbv2.model.TableStatus ACTIVE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.TableStatus[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.TableStatus[] values () 
	public static com.amazonaws.services.dynamodbv2.model.TableStatus valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.TableStatus fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.TableStatus enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/ShardIteratorType.class
ShardIteratorType.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ShardIteratorType extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ShardIteratorType TRIM_HORIZON
	public static final com.amazonaws.services.dynamodbv2.model.ShardIteratorType LATEST
	public static final com.amazonaws.services.dynamodbv2.model.ShardIteratorType AT_SEQUENCE_NUMBER
	public static final com.amazonaws.services.dynamodbv2.model.ShardIteratorType AFTER_SEQUENCE_NUMBER
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ShardIteratorType[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ShardIteratorType[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ShardIteratorType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ShardIteratorType fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ShardIteratorType enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/ReturnItemCollectionMetrics.class
ReturnItemCollectionMetrics.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics SIZE
	public static final com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics NONE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/ExpectedAttributeValue.class
ExpectedAttributeValue.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.AttributeValue value
	private Boolean exists
	private String comparisonOperator
	private java.util.List attributeValueList
	public void  () 
	public void  (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public void  (java.lang.Boolean) 
		Boolean exists
	public void setValue (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.AttributeValue getValue () 
	public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue withValue (com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public void setExists (java.lang.Boolean) 
		Boolean exists
	public java.lang.Boolean getExists () 
	public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue withExists (java.lang.Boolean) 
		Boolean exists
	public java.lang.Boolean isExists () 
	public void setComparisonOperator (java.lang.String) 
		String comparisonOperator
	public java.lang.String getComparisonOperator () 
	public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue withComparisonOperator (java.lang.String) 
		String comparisonOperator
	public void setComparisonOperator (com.amazonaws.services.dynamodbv2.model.ComparisonOperator) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator comparisonOperator
	public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue withComparisonOperator (com.amazonaws.services.dynamodbv2.model.ComparisonOperator) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator comparisonOperator
	public java.util.List getAttributeValueList () 
	public void setAttributeValueList (java.util.Collection) 
		java.util.Collection attributeValueList
	public transient com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue withAttributeValueList (com.amazonaws.services.dynamodbv2.model.AttributeValue[]) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue ele
		com.amazonaws.services.dynamodbv2.model.AttributeValue[] attributeValueList
	public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue withAttributeValueList (java.util.Collection) 
		java.util.Collection attributeValueList
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ScanResult.class
ScanResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ScanResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List items
	private Integer count
	private Integer scannedCount
	private java.util.Map lastEvaluatedKey
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void  () 
	public java.util.List getItems () 
	public void setItems (java.util.Collection) 
		java.util.Collection items
	public transient com.amazonaws.services.dynamodbv2.model.ScanResult withItems (java.util.Map[]) 
		java.util.Map ele
		java.util.Map[] items
	public com.amazonaws.services.dynamodbv2.model.ScanResult withItems (java.util.Collection) 
		java.util.Collection items
	public void setCount (java.lang.Integer) 
		Integer count
	public java.lang.Integer getCount () 
	public com.amazonaws.services.dynamodbv2.model.ScanResult withCount (java.lang.Integer) 
		Integer count
	public void setScannedCount (java.lang.Integer) 
		Integer scannedCount
	public java.lang.Integer getScannedCount () 
	public com.amazonaws.services.dynamodbv2.model.ScanResult withScannedCount (java.lang.Integer) 
		Integer scannedCount
	public java.util.Map getLastEvaluatedKey () 
	public void setLastEvaluatedKey (java.util.Map) 
		java.util.Map lastEvaluatedKey
	public com.amazonaws.services.dynamodbv2.model.ScanResult withLastEvaluatedKey (java.util.Map) 
		java.util.Map lastEvaluatedKey
	public com.amazonaws.services.dynamodbv2.model.ScanResult addLastEvaluatedKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.ScanResult clearLastEvaluatedKeyEntries () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.ScanResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ScanResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ScanResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/LocalSecondaryIndex.class
LocalSecondaryIndex.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String indexName
	private java.util.List keySchema
	private com.amazonaws.services.dynamodbv2.model.Projection projection
	public void  () 
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex withIndexName (java.lang.String) 
		String indexName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public void setProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public com.amazonaws.services.dynamodbv2.model.Projection getProjection () 
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex withProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/BatchGetItemResult.class
BatchGetItemResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map responses
	private java.util.Map unprocessedKeys
	private java.util.List consumedCapacity
	public void  () 
	public java.util.Map getResponses () 
	public void setResponses (java.util.Map) 
		java.util.Map responses
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult withResponses (java.util.Map) 
		java.util.Map responses
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult addResponsesEntry (java.lang.String, java.util.List) 
		String key
		java.util.List value
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult clearResponsesEntries () 
	public java.util.Map getUnprocessedKeys () 
	public void setUnprocessedKeys (java.util.Map) 
		java.util.Map unprocessedKeys
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult withUnprocessedKeys (java.util.Map) 
		java.util.Map unprocessedKeys
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult addUnprocessedKeysEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.KeysAndAttributes) 
		String key
		com.amazonaws.services.dynamodbv2.model.KeysAndAttributes value
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult clearUnprocessedKeysEntries () 
	public java.util.List getConsumedCapacity () 
	public void setConsumedCapacity (java.util.Collection) 
		java.util.Collection consumedCapacity
	public transient com.amazonaws.services.dynamodbv2.model.BatchGetItemResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity[]) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity ele
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity[] consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult withConsumedCapacity (java.util.Collection) 
		java.util.Collection consumedCapacity
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.BatchGetItemResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.BatchGetItemResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ReturnValue.class
ReturnValue.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ReturnValue extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ReturnValue NONE
	public static final com.amazonaws.services.dynamodbv2.model.ReturnValue ALL_OLD
	public static final com.amazonaws.services.dynamodbv2.model.ReturnValue UPDATED_OLD
	public static final com.amazonaws.services.dynamodbv2.model.ReturnValue ALL_NEW
	public static final com.amazonaws.services.dynamodbv2.model.ReturnValue UPDATED_NEW
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ReturnValue[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ReturnValue[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ReturnValue valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ReturnValue fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/DescribeStreamResult.class
DescribeStreamResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DescribeStreamResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.StreamDescription streamDescription
	public void  () 
	public void setStreamDescription (com.amazonaws.services.dynamodbv2.model.StreamDescription) 
		com.amazonaws.services.dynamodbv2.model.StreamDescription streamDescription
	public com.amazonaws.services.dynamodbv2.model.StreamDescription getStreamDescription () 
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamResult withStreamDescription (com.amazonaws.services.dynamodbv2.model.StreamDescription) 
		com.amazonaws.services.dynamodbv2.model.StreamDescription streamDescription
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DescribeStreamResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DescribeStreamResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/QueryRequest.class
QueryRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.QueryRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private String indexName
	private String select
	private java.util.List attributesToGet
	private Integer limit
	private Boolean consistentRead
	private java.util.Map keyConditions
	private java.util.Map queryFilter
	private String conditionalOperator
	private Boolean scanIndexForward
	private java.util.Map exclusiveStartKey
	private String returnConsumedCapacity
	private String projectionExpression
	private String filterExpression
	private String keyConditionExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	public void  () 
	public void  (java.lang.String) 
		String tableName
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withTableName (java.lang.String) 
		String tableName
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withIndexName (java.lang.String) 
		String indexName
	public void setSelect (java.lang.String) 
		String select
	public java.lang.String getSelect () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withSelect (java.lang.String) 
		String select
	public void setSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public java.util.List getAttributesToGet () 
	public void setAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public transient com.amazonaws.services.dynamodbv2.model.QueryRequest withAttributesToGet (java.lang.String[]) 
		String ele
		String[] attributesToGet
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public void setLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Integer getLimit () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withLimit (java.lang.Integer) 
		Integer limit
	public void setConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean getConsistentRead () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean isConsistentRead () 
	public java.util.Map getKeyConditions () 
	public void setKeyConditions (java.util.Map) 
		java.util.Map keyConditions
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withKeyConditions (java.util.Map) 
		java.util.Map keyConditions
	public com.amazonaws.services.dynamodbv2.model.QueryRequest addKeyConditionsEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.Condition) 
		String key
		com.amazonaws.services.dynamodbv2.model.Condition value
	public com.amazonaws.services.dynamodbv2.model.QueryRequest clearKeyConditionsEntries () 
	public java.util.Map getQueryFilter () 
	public void setQueryFilter (java.util.Map) 
		java.util.Map queryFilter
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withQueryFilter (java.util.Map) 
		java.util.Map queryFilter
	public com.amazonaws.services.dynamodbv2.model.QueryRequest addQueryFilterEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.Condition) 
		String key
		com.amazonaws.services.dynamodbv2.model.Condition value
	public com.amazonaws.services.dynamodbv2.model.QueryRequest clearQueryFilterEntries () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public void setScanIndexForward (java.lang.Boolean) 
		Boolean scanIndexForward
	public java.lang.Boolean getScanIndexForward () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withScanIndexForward (java.lang.Boolean) 
		Boolean scanIndexForward
	public java.lang.Boolean isScanIndexForward () 
	public java.util.Map getExclusiveStartKey () 
	public void setExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.model.QueryRequest addExclusiveStartKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.QueryRequest clearExclusiveStartKeyEntries () 
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public void setProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.lang.String getProjectionExpression () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withProjectionExpression (java.lang.String) 
		String projectionExpression
	public void setFilterExpression (java.lang.String) 
		String filterExpression
	public java.lang.String getFilterExpression () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withFilterExpression (java.lang.String) 
		String filterExpression
	public void setKeyConditionExpression (java.lang.String) 
		String keyConditionExpression
	public java.lang.String getKeyConditionExpression () 
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withKeyConditionExpression (java.lang.String) 
		String keyConditionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.QueryRequest addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.model.QueryRequest clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.QueryRequest addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.QueryRequest clearExpressionAttributeValuesEntries () 
	public void setExclusiveStartKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
		java.util.HashMap exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.model.QueryRequest withExclusiveStartKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.QueryRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.QueryRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ListStreamsResult.class
ListStreamsResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ListStreamsResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List streams
	private String lastEvaluatedStreamArn
	public void  () 
	public java.util.List getStreams () 
	public void setStreams (java.util.Collection) 
		java.util.Collection streams
	public transient com.amazonaws.services.dynamodbv2.model.ListStreamsResult withStreams (com.amazonaws.services.dynamodbv2.model.Stream[]) 
		com.amazonaws.services.dynamodbv2.model.Stream ele
		com.amazonaws.services.dynamodbv2.model.Stream[] streams
	public com.amazonaws.services.dynamodbv2.model.ListStreamsResult withStreams (java.util.Collection) 
		java.util.Collection streams
	public void setLastEvaluatedStreamArn (java.lang.String) 
		String lastEvaluatedStreamArn
	public java.lang.String getLastEvaluatedStreamArn () 
	public com.amazonaws.services.dynamodbv2.model.ListStreamsResult withLastEvaluatedStreamArn (java.lang.String) 
		String lastEvaluatedStreamArn
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ListStreamsResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ListStreamsResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ScalarAttributeType.class
ScalarAttributeType.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ScalarAttributeType extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ScalarAttributeType S
	public static final com.amazonaws.services.dynamodbv2.model.ScalarAttributeType N
	public static final com.amazonaws.services.dynamodbv2.model.ScalarAttributeType B
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ScalarAttributeType[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ScalarAttributeType[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ScalarAttributeType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ScalarAttributeType fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ScalarAttributeType enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/ListStreamsRequest.class
ListStreamsRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ListStreamsRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private Integer limit
	private String exclusiveStartStreamArn
	public void  () 
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.ListStreamsRequest withTableName (java.lang.String) 
		String tableName
	public void setLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Integer getLimit () 
	public com.amazonaws.services.dynamodbv2.model.ListStreamsRequest withLimit (java.lang.Integer) 
		Integer limit
	public void setExclusiveStartStreamArn (java.lang.String) 
		String exclusiveStartStreamArn
	public java.lang.String getExclusiveStartStreamArn () 
	public com.amazonaws.services.dynamodbv2.model.ListStreamsRequest withExclusiveStartStreamArn (java.lang.String) 
		String exclusiveStartStreamArn
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ListStreamsRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ListStreamsRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ConditionalOperator.class
ConditionalOperator.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.ConditionalOperator extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.ConditionalOperator AND
	public static final com.amazonaws.services.dynamodbv2.model.ConditionalOperator OR
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.ConditionalOperator[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.ConditionalOperator[] values () 
	public static com.amazonaws.services.dynamodbv2.model.ConditionalOperator valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.ConditionalOperator fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/UpdateTableResult.class
UpdateTableResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.UpdateTableResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public void  () 
	public void setTableDescription (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public com.amazonaws.services.dynamodbv2.model.TableDescription getTableDescription () 
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult withTableDescription (com.amazonaws.services.dynamodbv2.model.TableDescription) 
		com.amazonaws.services.dynamodbv2.model.TableDescription tableDescription
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.UpdateTableResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.UpdateTableResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DeleteItemResult.class
DeleteItemResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DeleteItemResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map attributes
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	private com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public void  () 
	public java.util.Map getAttributes () 
	public void setAttributes (java.util.Map) 
		java.util.Map attributes
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult withAttributes (java.util.Map) 
		java.util.Map attributes
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult addAttributesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult clearAttributesEntries () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void setItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics getItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult withItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DeleteItemResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DeleteItemResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/LimitExceededException.class
LimitExceededException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.LimitExceededException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/CreateGlobalSecondaryIndexAction.class
CreateGlobalSecondaryIndexAction.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String indexName
	private java.util.List keySchema
	private com.amazonaws.services.dynamodbv2.model.Projection projection
	private com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public void  () 
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction withIndexName (java.lang.String) 
		String indexName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public void setProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public com.amazonaws.services.dynamodbv2.model.Projection getProjection () 
	public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction withProjection (com.amazonaws.services.dynamodbv2.model.Projection) 
		com.amazonaws.services.dynamodbv2.model.Projection projection
	public void setProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/OperationType.class
OperationType.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.OperationType extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.OperationType INSERT
	public static final com.amazonaws.services.dynamodbv2.model.OperationType MODIFY
	public static final com.amazonaws.services.dynamodbv2.model.OperationType REMOVE
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.OperationType[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.OperationType[] values () 
	public static com.amazonaws.services.dynamodbv2.model.OperationType valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.OperationType fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.OperationType enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/ProvisionedThroughput.class
ProvisionedThroughput.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private Long readCapacityUnits
	private Long writeCapacityUnits
	public void  () 
	public void  (java.lang.Long, java.lang.Long) 
		Long readCapacityUnits
		Long writeCapacityUnits
	public void setReadCapacityUnits (java.lang.Long) 
		Long readCapacityUnits
	public java.lang.Long getReadCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput withReadCapacityUnits (java.lang.Long) 
		Long readCapacityUnits
	public void setWriteCapacityUnits (java.lang.Long) 
		Long writeCapacityUnits
	public java.lang.Long getWriteCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput withWriteCapacityUnits (java.lang.Long) 
		Long writeCapacityUnits
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ItemCollectionMetrics.class
ItemCollectionMetrics.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map itemCollectionKey
	private java.util.List sizeEstimateRangeGB
	public void  () 
	public java.util.Map getItemCollectionKey () 
	public void setItemCollectionKey (java.util.Map) 
		java.util.Map itemCollectionKey
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics withItemCollectionKey (java.util.Map) 
		java.util.Map itemCollectionKey
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics addItemCollectionKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics clearItemCollectionKeyEntries () 
	public java.util.List getSizeEstimateRangeGB () 
	public void setSizeEstimateRangeGB (java.util.Collection) 
		java.util.Collection sizeEstimateRangeGB
	public transient com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics withSizeEstimateRangeGB (java.lang.Double[]) 
		Double ele
		Double[] sizeEstimateRangeGB
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics withSizeEstimateRangeGB (java.util.Collection) 
		java.util.Collection sizeEstimateRangeGB
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/UpdateGlobalSecondaryIndexAction.class
UpdateGlobalSecondaryIndexAction.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String indexName
	private com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public void  () 
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction withIndexName (java.lang.String) 
		String indexName
	public void setProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput getProvisionedThroughput () 
	public com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction withProvisionedThroughput (com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput) 
		com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/PutItemResult.class
PutItemResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.PutItemResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map attributes
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	private com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public void  () 
	public java.util.Map getAttributes () 
	public void setAttributes (java.util.Map) 
		java.util.Map attributes
	public com.amazonaws.services.dynamodbv2.model.PutItemResult withAttributes (java.util.Map) 
		java.util.Map attributes
	public com.amazonaws.services.dynamodbv2.model.PutItemResult addAttributesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.PutItemResult clearAttributesEntries () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.PutItemResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void setItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics getItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.model.PutItemResult withItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics itemCollectionMetrics
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.PutItemResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.PutItemResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DescribeLimitsResult.class
DescribeLimitsResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private Long accountMaxReadCapacityUnits
	private Long accountMaxWriteCapacityUnits
	private Long tableMaxReadCapacityUnits
	private Long tableMaxWriteCapacityUnits
	public void  () 
	public void setAccountMaxReadCapacityUnits (java.lang.Long) 
		Long accountMaxReadCapacityUnits
	public java.lang.Long getAccountMaxReadCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult withAccountMaxReadCapacityUnits (java.lang.Long) 
		Long accountMaxReadCapacityUnits
	public void setAccountMaxWriteCapacityUnits (java.lang.Long) 
		Long accountMaxWriteCapacityUnits
	public java.lang.Long getAccountMaxWriteCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult withAccountMaxWriteCapacityUnits (java.lang.Long) 
		Long accountMaxWriteCapacityUnits
	public void setTableMaxReadCapacityUnits (java.lang.Long) 
		Long tableMaxReadCapacityUnits
	public java.lang.Long getTableMaxReadCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult withTableMaxReadCapacityUnits (java.lang.Long) 
		Long tableMaxReadCapacityUnits
	public void setTableMaxWriteCapacityUnits (java.lang.Long) 
		Long tableMaxWriteCapacityUnits
	public java.lang.Long getTableMaxWriteCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult withTableMaxWriteCapacityUnits (java.lang.Long) 
		Long tableMaxWriteCapacityUnits
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/StreamStatus.class
StreamStatus.java
package com.amazonaws.services.dynamodbv2.model
public final com.amazonaws.services.dynamodbv2.model.StreamStatus extends java.lang.Enum {
	public static final com.amazonaws.services.dynamodbv2.model.StreamStatus ENABLING
	public static final com.amazonaws.services.dynamodbv2.model.StreamStatus ENABLED
	public static final com.amazonaws.services.dynamodbv2.model.StreamStatus DISABLING
	public static final com.amazonaws.services.dynamodbv2.model.StreamStatus DISABLED
	private String value
	private static final com.amazonaws.services.dynamodbv2.model.StreamStatus[] $VALUES
	public static com.amazonaws.services.dynamodbv2.model.StreamStatus[] values () 
	public static com.amazonaws.services.dynamodbv2.model.StreamStatus valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String value
	public java.lang.String toString () 
	public static com.amazonaws.services.dynamodbv2.model.StreamStatus fromValue (java.lang.String) 
		com.amazonaws.services.dynamodbv2.model.StreamStatus enumEntry
		String value
	static void  () 
}

com/amazonaws/services/dynamodbv2/model/GetShardIteratorResult.class
GetShardIteratorResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String shardIterator
	public void  () 
	public void setShardIterator (java.lang.String) 
		String shardIterator
	public java.lang.String getShardIterator () 
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult withShardIterator (java.lang.String) 
		String shardIterator
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GetShardIteratorResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/Condition.class
Condition.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.Condition extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List attributeValueList
	private String comparisonOperator
	public void  () 
	public java.util.List getAttributeValueList () 
	public void setAttributeValueList (java.util.Collection) 
		java.util.Collection attributeValueList
	public transient com.amazonaws.services.dynamodbv2.model.Condition withAttributeValueList (com.amazonaws.services.dynamodbv2.model.AttributeValue[]) 
		com.amazonaws.services.dynamodbv2.model.AttributeValue ele
		com.amazonaws.services.dynamodbv2.model.AttributeValue[] attributeValueList
	public com.amazonaws.services.dynamodbv2.model.Condition withAttributeValueList (java.util.Collection) 
		java.util.Collection attributeValueList
	public void setComparisonOperator (java.lang.String) 
		String comparisonOperator
	public java.lang.String getComparisonOperator () 
	public com.amazonaws.services.dynamodbv2.model.Condition withComparisonOperator (java.lang.String) 
		String comparisonOperator
	public void setComparisonOperator (com.amazonaws.services.dynamodbv2.model.ComparisonOperator) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator comparisonOperator
	public com.amazonaws.services.dynamodbv2.model.Condition withComparisonOperator (com.amazonaws.services.dynamodbv2.model.ComparisonOperator) 
		com.amazonaws.services.dynamodbv2.model.ComparisonOperator comparisonOperator
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.Condition other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.Condition clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/Capacity.class
Capacity.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.Capacity extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private Double capacityUnits
	public void  () 
	public void setCapacityUnits (java.lang.Double) 
		Double capacityUnits
	public java.lang.Double getCapacityUnits () 
	public com.amazonaws.services.dynamodbv2.model.Capacity withCapacityUnits (java.lang.Double) 
		Double capacityUnits
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.Capacity other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.Capacity clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/GetItemResult.class
GetItemResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.GetItemResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.Map item
	private com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public void  () 
	public java.util.Map getItem () 
	public void setItem (java.util.Map) 
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.GetItemResult withItem (java.util.Map) 
		java.util.Map item
	public com.amazonaws.services.dynamodbv2.model.GetItemResult addItemEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.GetItemResult clearItemEntries () 
	public void setConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public com.amazonaws.services.dynamodbv2.model.ConsumedCapacity getConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.GetItemResult withConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ConsumedCapacity consumedCapacity
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.GetItemResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.GetItemResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ResourceNotFoundException.class
ResourceNotFoundException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/services/dynamodbv2/model/ListTablesResult.class
ListTablesResult.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ListTablesResult extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private java.util.List tableNames
	private String lastEvaluatedTableName
	public void  () 
	public java.util.List getTableNames () 
	public void setTableNames (java.util.Collection) 
		java.util.Collection tableNames
	public transient com.amazonaws.services.dynamodbv2.model.ListTablesResult withTableNames (java.lang.String[]) 
		String ele
		String[] tableNames
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult withTableNames (java.util.Collection) 
		java.util.Collection tableNames
	public void setLastEvaluatedTableName (java.lang.String) 
		String lastEvaluatedTableName
	public java.lang.String getLastEvaluatedTableName () 
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult withLastEvaluatedTableName (java.lang.String) 
		String lastEvaluatedTableName
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ListTablesResult other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ListTablesResult clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/UpdateItemRequest.class
UpdateItemRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private java.util.Map key
	private java.util.Map attributeUpdates
	private java.util.Map expected
	private String conditionalOperator
	private String returnValues
	private String returnConsumedCapacity
	private String returnItemCollectionMetrics
	private String updateExpression
	private String conditionExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	public void  () 
	public void  (java.lang.String, java.util.Map, java.util.Map) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
	public void  (java.lang.String, java.util.Map, java.util.Map, java.lang.String) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		String returnValues
	public void  (java.lang.String, java.util.Map, java.util.Map, com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		String tableName
		java.util.Map key
		java.util.Map attributeUpdates
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withTableName (java.lang.String) 
		String tableName
	public java.util.Map getKey () 
	public void setKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withKey (java.util.Map) 
		java.util.Map key
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest addKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest clearKeyEntries () 
	public java.util.Map getAttributeUpdates () 
	public void setAttributeUpdates (java.util.Map) 
		java.util.Map attributeUpdates
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withAttributeUpdates (java.util.Map) 
		java.util.Map attributeUpdates
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest addAttributeUpdatesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate value
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest clearAttributeUpdatesEntries () 
	public java.util.Map getExpected () 
	public void setExpected (java.util.Map) 
		java.util.Map expected
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withExpected (java.util.Map) 
		java.util.Map expected
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest addExpectedEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.ExpectedAttributeValue value
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest clearExpectedEntries () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public void setReturnValues (java.lang.String) 
		String returnValues
	public java.lang.String getReturnValues () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withReturnValues (java.lang.String) 
		String returnValues
	public void setReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withReturnValues (com.amazonaws.services.dynamodbv2.model.ReturnValue) 
		com.amazonaws.services.dynamodbv2.model.ReturnValue returnValues
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public void setReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public java.lang.String getReturnItemCollectionMetrics () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withReturnItemCollectionMetrics (java.lang.String) 
		String returnItemCollectionMetrics
	public void setReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withReturnItemCollectionMetrics (com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics) 
		com.amazonaws.services.dynamodbv2.model.ReturnItemCollectionMetrics returnItemCollectionMetrics
	public void setUpdateExpression (java.lang.String) 
		String updateExpression
	public java.lang.String getUpdateExpression () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withUpdateExpression (java.lang.String) 
		String updateExpression
	public void setConditionExpression (java.lang.String) 
		String conditionExpression
	public java.lang.String getConditionExpression () 
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withConditionExpression (java.lang.String) 
		String conditionExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest clearExpressionAttributeValuesEntries () 
	public void setKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
		java.util.HashMap key
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest withKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.UpdateItemRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.UpdateItemRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DeleteGlobalSecondaryIndexAction.class
DeleteGlobalSecondaryIndexAction.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String indexName
	public void  () 
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction withIndexName (java.lang.String) 
		String indexName
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/StreamDescription.class
StreamDescription.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.StreamDescription extends java.lang.Object implements java.io.Serializable java.lang.Cloneable  {
	private String streamArn
	private String streamLabel
	private String streamStatus
	private String streamViewType
	private java.util.Date creationRequestDateTime
	private String tableName
	private java.util.List keySchema
	private java.util.List shards
	private String lastEvaluatedShardId
	public void  () 
	public void setStreamArn (java.lang.String) 
		String streamArn
	public java.lang.String getStreamArn () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withStreamArn (java.lang.String) 
		String streamArn
	public void setStreamLabel (java.lang.String) 
		String streamLabel
	public java.lang.String getStreamLabel () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withStreamLabel (java.lang.String) 
		String streamLabel
	public void setStreamStatus (java.lang.String) 
		String streamStatus
	public java.lang.String getStreamStatus () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withStreamStatus (java.lang.String) 
		String streamStatus
	public void setStreamStatus (com.amazonaws.services.dynamodbv2.model.StreamStatus) 
		com.amazonaws.services.dynamodbv2.model.StreamStatus streamStatus
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withStreamStatus (com.amazonaws.services.dynamodbv2.model.StreamStatus) 
		com.amazonaws.services.dynamodbv2.model.StreamStatus streamStatus
	public void setStreamViewType (java.lang.String) 
		String streamViewType
	public java.lang.String getStreamViewType () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withStreamViewType (java.lang.String) 
		String streamViewType
	public void setStreamViewType (com.amazonaws.services.dynamodbv2.model.StreamViewType) 
		com.amazonaws.services.dynamodbv2.model.StreamViewType streamViewType
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withStreamViewType (com.amazonaws.services.dynamodbv2.model.StreamViewType) 
		com.amazonaws.services.dynamodbv2.model.StreamViewType streamViewType
	public void setCreationRequestDateTime (java.util.Date) 
		java.util.Date creationRequestDateTime
	public java.util.Date getCreationRequestDateTime () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withCreationRequestDateTime (java.util.Date) 
		java.util.Date creationRequestDateTime
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withTableName (java.lang.String) 
		String tableName
	public java.util.List getKeySchema () 
	public void setKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public transient com.amazonaws.services.dynamodbv2.model.StreamDescription withKeySchema (com.amazonaws.services.dynamodbv2.model.KeySchemaElement[]) 
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement ele
		com.amazonaws.services.dynamodbv2.model.KeySchemaElement[] keySchema
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withKeySchema (java.util.Collection) 
		java.util.Collection keySchema
	public java.util.List getShards () 
	public void setShards (java.util.Collection) 
		java.util.Collection shards
	public transient com.amazonaws.services.dynamodbv2.model.StreamDescription withShards (com.amazonaws.services.dynamodbv2.model.Shard[]) 
		com.amazonaws.services.dynamodbv2.model.Shard ele
		com.amazonaws.services.dynamodbv2.model.Shard[] shards
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withShards (java.util.Collection) 
		java.util.Collection shards
	public void setLastEvaluatedShardId (java.lang.String) 
		String lastEvaluatedShardId
	public java.lang.String getLastEvaluatedShardId () 
	public com.amazonaws.services.dynamodbv2.model.StreamDescription withLastEvaluatedShardId (java.lang.String) 
		String lastEvaluatedShardId
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.StreamDescription other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.StreamDescription clone () 
		CloneNotSupportedException e
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/DescribeLimitsRequest.class
DescribeLimitsRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	public void  () 
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.DescribeLimitsRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ScanRequest.class
ScanRequest.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ScanRequest extends com.amazonaws.AmazonWebServiceRequest implements java.io.Serializable java.lang.Cloneable  {
	private String tableName
	private String indexName
	private java.util.List attributesToGet
	private Integer limit
	private String select
	private java.util.Map scanFilter
	private String conditionalOperator
	private java.util.Map exclusiveStartKey
	private String returnConsumedCapacity
	private Integer totalSegments
	private Integer segment
	private String projectionExpression
	private String filterExpression
	private java.util.Map expressionAttributeNames
	private java.util.Map expressionAttributeValues
	private Boolean consistentRead
	public void  () 
	public void  (java.lang.String) 
		String tableName
	public void setTableName (java.lang.String) 
		String tableName
	public java.lang.String getTableName () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withTableName (java.lang.String) 
		String tableName
	public void setIndexName (java.lang.String) 
		String indexName
	public java.lang.String getIndexName () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withIndexName (java.lang.String) 
		String indexName
	public java.util.List getAttributesToGet () 
	public void setAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public transient com.amazonaws.services.dynamodbv2.model.ScanRequest withAttributesToGet (java.lang.String[]) 
		String ele
		String[] attributesToGet
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withAttributesToGet (java.util.Collection) 
		java.util.Collection attributesToGet
	public void setLimit (java.lang.Integer) 
		Integer limit
	public java.lang.Integer getLimit () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withLimit (java.lang.Integer) 
		Integer limit
	public void setSelect (java.lang.String) 
		String select
	public java.lang.String getSelect () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withSelect (java.lang.String) 
		String select
	public void setSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withSelect (com.amazonaws.services.dynamodbv2.model.Select) 
		com.amazonaws.services.dynamodbv2.model.Select select
	public java.util.Map getScanFilter () 
	public void setScanFilter (java.util.Map) 
		java.util.Map scanFilter
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withScanFilter (java.util.Map) 
		java.util.Map scanFilter
	public com.amazonaws.services.dynamodbv2.model.ScanRequest addScanFilterEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.Condition) 
		String key
		com.amazonaws.services.dynamodbv2.model.Condition value
	public com.amazonaws.services.dynamodbv2.model.ScanRequest clearScanFilterEntries () 
	public void setConditionalOperator (java.lang.String) 
		String conditionalOperator
	public java.lang.String getConditionalOperator () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withConditionalOperator (java.lang.String) 
		String conditionalOperator
	public void setConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withConditionalOperator (com.amazonaws.services.dynamodbv2.model.ConditionalOperator) 
		com.amazonaws.services.dynamodbv2.model.ConditionalOperator conditionalOperator
	public java.util.Map getExclusiveStartKey () 
	public void setExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withExclusiveStartKey (java.util.Map) 
		java.util.Map exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.model.ScanRequest addExclusiveStartKeyEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.ScanRequest clearExclusiveStartKeyEntries () 
	public void setReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public java.lang.String getReturnConsumedCapacity () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withReturnConsumedCapacity (java.lang.String) 
		String returnConsumedCapacity
	public void setReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withReturnConsumedCapacity (com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity) 
		com.amazonaws.services.dynamodbv2.model.ReturnConsumedCapacity returnConsumedCapacity
	public void setTotalSegments (java.lang.Integer) 
		Integer totalSegments
	public java.lang.Integer getTotalSegments () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withTotalSegments (java.lang.Integer) 
		Integer totalSegments
	public void setSegment (java.lang.Integer) 
		Integer segment
	public java.lang.Integer getSegment () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withSegment (java.lang.Integer) 
		Integer segment
	public void setProjectionExpression (java.lang.String) 
		String projectionExpression
	public java.lang.String getProjectionExpression () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withProjectionExpression (java.lang.String) 
		String projectionExpression
	public void setFilterExpression (java.lang.String) 
		String filterExpression
	public java.lang.String getFilterExpression () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withFilterExpression (java.lang.String) 
		String filterExpression
	public java.util.Map getExpressionAttributeNames () 
	public void setExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withExpressionAttributeNames (java.util.Map) 
		java.util.Map expressionAttributeNames
	public com.amazonaws.services.dynamodbv2.model.ScanRequest addExpressionAttributeNamesEntry (java.lang.String, java.lang.String) 
		String key
		String value
	public com.amazonaws.services.dynamodbv2.model.ScanRequest clearExpressionAttributeNamesEntries () 
	public java.util.Map getExpressionAttributeValues () 
	public void setExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withExpressionAttributeValues (java.util.Map) 
		java.util.Map expressionAttributeValues
	public com.amazonaws.services.dynamodbv2.model.ScanRequest addExpressionAttributeValuesEntry (java.lang.String, com.amazonaws.services.dynamodbv2.model.AttributeValue) 
		String key
		com.amazonaws.services.dynamodbv2.model.AttributeValue value
	public com.amazonaws.services.dynamodbv2.model.ScanRequest clearExpressionAttributeValuesEntries () 
	public void setConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean getConsistentRead () 
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withConsistentRead (java.lang.Boolean) 
		Boolean consistentRead
	public java.lang.Boolean isConsistentRead () 
	public void setExclusiveStartKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
		java.util.HashMap exclusiveStartKey
	public com.amazonaws.services.dynamodbv2.model.ScanRequest withExclusiveStartKey (java.util.Map$Entry, java.util.Map$Entry)  throws java.lang.IllegalArgumentException 
		java.util.Map$Entry hashKey
		java.util.Map$Entry rangeKey
	public java.lang.String toString () 
		StringBuilder sb
	public boolean equals (java.lang.Object) 
		Object obj
		com.amazonaws.services.dynamodbv2.model.ScanRequest other
	public int hashCode () 
		int prime
		int hashCode
	public com.amazonaws.services.dynamodbv2.model.ScanRequest clone () 
	public volatile com.amazonaws.AmazonWebServiceRequest clone () 
	public volatile java.lang.Object clone ()  throws java.lang.CloneNotSupportedException 
}

com/amazonaws/services/dynamodbv2/model/ExpiredIteratorException.class
ExpiredIteratorException.java
package com.amazonaws.services.dynamodbv2.model
public com.amazonaws.services.dynamodbv2.model.ExpiredIteratorException extends com.amazonaws.AmazonServiceException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String message
}

com/amazonaws/auth/policy/actions/DynamoDBv2Actions.class
DynamoDBv2Actions.java
package com.amazonaws.auth.policy.actions
public final com.amazonaws.auth.policy.actions.DynamoDBv2Actions extends java.lang.Enum implements com.amazonaws.auth.policy.Action  {
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions AllDynamoDBv2Actions
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions BatchGetItem
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions BatchWriteItem
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions CreateTable
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions DeleteItem
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions DeleteTable
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions DescribeLimits
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions DescribeTable
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions GetItem
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions ListTables
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions PutItem
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions Query
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions Scan
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions UpdateItem
	public static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions UpdateTable
	private final String action
	private static final com.amazonaws.auth.policy.actions.DynamoDBv2Actions[] $VALUES
	public static com.amazonaws.auth.policy.actions.DynamoDBv2Actions[] values () 
	public static com.amazonaws.auth.policy.actions.DynamoDBv2Actions valueOf (java.lang.String) 
		String name
	private void  (java.lang.String, int, java.lang.String) 
		String action
	public java.lang.String getActionName () 
	static void  () 
}

META-INF/maven/
META-INF/maven/com.amazonaws/
META-INF/maven/com.amazonaws/aws-java-sdk-dynamodb/
META-INF/maven/com.amazonaws/aws-java-sdk-dynamodb/pom.xml
META-INF/maven/com.amazonaws/aws-java-sdk-dynamodb/pom.properties