Uses of Class
com.amazonaws.services.cloudwatchevents.model.PutEventsResultEntry
Packages that use PutEventsResultEntry
-
Uses of PutEventsResultEntry in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return PutEventsResultEntryModifier and TypeMethodDescriptionPutEventsResultEntry.clone()
PutEventsResultEntry.withErrorCode
(String errorCode) The error code representing why the event submission failed on this entry.PutEventsResultEntry.withErrorMessage
(String errorMessage) The error message explaining why the event submission failed on this entry.PutEventsResultEntry.withEventId
(String eventId) The ID of the event submitted to Amazon CloudWatch Events.Methods in com.amazonaws.services.cloudwatchevents.model that return types with arguments of type PutEventsResultEntryModifier and TypeMethodDescriptionPutEventsResult.getEntries()
A list of successfully and unsuccessfully ingested events results.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type PutEventsResultEntryModifier and TypeMethodDescriptionPutEventsResult.withEntries
(PutEventsResultEntry... entries) A list of successfully and unsuccessfully ingested events results.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type PutEventsResultEntryModifier and TypeMethodDescriptionvoid
PutEventsResult.setEntries
(Collection<PutEventsResultEntry> entries) A list of successfully and unsuccessfully ingested events results.PutEventsResult.withEntries
(Collection<PutEventsResultEntry> entries) A list of successfully and unsuccessfully ingested events results.