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 PutEventsResultEntryPutEventsResultEntry. clone()PutEventsResultEntryPutEventsResultEntry. withErrorCode(String errorCode)The error code representing why the event submission failed on this entry.PutEventsResultEntryPutEventsResultEntry. withErrorMessage(String errorMessage)The error message explaining why the event submission failed on this entry.PutEventsResultEntryPutEventsResultEntry. 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 PutEventsResultPutEventsResult. 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 voidPutEventsResult. setEntries(Collection<PutEventsResultEntry> entries)A list of successfully and unsuccessfully ingested events results.PutEventsResultPutEventsResult. withEntries(Collection<PutEventsResultEntry> entries)A list of successfully and unsuccessfully ingested events results.
-