| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
ListTargetsByRuleResponse.targets()
The targets assigned to the rule.
|
List<Target> |
PutTargetsRequest.targets()
The targets to update or add to the rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsByRuleResponse.Builder |
ListTargetsByRuleResponse.Builder.targets(Target... targets)
The targets assigned to the rule.
|
PutTargetsRequest.Builder |
PutTargetsRequest.Builder.targets(Target... targets)
The targets to update or add to the rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsByRuleResponse.Builder |
ListTargetsByRuleResponse.Builder.targets(Collection<Target> targets)
The targets assigned to the rule.
|
PutTargetsRequest.Builder |
PutTargetsRequest.Builder.targets(Collection<Target> targets)
The targets to update or add to the rule.
|
Copyright © 2023. All rights reserved.