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 |
---|---|
ListLegalHoldsResult |
AmazonS3Client.listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest) |
ListLegalHoldsResult |
AmazonS3.listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest)
Returns a list of legal holds for the specified key in the specified bucket.
|
ListLegalHoldsResult |
AmazonS3Client.listLegalHolds(String bucketName,
String key) |
ListLegalHoldsResult |
AmazonS3.listLegalHolds(String bucketName,
String key)
Returns a list of legal holds for the specified key in the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
ListLegalHoldsResult |
ListLegalHoldsResult.withCreateTime(Date createTime)
Sets the creation time for the object and returns
ListLegalHoldsResult object for method chaining. |
ListLegalHoldsResult |
ListLegalHoldsResult.withExpirationDate(Date retentionExpirationDate)
Sets the retention expiration date for the object and returns
ListLegalHoldsResult object for method chaining. |
ListLegalHoldsResult |
ListLegalHoldsResult.withLegalHolds(List<LegalHold> legalHolds)
Sets the list of legal holds for the object and returns
ListLegalHoldsResult object for method chaining. |
ListLegalHoldsResult |
ListLegalHoldsResult.withRetentionPeriod(long retentionPeriod)
Sets the retention period for the object and returns
ListLegalHoldsResult object for method chaining. |
Copyright © 2024. All rights reserved.