Class ContentMetadataStrategy
- java.lang.Object
-
- software.amazon.encryption.s3.internal.ContentMetadataStrategy
-
- All Implemented Interfaces:
ContentMetadataDecodingStrategy
,ContentMetadataEncodingStrategy
public abstract class ContentMetadataStrategy extends Object implements ContentMetadataEncodingStrategy, ContentMetadataDecodingStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static ContentMetadataDecodingStrategy
INSTRUCTION_FILE
static ContentMetadataStrategy
OBJECT_METADATA
-
Constructor Summary
Constructors Constructor Description ContentMetadataStrategy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContentMetadata
decode(software.amazon.awssdk.services.s3.model.GetObjectRequest request, software.amazon.awssdk.services.s3.model.GetObjectResponse response)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.encryption.s3.internal.ContentMetadataDecodingStrategy
decodeMetadata
-
Methods inherited from interface software.amazon.encryption.s3.internal.ContentMetadataEncodingStrategy
encodeMetadata
-
-
-
-
Field Detail
-
INSTRUCTION_FILE
public static final ContentMetadataDecodingStrategy INSTRUCTION_FILE
-
OBJECT_METADATA
public static final ContentMetadataStrategy OBJECT_METADATA
-
-
Method Detail
-
decode
public static ContentMetadata decode(software.amazon.awssdk.services.s3.model.GetObjectRequest request, software.amazon.awssdk.services.s3.model.GetObjectResponse response)
-
-