Uses of Class
com.amazonaws.services.s3.model.ExtraMaterialsDescription
Packages that use ExtraMaterialsDescription
Package
Description
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 ExtraMaterialsDescriptionModifier and TypeFieldDescriptionstatic final ExtraMaterialsDescription
ExtraMaterialsDescription.NONE
Methods in com.amazonaws.services.s3.model that return ExtraMaterialsDescriptionModifier and TypeMethodDescriptionEncryptedGetObjectRequest.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 ExtraMaterialsDescriptionModifier and TypeMethodDescriptionvoid
EncryptedGetObjectRequest.setExtraMaterialDescription
(ExtraMaterialsDescription supplemental) Sets the supplemental materials description for the encryption materials to be used with the current request.EncryptedGetObjectRequest.withExtraMaterialsDescription
(ExtraMaterialsDescription supplemental) Sets the supplemental materials description for the encryption materials to be used with the current request.