Uses of Interface
com.amazonaws.services.s3.model.SSEAwsKeyManagementParamsProvider
-
Packages that use SSEAwsKeyManagementParamsProvider Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of SSEAwsKeyManagementParamsProvider in com.amazonaws.services.s3.model
Classes in com.amazonaws.services.s3.model that implement SSEAwsKeyManagementParamsProvider Modifier and Type Class Description classAbstractPutObjectRequestAbstract base class for a put object or put object like request.classCopyObjectRequestProvides options for copying an Amazon S3 object from a source location to a new destination.classEncryptedInitiateMultipartUploadRequestThis class is an extension ofInitiateMultipartUploadRequestto allow additional crypto related attributes to be specified.classEncryptedPutObjectRequestThis class is an extension ofPutObjectRequestto allow additional encryption material description to be specified on a per-request basis.In particular,EncryptedPutObjectRequestis only recognized byAmazonS3EncryptionClient.classInitiateMultipartUploadRequestThe InitiateMultipartUploadRequest contains the parameters used for the InitiateMultipartUpload method.classPutObjectRequestUploads a new object to the specified Amazon S3 bucket.classUploadObjectRequestUsed to request the client-side encryption and upload of a large S3 object via pipelined parallel multi-part uploads.
-