Interface AsyncContentEncryptionStrategy
- 
- All Known Implementing Classes:
- StreamingAesGcmContentStrategy
 - Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface AsyncContentEncryptionStrategy 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptedContentencryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content)
 
- 
- 
- 
Method Detail- 
encryptContentEncryptedContent encryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content) 
 
- 
 
-