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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptedContent
encryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content)
-
-
-
Method Detail
-
encryptContent
EncryptedContent encryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content)
-
-