Uses of Class
software.amazon.awssdk.services.eventbridge.model.PutPartnerEventsRequestEntry
Packages that use PutPartnerEventsRequestEntry
-
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 PutPartnerEventsRequestEntryModifier and TypeMethodDescriptionfinal 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 PutPartnerEventsRequestEntryModifier and TypeMethodDescriptionPutPartnerEventsRequest.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 PutPartnerEventsRequestEntryModifier and TypeMethodDescriptionPutPartnerEventsRequest.Builder.entries(Collection<PutPartnerEventsRequestEntry> entries) The list of events to write to the event bus.