Uses of Class
com.amazonaws.services.s3.model.ExtraMaterialsDescription
-
Packages that use ExtraMaterialsDescription Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of ExtraMaterialsDescription in com.amazonaws.services.s3.model
Fields in com.amazonaws.services.s3.model declared as ExtraMaterialsDescription Modifier and Type Field Description static ExtraMaterialsDescriptionExtraMaterialsDescription. NONEMethods in com.amazonaws.services.s3.model that return ExtraMaterialsDescription Modifier and Type Method Description ExtraMaterialsDescriptionEncryptedGetObjectRequest. getExtraMaterialDescription()Returns the supplemental material description to be used for retrieving the encryption materials.Methods in com.amazonaws.services.s3.model with parameters of type ExtraMaterialsDescription Modifier and Type Method Description voidEncryptedGetObjectRequest. setExtraMaterialDescription(ExtraMaterialsDescription supplemental)Sets the supplemental materials description for the encryption materials to be used with the current request.EncryptedGetObjectRequestEncryptedGetObjectRequest. withExtraMaterialsDescription(ExtraMaterialsDescription supplemental)Sets the supplemental materials description for the encryption materials to be used with the current request.
-