Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<PutEventsResultEntry> |
PutEventsResult.getEntries()
A list of successfully and unsuccessfully ingested events results.
|
Modifier and Type | Method and Description |
---|---|
PutEventsResult |
PutEventsResult.withEntries(PutEventsResultEntry... entries)
A list of successfully and unsuccessfully ingested events results.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.