public class EncryptionContext extends Object
Constructor | Description |
---|---|
EncryptionContext(String type) |
Modifier and Type | Method | Description |
---|---|---|
Map<String,String> |
getContext() |
Gets the encryption context key value pairs.
|
String |
getType() |
Gets the type of the encryption context.
|
EncryptionContext |
withContext(String key,
String value) |
Fluent API to add encryption context.
|
EncryptionContext |
withContext(Map<String,String> context) |
Fluent API to add all the given encryption context.
|
public EncryptionContext(String type)
public String getType()
public Map<String,String> getContext()
public EncryptionContext withContext(String key, String value)
public EncryptionContext withContext(Map<String,String> context)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.