Uses of Class
com.amazonaws.services.s3.model.PutInstructionFileRequest
-
Packages that use PutInstructionFileRequest Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.internal.crypto com.amazonaws.services.s3.model 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 PutInstructionFileRequest Modifier and Type Method Description PutObjectResult
AmazonS3EncryptionClient. 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 PutInstructionFileRequest Modifier and Type Method Description PutObjectResult
CryptoModuleDispatcher. putInstructionFileSecurely(PutInstructionFileRequest req)
abstract PutObjectResult
S3CryptoModule. putInstructionFileSecurely(PutInstructionFileRequest req)
PutObjectResult
S3CryptoModuleBase. putInstructionFileSecurely(PutInstructionFileRequest req)
-
Uses of PutInstructionFileRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return PutInstructionFileRequest Modifier and Type Method Description PutInstructionFileRequest
PutInstructionFileRequest. withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.PutInstructionFileRequest
PutInstructionFileRequest. withCannedAcl(CannedAccessControlList cannedAcl)
Sets the optional pre-configured access control policy to use for the new object.PutInstructionFileRequest
PutInstructionFileRequest. withRedirectLocation(String redirectLocation)
Sets the optional redirect location for the new object.Returns thisPutObjectRequest
, enabling additional method calls to be chained together.PutInstructionFileRequest
PutInstructionFileRequest. withStorageClass(StorageClass storageClass)
Sets the optional Amazon S3 storage class to use when storing the new object.PutInstructionFileRequest
PutInstructionFileRequest. withStorageClass(String storageClass)
Sets the optional Amazon S3 storage class to use when storing the new object.
-