Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model | |
com.amazonaws.services.cloudwatchevents.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PutTargetsResultEntry> |
PutTargetsResult.failedEntries
An array of failed target entries.
|
Modifier and Type | Method and Description |
---|---|
PutTargetsResultEntry |
PutTargetsResultEntry.clone() |
PutTargetsResultEntry |
PutTargetsResultEntry.withErrorCode(java.lang.String errorCode)
The error code representing why the target submission failed on this
entry.
|
PutTargetsResultEntry |
PutTargetsResultEntry.withErrorMessage(java.lang.String errorMessage)
The error message explaining why the target submission failed on this
entry.
|
PutTargetsResultEntry |
PutTargetsResultEntry.withTargetId(java.lang.String targetId)
The ID of the target submitted to Amazon CloudWatch Events.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PutTargetsResultEntry> |
PutTargetsResult.getFailedEntries()
An array of failed target entries.
|
Modifier and Type | Method and Description |
---|---|
PutTargetsResult |
PutTargetsResult.withFailedEntries(PutTargetsResultEntry... failedEntries)
An array of failed target entries.
|
Modifier and Type | Method and Description |
---|---|
void |
PutTargetsResult.setFailedEntries(java.util.Collection<PutTargetsResultEntry> failedEntries)
An array of failed target entries.
|
PutTargetsResult |
PutTargetsResult.withFailedEntries(java.util.Collection<PutTargetsResultEntry> failedEntries)
An array of failed target entries.
|
Modifier and Type | Method and Description |
---|---|
PutTargetsResultEntry |
PutTargetsResultEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PutTargetsResultEntryJsonMarshaller.marshall(PutTargetsResultEntry putTargetsResultEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|