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 PutTargetsResultEntryPutTargetsResultEntry. clone()PutTargetsResultEntryPutTargetsResultEntry. withErrorCode(String errorCode)The error code representing why the target submission failed on this entry.PutTargetsResultEntryPutTargetsResultEntry. withErrorMessage(String errorMessage)The error message explaining why the target submission failed on this entry.PutTargetsResultEntryPutTargetsResultEntry. 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 PutTargetsResultPutTargetsResult. 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 voidPutTargetsResult. setFailedEntries(Collection<PutTargetsResultEntry> failedEntries)An array of failed target entries.PutTargetsResultPutTargetsResult. withFailedEntries(Collection<PutTargetsResultEntry> failedEntries)An array of failed target entries.
-