Package com.amazonaws.services.s3.model
Interface MaterialsDescriptionProvider
-
- All Known Implementing Classes:
EncryptedInitiateMultipartUploadRequest
,EncryptedPutObjectRequest
,PutInstructionFileRequest
,UploadObjectRequest
public interface MaterialsDescriptionProvider
Interface for providing MaterialsDescription.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getMaterialsDescription()
Returns an unmodifiable view of the MaterialsDescription which the caller can use to load EncryptionMaterials from anyEncryptionMaterialsAccessor
-
-
-
Method Detail
-
getMaterialsDescription
Map<String,String> getMaterialsDescription()
Returns an unmodifiable view of the MaterialsDescription which the caller can use to load EncryptionMaterials from anyEncryptionMaterialsAccessor
- Returns:
- materials description.
-
-