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
Modifier and TypeMethodDescriptionReturns an unmodifiable view of the MaterialsDescription which the caller can use to load EncryptionMaterials from anyEncryptionMaterialsAccessor
-
Method Details
-
getMaterialsDescription
Returns an unmodifiable view of the MaterialsDescription which the caller can use to load EncryptionMaterials from anyEncryptionMaterialsAccessor
- Returns:
- materials description.
-