| Modifier and Type | Class and Description |
|---|---|
static class |
IRuleTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default IRuleTarget |
OnEventOptions.getTarget()
The target to register for the event.
|
IRuleTarget |
OnEventOptions.Jsii$Proxy.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
default List<IRuleTarget> |
RuleProps.getTargets()
Targets to invoke when this rule matches an event.
|
List<IRuleTarget> |
RuleProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.addTarget(IRuleTarget target)
Adds a target to the rule.
|
OnEventOptions.Builder |
OnEventOptions.Builder.target(IRuleTarget target)
Sets the value of
OnEventOptions.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
RuleProps.Builder |
RuleProps.Builder.targets(List<IRuleTarget> targets)
Sets the value of
RuleProps.getTargets() |
Rule.Builder |
Rule.Builder.targets(List<IRuleTarget> targets)
Targets to invoke when this rule matches an event.
|
Copyright © 2020. All rights reserved.