Uses of Class
software.amazon.encryption.s3.internal.ContentMetadata
-
Packages that use ContentMetadata Package Description software.amazon.encryption.s3.internal -
-
Uses of ContentMetadata in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return ContentMetadata Modifier and Type Method Description ContentMetadata
ContentMetadata.Builder. build()
ContentMetadata
ContentMetadataDecodingStrategy. decode(software.amazon.awssdk.services.s3.model.GetObjectRequest request, software.amazon.awssdk.services.s3.model.GetObjectResponse response)
Methods in software.amazon.encryption.s3.internal with parameters of type ContentMetadata Modifier and Type Method Description InputStream
ContentDecryptionStrategy. decryptContent(ContentMetadata contentMetadata, DecryptionMaterials materials, InputStream ciphertext)
-