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, along with the values of any attributes configured as SIGN_AND_INCLUDE_IN_ENCRYPTION_CONTEXT.
|
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.