abstract class AbstractImpl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AmazonDynamoDB |
client |
private Table |
table |
Modifier | Constructor and Description |
---|---|
protected |
AbstractImpl(AmazonDynamoDB client,
Table table) |
Modifier and Type | Method and Description |
---|---|
(package private) AmazonDynamoDB |
getClient() |
Table |
getTable()
Returns the owning table.
|
private final Table table
private final AmazonDynamoDB client
protected AbstractImpl(AmazonDynamoDB client, Table table)
public final Table getTable()
final AmazonDynamoDB getClient()