com.amazonaws.services.s3.model
Interface MaterialsDescriptionProvider

All Known Implementing Classes:
EncryptedInitiateMultipartUploadRequest, EncryptedPutObjectRequest

public interface MaterialsDescriptionProvider

Interface for providing MaterialsDescription.


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getMaterialsDescription()
          Returns an unmodifiable view of the MaterialsDescription which the caller can use to load EncryptionMaterials from any EncryptionMaterialsAccessor
 

Method Detail

getMaterialsDescription

java.util.Map<java.lang.String,java.lang.String> getMaterialsDescription()
Returns an unmodifiable view of the MaterialsDescription which the caller can use to load EncryptionMaterials from any EncryptionMaterialsAccessor

Returns:
materials description.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.