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 ContentMetadataContentMetadata.Builder. build()ContentMetadataContentMetadataDecodingStrategy. 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 InputStreamContentDecryptionStrategy. decryptContent(ContentMetadata contentMetadata, DecryptionMaterials materials, InputStream ciphertext)
-