| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.spi.security | 
| Modifier and Type | Method and Description | 
|---|---|
abstract EncryptionMaterials | 
EncryptionMaterialsProvider.getEncryptionMaterials(EncryptionContext encryptionContext)
Gets encryption materials by encryption context. 
 | 
abstract EncryptionMaterials | 
EncryptionMaterialsProvider.getEncryptionMaterials(Map<String,String> materialDescription)
Gets encryption materials by material description. 
 | 
EncryptionMaterials | 
EncryptionMaterials.withDescription(String name,
               String value)
Fluent API to add material description. 
 | 
EncryptionMaterials | 
EncryptionMaterials.withDescriptions(Map<String,String> descriptions)
Fluent API to add all the given material descriptions. 
 | 
Copyright © 2024. All rights reserved.