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