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