public class MultiKeyStore
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultiKeyStore.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
MultiKeyStore(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.MultiKeyStore.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static MultiKeyStore.Builder |
builder() |
software.amazon.cryptography.materialproviders.model.CacheType |
cache() |
java.lang.Integer |
cacheTTL() |
java.lang.String |
keyFieldName() |
MultiKeyStore.Builder |
toBuilder() |
protected MultiKeyStore(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.MultiKeyStore.BuilderImpl builder)
public java.lang.String keyFieldName()
public java.lang.Integer cacheTTL()
public software.amazon.cryptography.materialproviders.model.CacheType cache()
public MultiKeyStore.Builder toBuilder()
public static MultiKeyStore.Builder builder()