Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model |
Modifier and Type | Method and Description |
---|---|
PutTargetsResultEntry |
PutTargetsResultEntry.clone() |
PutTargetsResultEntry |
PutTargetsResultEntry.withErrorCode(String errorCode)
The error code representing why the target submission failed on this
entry.
|
PutTargetsResultEntry |
PutTargetsResultEntry.withErrorMessage(String errorMessage)
The error message explaining why the target submission failed on this
entry.
|
PutTargetsResultEntry |
PutTargetsResultEntry.withTargetId(String targetId)
The ID of the target submitted to Amazon CloudWatch Events.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<PutTargetsResultEntry> failedEntries)
An array of failed target entries.
|
PutTargetsResult |
PutTargetsResult.withFailedEntries(Collection<PutTargetsResultEntry> failedEntries)
An array of failed target entries.
|
Copyright © 2018. All rights reserved.