| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRuleFilter |
LifecycleRule.filter()
The
Filter is used to identify objects that a Lifecycle Rule applies to. |
static LifecycleRuleFilter |
LifecycleRuleFilter.fromAnd(Consumer<LifecycleRuleAndOperator.Builder> and)
Create an instance of this class with
and() initialized to the given value. |
static LifecycleRuleFilter |
LifecycleRuleFilter.fromAnd(LifecycleRuleAndOperator and)
Create an instance of this class with
and() initialized to the given value. |
static LifecycleRuleFilter |
LifecycleRuleFilter.fromObjectSizeGreaterThan(Long objectSizeGreaterThan)
Create an instance of this class with
objectSizeGreaterThan() initialized to the given value. |
static LifecycleRuleFilter |
LifecycleRuleFilter.fromObjectSizeLessThan(Long objectSizeLessThan)
Create an instance of this class with
objectSizeLessThan() initialized to the given value. |
static LifecycleRuleFilter |
LifecycleRuleFilter.fromPrefix(String prefix)
Create an instance of this class with
prefix() initialized to the given value. |
static LifecycleRuleFilter |
LifecycleRuleFilter.fromTag(Consumer<Tag.Builder> tag)
Create an instance of this class with
tag() initialized to the given value. |
static LifecycleRuleFilter |
LifecycleRuleFilter.fromTag(Tag tag)
Create an instance of this class with
tag() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule.Builder |
LifecycleRule.Builder.filter(LifecycleRuleFilter filter)
The
Filter is used to identify objects that a Lifecycle Rule applies to. |
Copyright © 2022. All rights reserved.