Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model |
Modifier and Type | Method and Description |
---|---|
Target |
Target.clone() |
Target |
Target.withArn(String arn)
The Amazon Resource Name (ARN) associated of the target.
|
Target |
Target.withId(String id)
The unique target assignment ID.
|
Target |
Target.withInput(String input)
Valid JSON text passed to the target.
|
Target |
Target.withInputPath(String inputPath)
The value of the JSONPath that is used for extracting part of the matched
event when passing it to the target.
|
Modifier and Type | Method and Description |
---|---|
List<Target> |
PutTargetsRequest.getTargets()
List of targets you want to update or add to the rule.
|
List<Target> |
ListTargetsByRuleResult.getTargets()
Lists the targets assigned to the rule.
|
Modifier and Type | Method and Description |
---|---|
PutTargetsRequest |
PutTargetsRequest.withTargets(Target... targets)
List of targets you want to update or add to the rule.
|
ListTargetsByRuleResult |
ListTargetsByRuleResult.withTargets(Target... targets)
Lists the targets assigned to the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
PutTargetsRequest.setTargets(Collection<Target> targets)
List of targets you want to update or add to the rule.
|
void |
ListTargetsByRuleResult.setTargets(Collection<Target> targets)
Lists the targets assigned to the rule.
|
PutTargetsRequest |
PutTargetsRequest.withTargets(Collection<Target> targets)
List of targets you want to update or add to the rule.
|
ListTargetsByRuleResult |
ListTargetsByRuleResult.withTargets(Collection<Target> targets)
Lists the targets assigned to the rule.
|
Copyright © 2018. All rights reserved.