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.void visit(LifecycleTagPredicate lifecycleTagPredicate)
LifecycleTagPredicate is visited.void visit(LifecycleAndOperator lifecycleAndOperator)
LifecycleAndOperator is visited.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.