| 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 what fields to expect in the event detail.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withEventBusName(String eventBusName)
The name or ARN of the event bus to receive the event.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withResources(Collection<String> resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withResources(String... resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withSource(String source)
The source of the event.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withTime(Date time)
The time stamp of the event, per RFC3339.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withTraceHeader(String traceHeader)
An X-Ray trade header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the
event.
|
| 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 © 2024. All rights reserved.