Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
PutObjectResult |
AmazonS3EncryptionV2.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.
|
Modifier and Type | Method and Description |
---|---|
PutObjectResult |
S3CryptoModuleBase.putInstructionFileSecurely(PutInstructionFileRequest req) |
abstract PutObjectResult |
S3CryptoModule.putInstructionFileSecurely(PutInstructionFileRequest req) |
PutObjectResult |
CryptoModuleDispatcher.putInstructionFileSecurely(PutInstructionFileRequest req) |
Modifier and Type | Method and 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 this
PutObjectRequest , 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.
|
Copyright © 2024. All rights reserved.