Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.deleteLegalHold(DeleteLegalHoldRequest deleteLegalHoldRequest) |
void |
AmazonS3.deleteLegalHold(DeleteLegalHoldRequest deleteLegalHoldRequest)
Deletes a legal hold for the specified object in the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
DeleteLegalHoldRequest |
DeleteLegalHoldRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the reference to the object to
delete a legal hold from, and returns a reference to this
object(DeleteLegalHoldRequest) for method chaining.
|
DeleteLegalHoldRequest |
DeleteLegalHoldRequest.withKey(String key)
Sets the key, the name of the reference to the object to delete a legal hold from.
|
DeleteLegalHoldRequest |
DeleteLegalHoldRequest.withLegalHoldId(String legalHoldId)
Sets the legal hold id to be deleted and returns a reference to
this object for method chaining.
|
Copyright © 2024. All rights reserved.