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 TargetTarget. clone()TargetTarget. withArn(String arn)The Amazon Resource Name (ARN) associated of the target.TargetTarget. withId(String id)The unique target assignment ID.TargetTarget. withInput(String input)Valid JSON text passed to the target.TargetTarget. 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 ListTargetsByRuleResultListTargetsByRuleResult. withTargets(Target... targets)Lists the targets assigned to the rule.PutTargetsRequestPutTargetsRequest. 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 voidListTargetsByRuleResult. setTargets(Collection<Target> targets)Lists the targets assigned to the rule.voidPutTargetsRequest. setTargets(Collection<Target> targets)List of targets you want to update or add to the rule.ListTargetsByRuleResultListTargetsByRuleResult. withTargets(Collection<Target> targets)Lists the targets assigned to the rule.PutTargetsRequestPutTargetsRequest. withTargets(Collection<Target> targets)List of targets you want to update or add to the rule.
-