Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model.lifecycle |
Class and Description |
---|
LifecycleFilter
The
LifecycleFilter is used to identify objects that a Lifecycle Rule applies to. |
Class and Description |
---|
LifecycleAndOperator
A logical AND of two or more predicates of type
LifecycleFilterPredicate . |
LifecycleFilter
The
LifecycleFilter is used to identify objects that a Lifecycle Rule applies to. |
LifecycleFilterPredicate
Base class to represent the root predicate in
LifecycleFilter class. |
LifecycleObjectSizeGreaterThanPredicate
A
LifecycleFilterPredicate class to represent the
minimum object size (exclusive) to which the BucketLifecycleConfiguration.Rule applies. |
LifecycleObjectSizeLessThanPredicate
A
LifecycleFilterPredicate class to represent the
maximum object size (exclusive) to which the BucketLifecycleConfiguration.Rule applies. |
LifecyclePredicateVisitor
Interface to invoke specific behavior based on the type of
LifecycleFilterPredicate visited. |
LifecyclePrefixPredicate
A
LifecycleFilterPredicate class to represent the
prefix identifying one or more objects to which the
BucketLifecycleConfiguration.Rule applies. |
LifecycleTagPredicate
A
LifecycleFilterPredicate class to represent the Tag object
that must exist in the object's tag set in order for the
BucketLifecycleConfiguration.Rule to apply. |
Copyright © 2024. All rights reserved.