| Package | Description |
|---|---|
| com.amazonaws.services.s3.model.replication |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationAndOperator
A logical AND of two or more predicates of type
ReplicationFilterPredicate. |
class |
ReplicationPrefixPredicate
A
ReplicationFilterPredicate class to represent the
prefix identifying one or more objects to which the
ReplicationRule applies. |
class |
ReplicationTagPredicate
A
ReplicationFilterPredicate class to represent the Tag object
that must exist in the object's tag set in order for the
ReplicationRule to apply. |
| Modifier and Type | Method and Description |
|---|---|
ReplicationFilterPredicate |
ReplicationFilter.getPredicate()
Returns the
ReplicationFilterPredicate to be applied to ReplicationRule. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationFilter.setPredicate(ReplicationFilterPredicate predicate)
Sets the
ReplicationFilterPredicate to be applied to ReplicationRule. |
ReplicationFilter |
ReplicationFilter.withPredicate(ReplicationFilterPredicate predicate)
Sets the
ReplicationFilterPredicate to be applied to ReplicationRule and returns the object
for method chaining. |
| Constructor and Description |
|---|
ReplicationFilter(ReplicationFilterPredicate predicate) |
| Constructor and Description |
|---|
ReplicationAndOperator(List<ReplicationFilterPredicate> operands) |
Copyright © 2018. All rights reserved.