Uses of Class
com.amazonaws.services.cloudwatchevents.model.PutEventsResultEntry
-
Packages that use PutEventsResultEntry Package Description com.amazonaws.services.cloudwatchevents.model -
-
Uses of PutEventsResultEntry in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return PutEventsResultEntry Modifier and Type Method Description PutEventsResultEntry
PutEventsResultEntry. clone()
PutEventsResultEntry
PutEventsResultEntry. withErrorCode(String errorCode)
The error code representing why the event submission failed on this entry.PutEventsResultEntry
PutEventsResultEntry. withErrorMessage(String errorMessage)
The error message explaining why the event submission failed on this entry.PutEventsResultEntry
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 PutEventsResultEntry Modifier and Type Method Description List<PutEventsResultEntry>
PutEventsResult. getEntries()
A list of successfully and unsuccessfully ingested events results.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type PutEventsResultEntry Modifier and Type Method Description PutEventsResult
PutEventsResult. 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 PutEventsResultEntry Modifier and Type Method Description void
PutEventsResult. setEntries(Collection<PutEventsResultEntry> entries)
A list of successfully and unsuccessfully ingested events results.PutEventsResult
PutEventsResult. withEntries(Collection<PutEventsResultEntry> entries)
A list of successfully and unsuccessfully ingested events results.
-