public final class ReplicationPrefixPredicate extends ReplicationFilterPredicate
ReplicationFilterPredicate class to represent the
prefix identifying one or more objects to which the
com.amazonaws.services.s3.model.ReplicationRule applies.| Constructor and Description |
|---|
ReplicationPrefixPredicate(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ReplicationPredicateVisitor replicationPredicateVisitor)
Helper method that accepts an implemenation of
ReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor. |
String |
getPrefix()
Returns the key prefix for which the
com.amazonaws.services.s3.model.ReplicationRule will apply. |
public ReplicationPrefixPredicate(String prefix)
public String getPrefix()
com.amazonaws.services.s3.model.ReplicationRule will apply.public void accept(ReplicationPredicateVisitor replicationPredicateVisitor)
ReplicationFilterPredicateReplicationPredicateVisitor
and invokes the most applicable visit method in the visitor.accept in class ReplicationFilterPredicateCopyright © 2025. All rights reserved.