Uses of Class
com.amazonaws.services.cloudwatchevents.model.PutTargetsResultEntry
Packages that use PutTargetsResultEntry
-
Uses of PutTargetsResultEntry in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return PutTargetsResultEntryModifier and TypeMethodDescriptionPutTargetsResultEntry.clone()
PutTargetsResultEntry.withErrorCode
(String errorCode) The error code representing why the target submission failed on this entry.PutTargetsResultEntry.withErrorMessage
(String errorMessage) The error message explaining why the target submission failed on this entry.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 PutTargetsResultEntryModifier and TypeMethodDescriptionPutTargetsResult.getFailedEntries()
An array of failed target entries.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type PutTargetsResultEntryModifier and TypeMethodDescriptionPutTargetsResult.withFailedEntries
(PutTargetsResultEntry... failedEntries) An array of failed target entries.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type PutTargetsResultEntryModifier and TypeMethodDescriptionvoid
PutTargetsResult.setFailedEntries
(Collection<PutTargetsResultEntry> failedEntries) An array of failed target entries.PutTargetsResult.withFailedEntries
(Collection<PutTargetsResultEntry> failedEntries) An array of failed target entries.