Uses of Class
com.amazonaws.services.cloudwatchevents.model.Target
Packages that use Target
-
Uses of Target in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return TargetModifier and TypeMethodDescriptionTarget.clone()
The Amazon Resource Name (ARN) associated of the target.The unique target assignment ID.Valid JSON text passed to the 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 TargetModifier and TypeMethodDescriptionListTargetsByRuleResult.getTargets()
Lists the targets assigned to the rule.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 TargetModifier and TypeMethodDescriptionListTargetsByRuleResult.withTargets
(Target... targets) Lists the targets assigned to the rule.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 TargetModifier and TypeMethodDescriptionvoid
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.withTargets
(Collection<Target> targets) Lists the targets assigned to the rule.PutTargetsRequest.withTargets
(Collection<Target> targets) List of targets you want to update or add to the rule.