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 |
---|---|
GetObjectRetentionResult |
AbstractAmazonS3.getObjectRetention(GetObjectRetentionRequest getObjectRetentionRequest) |
GetObjectRetentionResult |
AmazonS3Client.getObjectRetention(GetObjectRetentionRequest getObjectRetentionRequest) |
GetObjectRetentionResult |
AmazonS3.getObjectRetention(GetObjectRetentionRequest getObjectRetentionRequest)
Retrieves an object's retention settings.
|
Modifier and Type | Method and Description |
---|---|
GetObjectRetentionRequest |
GetObjectRetentionRequest.withBucketName(String bucket)
The S3 Bucket.
|
GetObjectRetentionRequest |
GetObjectRetentionRequest.withExpectedBucketOwner(String expectedBucketOwner) |
GetObjectRetentionRequest |
GetObjectRetentionRequest.withKey(String key)
The Object Key.
|
GetObjectRetentionRequest |
GetObjectRetentionRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
GetObjectRetentionRequest |
GetObjectRetentionRequest.withVersionId(String versionId)
The Object Version ID.
|
Copyright © 2024. All rights reserved.