| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
PutPartnerEventsRequestEntry |
PutPartnerEventsRequestEntry.clone() |
PutPartnerEventsRequestEntry |
PutPartnerEventsRequestEntry.withDetail(String detail)
A valid JSON string.
|
PutPartnerEventsRequestEntry |
PutPartnerEventsRequestEntry.withDetailType(String detailType)
A free-form string used to decide what fields to expect in the event detail.
|
PutPartnerEventsRequestEntry |
PutPartnerEventsRequestEntry.withResources(Collection<String> resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutPartnerEventsRequestEntry |
PutPartnerEventsRequestEntry.withResources(String... resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutPartnerEventsRequestEntry |
PutPartnerEventsRequestEntry.withSource(String source)
The event source that is generating the entry.
|
PutPartnerEventsRequestEntry |
PutPartnerEventsRequestEntry.withTime(Date time)
The date and time of the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutPartnerEventsRequestEntry> |
PutPartnerEventsRequest.getEntries()
The list of events to write to the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
PutPartnerEventsRequest |
PutPartnerEventsRequest.withEntries(PutPartnerEventsRequestEntry... entries)
The list of events to write to the event bus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutPartnerEventsRequest.setEntries(Collection<PutPartnerEventsRequestEntry> entries)
The list of events to write to the event bus.
|
PutPartnerEventsRequest |
PutPartnerEventsRequest.withEntries(Collection<PutPartnerEventsRequestEntry> entries)
The list of events to write to the event bus.
|
Copyright © 2023. All rights reserved.