
Icon | Member | Description |
---|---|---|
![]() | DynamoDBContext()()()() |
Constructs a DynamoDBContext object with a default AmazonDynamoDBClient
client and a default DynamoDBContextConfig object for configuration.
|
![]() | DynamoDBContext(RegionEndpoint) |
Constructs a DynamoDBContext object with a default AmazonDynamoDBClient
client and a default DynamoDBContextConfig object for configuration.
|
![]() | DynamoDBContext(DynamoDBContextConfig) |
Constructs a DynamoDBContext object with the specified configuration.
Uses a default AmazonDynamoDBClient as the client.
|
![]() | DynamoDBContext(RegionEndpoint, DynamoDBContextConfig) |
Constructs a DynamoDBContext object with the specified configuration.
Uses a default AmazonDynamoDBClient as the client.
|
![]() | DynamoDBContext(AmazonDynamoDB) |
Constructs a DynamoDBContext object with the specified DynamoDB client.
Uses default DynamoDBContextConfig object for configuration.
|
![]() | DynamoDBContext(AmazonDynamoDB, DynamoDBContextConfig) |
Constructs a DynamoDBContext object with the specified DynamoDB client
and configuration.
|