public class Filter extends Object
ReplicationConfiguration.Rule and LifecycleConfiguration.Rule.| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.And
AND operator of
Filter. |
| Constructor and Description |
|---|
Filter(Filter.And andOperator) |
Filter(Filter.And andOperator,
String prefix,
Tag tag,
Long objectSizeLessThan,
Long objectSizeGreaterThan) |
Filter(String prefix) |
Filter(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Filter.And |
andOperator() |
Long |
objectSizeGreaterThan() |
Long |
objectSizeLessThan() |
String |
prefix() |
Tag |
tag() |
String |
toString() |
public Filter(@Nonnull Filter.And andOperator)