| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents.model | |
| software.amazon.awssdk.services.cloudwatchevents.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Target |
TargetUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetMarshaller.marshall(Target target,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.