| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
PutPartnerEventsResultEntry |
PutPartnerEventsResultEntry.clone() |
PutPartnerEventsResultEntry |
PutPartnerEventsResultEntry.withErrorCode(String errorCode)
The error code that indicates why the event submission failed.
|
PutPartnerEventsResultEntry |
PutPartnerEventsResultEntry.withErrorMessage(String errorMessage)
The error message that explains why the event submission failed.
|
PutPartnerEventsResultEntry |
PutPartnerEventsResultEntry.withEventId(String eventId)
The ID of the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutPartnerEventsResultEntry> |
PutPartnerEventsResult.getEntries()
The list of events from this operation that were successfully written to the partner event bus.
|
| Modifier and Type | Method and Description |
|---|---|
PutPartnerEventsResult |
PutPartnerEventsResult.withEntries(PutPartnerEventsResultEntry... entries)
The list of events from this operation that were successfully written to the partner event bus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutPartnerEventsResult.setEntries(Collection<PutPartnerEventsResultEntry> entries)
The list of events from this operation that were successfully written to the partner event bus.
|
PutPartnerEventsResult |
PutPartnerEventsResult.withEntries(Collection<PutPartnerEventsResultEntry> entries)
The list of events from this operation that were successfully written to the partner event bus.
|
Copyright © 2019. All rights reserved.