Uses of Class
com.amazonaws.services.cloudwatchevents.model.PutTargetsResultEntry
-
Packages that use PutTargetsResultEntry Package Description com.amazonaws.services.cloudwatchevents.model -
-
Uses of PutTargetsResultEntry in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return PutTargetsResultEntry Modifier and Type Method 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.Methods in com.amazonaws.services.cloudwatchevents.model that return types with arguments of type PutTargetsResultEntry Modifier and Type Method Description List<PutTargetsResultEntry>
PutTargetsResult. getFailedEntries()
An array of failed target entries.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type PutTargetsResultEntry Modifier and Type Method Description PutTargetsResult
PutTargetsResult. withFailedEntries(PutTargetsResultEntry... failedEntries)
An array of failed target entries.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type PutTargetsResultEntry Modifier and Type Method 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.
-