Uses of Class
software.amazon.awssdk.services.eventbridge.model.Target
-
Packages that use Target Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of Target in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Target Modifier and Type Method Description List<Target>ListTargetsByRuleResponse. targets()The targets assigned to the rule.List<Target>PutTargetsRequest. targets()The targets to update or add to the rule.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type Target Modifier and Type Method Description ListTargetsByRuleResponse.BuilderListTargetsByRuleResponse.Builder. targets(Target... targets)The targets assigned to the rule.PutTargetsRequest.BuilderPutTargetsRequest.Builder. targets(Target... targets)The targets to update or add to the rule.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type Target Modifier and Type Method Description ListTargetsByRuleResponse.BuilderListTargetsByRuleResponse.Builder. targets(Collection<Target> targets)The targets assigned to the rule.PutTargetsRequest.BuilderPutTargetsRequest.Builder. targets(Collection<Target> targets)The targets to update or add to the rule.
-