Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model | |
com.amazonaws.services.cloudwatchevents.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Target> |
PutTargetsRequest.targets
List of targets you want to update or add to the rule.
|
private java.util.List<Target> |
ListTargetsByRuleResult.targets
Lists the targets assigned to the rule.
|
Modifier and Type | Method and Description |
---|---|
Target |
Target.clone() |
Target |
Target.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) associated of the target.
|
Target |
Target.withId(java.lang.String id)
The unique target assignment ID.
|
Target |
Target.withInput(java.lang.String input)
Valid JSON text passed to the target.
|
Target |
Target.withInputPath(java.lang.String inputPath)
The value of the JSONPath that is used for extracting part of the matched
event when passing it to the target.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Target> |
PutTargetsRequest.getTargets()
List of targets you want to update or add to the rule.
|
java.util.List<Target> |
ListTargetsByRuleResult.getTargets()
Lists the targets assigned to the rule.
|
Modifier and Type | Method and Description |
---|---|
PutTargetsRequest |
PutTargetsRequest.withTargets(Target... targets)
List of targets you want to update or add to the rule.
|
ListTargetsByRuleResult |
ListTargetsByRuleResult.withTargets(Target... targets)
Lists the targets assigned to the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
PutTargetsRequest.setTargets(java.util.Collection<Target> targets)
List of targets you want to update or add to the rule.
|
void |
ListTargetsByRuleResult.setTargets(java.util.Collection<Target> targets)
Lists the targets assigned to the rule.
|
PutTargetsRequest |
PutTargetsRequest.withTargets(java.util.Collection<Target> targets)
List of targets you want to update or add to the rule.
|
ListTargetsByRuleResult |
ListTargetsByRuleResult.withTargets(java.util.Collection<Target> targets)
Lists the targets assigned to the rule.
|
Modifier and Type | Method and Description |
---|---|
Target |
TargetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TargetJsonMarshaller.marshall(Target target,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|