public final class LifecycleTagPredicate extends LifecycleFilterPredicate
LifecycleFilterPredicate
class to represent the Tag
object
that must exist in the object's tag set in order for the
BucketLifecycleConfiguration.Rule
to apply.Constructor and Description |
---|
LifecycleTagPredicate(com.ibm.cloud.objectstorage.services.s3.model.Tag tag) |
Modifier and Type | Method and Description |
---|---|
void |
accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
Helper method that accepts an implemenation of
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor. |
com.ibm.cloud.objectstorage.services.s3.model.Tag |
getTag() |
public LifecycleTagPredicate(com.ibm.cloud.objectstorage.services.s3.model.Tag tag)
public com.ibm.cloud.objectstorage.services.s3.model.Tag getTag()
public void accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
LifecycleFilterPredicate
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.accept
in class LifecycleFilterPredicate
Copyright © 2023. All rights reserved.