Uses of Class
com.amazonaws.services.s3.model.PutInstructionFileRequest
Packages that use PutInstructionFileRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of PutInstructionFileRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type PutInstructionFileRequestModifier and TypeMethodDescriptionAmazonS3EncryptionClient.putInstructionFile
(PutInstructionFileRequest req) Creates a new crypto instruction file by re-encrypting the CEK of an existing encrypted S3 object with a new encryption material identifiable via a new set of material description. -
Uses of PutInstructionFileRequest in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto with parameters of type PutInstructionFileRequestModifier and TypeMethodDescriptionCryptoModuleDispatcher.putInstructionFileSecurely
(PutInstructionFileRequest req) abstract PutObjectResult
S3CryptoModule.putInstructionFileSecurely
(PutInstructionFileRequest req) final PutObjectResult
S3CryptoModuleBase.putInstructionFileSecurely
(PutInstructionFileRequest req) -
Uses of PutInstructionFileRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return PutInstructionFileRequestModifier and TypeMethodDescriptionPutInstructionFileRequest.withAccessControlList
(AccessControlList accessControlList) Sets the optional access control list for the new object.PutInstructionFileRequest.withCannedAcl
(CannedAccessControlList cannedAcl) Sets the optional pre-configured access control policy to use for the new object.PutInstructionFileRequest.withRedirectLocation
(String redirectLocation) Sets the optional redirect location for the new object.Returns thisPutObjectRequest
, enabling additional method calls to be chained together.PutInstructionFileRequest.withStorageClass
(StorageClass storageClass) Sets the optional Amazon S3 storage class to use when storing the new object.PutInstructionFileRequest.withStorageClass
(String storageClass) Sets the optional Amazon S3 storage class to use when storing the new object.