| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRuleAndOperator |
LifecycleRuleAndOperator.clone() |
LifecycleRuleAndOperator |
LifecycleRuleFilter.getAnd()
The container for the
AND condition for the lifecycle rule. |
LifecycleRuleAndOperator |
LifecycleRuleAndOperator.withPrefix(String prefix)
Prefix identifying one or more objects to which the rule applies.
|
LifecycleRuleAndOperator |
LifecycleRuleAndOperator.withTags(Collection<S3Tag> tags)
All of these tags must exist in the object's tag set in order for the rule to apply.
|
LifecycleRuleAndOperator |
LifecycleRuleAndOperator.withTags(S3Tag... tags)
All of these tags must exist in the object's tag set in order for the rule to apply.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleRuleFilter.setAnd(LifecycleRuleAndOperator and)
The container for the
AND condition for the lifecycle rule. |
LifecycleRuleFilter |
LifecycleRuleFilter.withAnd(LifecycleRuleAndOperator and)
The container for the
AND condition for the lifecycle rule. |
Copyright © 2021. All rights reserved.