public final class DynamoDbKeyBranchKeyIdSupplier extends java.lang.Object implements IDynamoDbKeyBranchKeyIdSupplier
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DynamoDbKeyBranchKeyIdSupplier.NativeWrapper |
| Modifier and Type | Method and Description |
|---|---|
GetBranchKeyIdFromDdbKeyOutput |
GetBranchKeyIdFromDdbKey(GetBranchKeyIdFromDdbKeyInput input)
Get the Branch Key that should be used for wrapping and unwrapping data keys based on the primary key of the item being read or written.
|
IDynamoDbKeyBranchKeyIdSupplier |
impl() |
static <I extends IDynamoDbKeyBranchKeyIdSupplier> |
wrap(I iDynamoDbKeyBranchKeyIdSupplier) |
static DynamoDbKeyBranchKeyIdSupplier |
wrap(IDynamoDbKeyBranchKeyIdSupplier iDynamoDbKeyBranchKeyIdSupplier) |
public static DynamoDbKeyBranchKeyIdSupplier wrap(IDynamoDbKeyBranchKeyIdSupplier iDynamoDbKeyBranchKeyIdSupplier)
public static <I extends IDynamoDbKeyBranchKeyIdSupplier> DynamoDbKeyBranchKeyIdSupplier wrap(I iDynamoDbKeyBranchKeyIdSupplier)
public IDynamoDbKeyBranchKeyIdSupplier impl()
public GetBranchKeyIdFromDdbKeyOutput GetBranchKeyIdFromDdbKey(GetBranchKeyIdFromDdbKeyInput input)
GetBranchKeyIdFromDdbKey in interface IDynamoDbKeyBranchKeyIdSupplierinput - Inputs for getting the Branch Key that should be used for wrapping and unwrapping data keys.