public abstract class LifecycleFilterPredicate
extends java.lang.Object
implements java.io.Serializable
LifecycleFilter
class.Constructor and Description |
---|
LifecycleFilterPredicate() |
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
Helper method that accepts an implemenation of
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor. |
public abstract void accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.lifecyclePredicateVisitor
- the LifecyclePredicateVisitor.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.