Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.PutEventsRequestEntry
-
Packages that use PutEventsRequestEntry Package Description software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of PutEventsRequestEntry in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.model that return types with arguments of type PutEventsRequestEntry Modifier and Type Method Description List<PutEventsRequestEntry>PutEventsRequest. entries()The entry that defines an event in your system.Methods in software.amazon.awssdk.services.cloudwatchevents.model with parameters of type PutEventsRequestEntry Modifier and Type Method Description PutEventsRequest.BuilderPutEventsRequest.Builder. entries(PutEventsRequestEntry... entries)The entry that defines an event in your system.Method parameters in software.amazon.awssdk.services.cloudwatchevents.model with type arguments of type PutEventsRequestEntry Modifier and Type Method Description PutEventsRequest.BuilderPutEventsRequest.Builder. entries(Collection<PutEventsRequestEntry> entries)The entry that defines an event in your system.
-