Uses of Class
com.amazonaws.services.cloudwatchevents.model.RemoveTargetsResultEntry
-
Packages that use RemoveTargetsResultEntry Package Description com.amazonaws.services.cloudwatchevents.model -
-
Uses of RemoveTargetsResultEntry in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return RemoveTargetsResultEntry Modifier and Type Method Description RemoveTargetsResultEntryRemoveTargetsResultEntry. clone()RemoveTargetsResultEntryRemoveTargetsResultEntry. withErrorCode(String errorCode)The error code representing why the target removal failed on this entry.RemoveTargetsResultEntryRemoveTargetsResultEntry. withErrorMessage(String errorMessage)The error message explaining why the target removal failed on this entry.RemoveTargetsResultEntryRemoveTargetsResultEntry. withTargetId(String targetId)The ID of the target requested to be removed by Amazon CloudWatch Events.Methods in com.amazonaws.services.cloudwatchevents.model that return types with arguments of type RemoveTargetsResultEntry Modifier and Type Method Description List<RemoveTargetsResultEntry>RemoveTargetsResult. getFailedEntries()An array of failed target entries.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type RemoveTargetsResultEntry Modifier and Type Method Description RemoveTargetsResultRemoveTargetsResult. withFailedEntries(RemoveTargetsResultEntry... failedEntries)An array of failed target entries.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type RemoveTargetsResultEntry Modifier and Type Method Description voidRemoveTargetsResult. setFailedEntries(Collection<RemoveTargetsResultEntry> failedEntries)An array of failed target entries.RemoveTargetsResultRemoveTargetsResult. withFailedEntries(Collection<RemoveTargetsResultEntry> failedEntries)An array of failed target entries.
-