Uses of Class
software.amazon.awssdk.services.eventbridge.model.Target
Packages that use Target
-
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 TargetModifier and TypeMethodDescriptionListTargetsByRuleResponse.targets()The targets assigned to the rule.PutTargetsRequest.targets()The targets to update or add to the rule.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type TargetModifier and TypeMethodDescriptionThe targets assigned to the rule.The targets to update or add to the rule.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type TargetModifier and TypeMethodDescriptionListTargetsByRuleResponse.Builder.targets(Collection<Target> targets) The targets assigned to the rule.PutTargetsRequest.Builder.targets(Collection<Target> targets) The targets to update or add to the rule.