| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.datamodeling.encryption |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionFlags |
EncryptionFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionFlags[] |
EncryptionFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allDecryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
Collection<String> doNotDecrypt)
Returns the decryption flags for all item attributes except for those explicitly specified to
be excluded.
|
Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allDecryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
String... doNotDecrypt)
Returns the decryption flags for all item attributes except for those explicitly specified to
be excluded.
|
Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allEncryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
Collection<String> doNotEncrypt)
Returns the encryption flags for all item attributes except for those explicitly specified to
be excluded.
|
Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allEncryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
String... doNotEncrypt)
Returns the encryption flags for all item attributes except for those explicitly specified to
be excluded.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
DynamoDBEncryptor.decryptRecord(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
Map<String,Set<EncryptionFlags>> attributeFlags,
EncryptionContext context) |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
DynamoDBEncryptor.encryptRecord(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
Map<String,Set<EncryptionFlags>> attributeFlags,
EncryptionContext context)
Returns the encrypted (and signed) record, which is a map of item attributes.
|
Copyright © 2021. All rights reserved.