Uses of Class
com.amazonaws.services.cloudwatchevents.model.Target
-
Packages that use Target Package Description com.amazonaws.services.cloudwatchevents.model -
-
Uses of Target in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return Target Modifier and Type Method 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.Methods in com.amazonaws.services.cloudwatchevents.model that return types with arguments of type Target Modifier and Type Method Description List<Target>
ListTargetsByRuleResult. getTargets()
Lists the targets assigned to the rule.List<Target>
PutTargetsRequest. getTargets()
List of targets you want to update or add to the rule.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type Target Modifier and Type Method Description ListTargetsByRuleResult
ListTargetsByRuleResult. withTargets(Target... targets)
Lists the targets assigned to the rule.PutTargetsRequest
PutTargetsRequest. withTargets(Target... targets)
List of targets you want to update or add to the rule.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type Target Modifier and Type Method Description void
ListTargetsByRuleResult. setTargets(Collection<Target> targets)
Lists the targets assigned to the rule.void
PutTargetsRequest. setTargets(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.PutTargetsRequest
PutTargetsRequest. withTargets(Collection<Target> targets)
List of targets you want to update or add to the rule.
-