Uses of Class
com.amazonaws.services.cloudwatchevents.model.PutEventsRequestEntry
-
Packages that use PutEventsRequestEntry Package Description com.amazonaws.services.cloudwatchevents.model -
-
Uses of PutEventsRequestEntry in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return PutEventsRequestEntry Modifier and Type Method Description PutEventsRequestEntry
PutEventsRequestEntry. clone()
PutEventsRequestEntry
PutEventsRequestEntry. withDetail(String detail)
In the JSON sense, an object containing fields, which may also contain nested sub-objects.PutEventsRequestEntry
PutEventsRequestEntry. withDetailType(String detailType)
Free-form string used to decide what fields to expect in the event detail.PutEventsRequestEntry
PutEventsRequestEntry. withResources(String... resources)
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.PutEventsRequestEntry
PutEventsRequestEntry. withResources(Collection<String> resources)
AWS 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)
Timestamp of event, per RFC3339.Methods in com.amazonaws.services.cloudwatchevents.model that return types with arguments of type PutEventsRequestEntry Modifier and Type Method Description List<PutEventsRequestEntry>
PutEventsRequest. getEntries()
The entry that defines an event in your system.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type PutEventsRequestEntry Modifier and Type Method Description PutEventsRequest
PutEventsRequest. withEntries(PutEventsRequestEntry... entries)
The entry that defines an event in your system.Method parameters in com.amazonaws.services.cloudwatchevents.model with type arguments of type PutEventsRequestEntry Modifier and Type Method 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.
-