Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents.model | |
com.amazonaws.services.cloudwatchevents.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PutEventsRequestEntry> |
PutEventsRequest.entries
The entry that defines an event in your system.
|
Modifier and Type | Method and Description |
---|---|
PutEventsRequestEntry |
PutEventsRequestEntry.clone() |
PutEventsRequestEntry |
PutEventsRequestEntry.withDetail(java.lang.String detail)
In the JSON sense, an object containing fields, which may also contain
nested sub-objects.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withDetailType(java.lang.String detailType)
Free-form string used to decide what fields to expect in the event
detail.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withResources(java.util.Collection<java.lang.String> resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event
primarily concerns.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withResources(java.lang.String... resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event
primarily concerns.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withSource(java.lang.String source)
The source of the event.
|
PutEventsRequestEntry |
PutEventsRequestEntry.withTime(java.util.Date time)
Timestamp of event, per RFC3339.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system.
|
PutEventsRequest |
PutEventsRequest.withEntries(java.util.Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system.
|
Modifier and Type | Method and Description |
---|---|
PutEventsRequestEntry |
PutEventsRequestEntryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PutEventsRequestEntryJsonMarshaller.marshall(PutEventsRequestEntry putEventsRequestEntry,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|