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()static ContentMetadataContentMetadataStrategy. decode(software.amazon.awssdk.services.s3.model.GetObjectRequest request, software.amazon.awssdk.services.s3.model.GetObjectResponse response)ContentMetadataContentMetadataDecodingStrategy. decodeMetadata(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 InputStreamBufferedAesGcmContentStrategy. decryptContent(ContentMetadata contentMetadata, DecryptionMaterials materials, InputStream ciphertextStream)InputStreamContentDecryptionStrategy. decryptContent(ContentMetadata contentMetadata, DecryptionMaterials materials, InputStream ciphertext)
-