Uses of Interface
com.amazonaws.services.s3.model.MaterialsDescriptionProvider
Packages that use MaterialsDescriptionProvider
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of MaterialsDescriptionProvider in com.amazonaws.services.s3.model
Classes in com.amazonaws.services.s3.model that implement MaterialsDescriptionProviderModifier and TypeClassDescriptionclass
This class is an extension ofInitiateMultipartUploadRequest
to allow additional crypto related attributes to be specified.class
This class is an extension ofPutObjectRequest
to allow additional encryption material description to be specified on a per-request basis.In particular,EncryptedPutObjectRequest
is only recognized byAmazonS3EncryptionClient
.final class
Used to create a new instruction file, typically used to share an encrypted S3 object with partners via re-encrypting the CEK of the specified S3 object with a partner-specific public key.class
Used to request the client-side encryption and upload of a large S3 object via pipelined parallel multi-part uploads.