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 PutObjectResultAmazonS3EncryptionClient. 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 PutObjectResultCryptoModuleDispatcher. putInstructionFileSecurely(PutInstructionFileRequest req)abstract PutObjectResultS3CryptoModule. putInstructionFileSecurely(PutInstructionFileRequest req)PutObjectResultS3CryptoModuleBase. 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 PutInstructionFileRequestPutInstructionFileRequest. withAccessControlList(AccessControlList accessControlList)Sets the optional access control list for the new object.PutInstructionFileRequestPutInstructionFileRequest. withCannedAcl(CannedAccessControlList cannedAcl)Sets the optional pre-configured access control policy to use for the new object.PutInstructionFileRequestPutInstructionFileRequest. withRedirectLocation(String redirectLocation)Sets the optional redirect location for the new object.Returns thisPutObjectRequest, enabling additional method calls to be chained together.PutInstructionFileRequestPutInstructionFileRequest. withStorageClass(StorageClass storageClass)Sets the optional Amazon S3 storage class to use when storing the new object.PutInstructionFileRequestPutInstructionFileRequest. withStorageClass(String storageClass)Sets the optional Amazon S3 storage class to use when storing the new object.
-