Uses of Class
software.amazon.awssdk.services.eventbridge.model.PutPartnerEventsRequestEntry
-
Packages that use PutPartnerEventsRequestEntry Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of PutPartnerEventsRequestEntry in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PutPartnerEventsRequestEntry Modifier and Type Method Description List<PutPartnerEventsRequestEntry>PutPartnerEventsRequest. entries()The list of events to write to the event bus.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type PutPartnerEventsRequestEntry Modifier and Type Method Description PutPartnerEventsRequest.BuilderPutPartnerEventsRequest.Builder. entries(PutPartnerEventsRequestEntry... entries)The list of events to write to the event bus.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type PutPartnerEventsRequestEntry Modifier and Type Method Description PutPartnerEventsRequest.BuilderPutPartnerEventsRequest.Builder. entries(Collection<PutPartnerEventsRequestEntry> entries)The list of events to write to the event bus.
-