Uses of Interface
com.amazonaws.services.s3.model.MaterialsDescriptionProvider
-
Packages that use MaterialsDescriptionProvider Package Description com.amazonaws.services.s3.model 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 MaterialsDescriptionProvider Modifier and Type Class Description class
EncryptedInitiateMultipartUploadRequest
This class is an extension ofInitiateMultipartUploadRequest
to allow additional crypto related attributes to be specified.class
EncryptedPutObjectRequest
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
.class
PutInstructionFileRequest
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
UploadObjectRequest
Used to request the client-side encryption and upload of a large S3 object via pipelined parallel multi-part uploads.
-