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 PutEventsRequestEntryPutEventsRequestEntry. clone()PutEventsRequestEntryPutEventsRequestEntry. withDetail(String detail)In the JSON sense, an object containing fields, which may also contain nested sub-objects.PutEventsRequestEntryPutEventsRequestEntry. withDetailType(String detailType)Free-form string used to decide what fields to expect in the event detail.PutEventsRequestEntryPutEventsRequestEntry. withResources(String... resources)AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.PutEventsRequestEntryPutEventsRequestEntry. withResources(Collection<String> resources)AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.PutEventsRequestEntryPutEventsRequestEntry. withSource(String source)The source of the event.PutEventsRequestEntryPutEventsRequestEntry. 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 PutEventsRequestPutEventsRequest. 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 voidPutEventsRequest. setEntries(Collection<PutEventsRequestEntry> entries)The entry that defines an event in your system.PutEventsRequestPutEventsRequest. withEntries(Collection<PutEventsRequestEntry> entries)The entry that defines an event in your system.
-