| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
PutEventsRequestEntry |
PutEventsRequestEntry.clone() |
PutEventsRequestEntry |
PutEventsRequestEntry.withDetail(String detail)
A valid JSON string.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withDetailType(String detailType)
Free-form string used to decide which fields to expect in the event detail.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withEventBusName(String eventBusName)
The event bus that will receive the event.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withResources(Collection<String> resources)
AWS resources, identified by Amazon Resource Name (ARN), that the event primarily concerns.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withResources(String... resources)
AWS resources, identified by Amazon Resource Name (ARN), that the event primarily concerns.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withSource(String source)
The source of the event.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withTime(Date time)
The timestamp of the event, per RFC3339.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutEventsRequestEntry> |
PutEventsRequest.getEntries()
The entry that defines an event in your system.
|
| Modifier and Type | Method and Description |
|---|---|
PutEventsRequest |
PutEventsRequest.withEntries(PutEventsRequestEntry... entries)
The entry that defines an event in your system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutEventsRequest.setEntries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system.
|
PutEventsRequest |
PutEventsRequest.withEntries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system.
|
Copyright © 2019. All rights reserved.