Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
BucketLifecycleConfiguration.Rule.getNoncurrentVersionTransition()
Deprecated.
|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
BucketLifecycleConfiguration.NoncurrentVersionTransition.withDays(int expirationInDays)
Sets the time in days from when a new version of the object
is uploaded to the bucket and when older versions are archived,
and returns a reference to this object for method chaining.
|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
BucketLifecycleConfiguration.NoncurrentVersionTransition.withNewerNoncurrentVersions(int newerNoncurrentVersions)
Specifies how many noncurrent versions Amazon S3 will retain.
|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass(StorageClass storageClass)
Sets the storage class of this object and returns a reference to this object for method
chaining.
|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass(String storageClass)
Sets the storage class of this object and returns a reference to this object for method
chaining.
|
Modifier and Type | Method and Description |
---|---|
List<BucketLifecycleConfiguration.NoncurrentVersionTransition> |
BucketLifecycleConfiguration.Rule.getNoncurrentVersionTransitions()
Returns the Amazon S3 non current object transition rules associated
with the given rule.
|
Modifier and Type | Method and Description |
---|---|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.addNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition noncurrentVersionTransition)
Adds a new Non current transition to the rule.
|
void |
BucketLifecycleConfiguration.Rule.setNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition nonCurrentVersionTransition)
Deprecated.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withNoncurrentVersionTransition(BucketLifecycleConfiguration.NoncurrentVersionTransition nonCurrentVersionTransition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketLifecycleConfiguration.Rule.setNoncurrentVersionTransitions(List<BucketLifecycleConfiguration.NoncurrentVersionTransition> noncurrentVersionTransitions)
Sets the Amazon S3 non current object transition rules for the given bucket.
|
BucketLifecycleConfiguration.Rule |
BucketLifecycleConfiguration.Rule.withNoncurrentVersionTransitions(List<BucketLifecycleConfiguration.NoncurrentVersionTransition> noncurrentVersionTransitions)
Sets the Amazon S3 non current object transition rules for the given bucket.
|
Copyright © 2024. All rights reserved.