public interface LifecyclePredicateVisitor
LifecycleFilterPredicate
visited.
This follows the visitor design pattern.
When an implementation of this visitor is passed to an
LifecycleFilterPredicate.accept(LifecyclePredicateVisitor)
method,
the visit method most applicable to that element is invoked.Modifier and Type | Method and Description |
---|---|
void |
visit(LifecycleAndOperator lifecycleAndOperator)
Implement this method to add behaviour performed when
LifecycleAndOperator is visited. |
void |
visit(LifecyclePrefixPredicate lifecyclePrefixPredicate)
Implement this method to add behaviour performed when
LifecyclePrefixPredicate is visited. |
void |
visit(LifecycleTagPredicate lifecycleTagPredicate)
Implement this method to add behaviour performed when
LifecycleTagPredicate is visited. |
void visit(LifecyclePrefixPredicate lifecyclePrefixPredicate)
LifecyclePrefixPredicate
is visited.lifecyclePrefixPredicate
- the LifecyclePrefixPredicate.void visit(LifecycleTagPredicate lifecycleTagPredicate)
LifecycleTagPredicate
is visited.lifecycleTagPredicate
- the LifecycleTagPredicate.void visit(LifecycleAndOperator lifecycleAndOperator)
LifecycleAndOperator
is visited.lifecycleAndOperator
- the LifecycleAndOperator.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.