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 ExtraMaterialsDescription
ExtraMaterialsDescription. NONE
Methods in com.amazonaws.services.s3.model that return ExtraMaterialsDescription Modifier and Type Method Description ExtraMaterialsDescription
EncryptedGetObjectRequest. 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 void
EncryptedGetObjectRequest. setExtraMaterialDescription(ExtraMaterialsDescription supplemental)
Sets the supplemental materials description for the encryption materials to be used with the current request.EncryptedGetObjectRequest
EncryptedGetObjectRequest. withExtraMaterialsDescription(ExtraMaterialsDescription supplemental)
Sets the supplemental materials description for the encryption materials to be used with the current request.
-