Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.PutPartnerEventsResultEntry
-
Packages that use PutPartnerEventsResultEntry Package Description software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of PutPartnerEventsResultEntry in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.model that return types with arguments of type PutPartnerEventsResultEntry Modifier and Type Method Description List<PutPartnerEventsResultEntry>PutPartnerEventsResponse. entries()The list of events from this operation that were successfully written to the partner event bus.Methods in software.amazon.awssdk.services.cloudwatchevents.model with parameters of type PutPartnerEventsResultEntry Modifier and Type Method Description PutPartnerEventsResponse.BuilderPutPartnerEventsResponse.Builder. entries(PutPartnerEventsResultEntry... entries)The list of events from this operation that were successfully written to the partner event bus.Method parameters in software.amazon.awssdk.services.cloudwatchevents.model with type arguments of type PutPartnerEventsResultEntry Modifier and Type Method Description PutPartnerEventsResponse.BuilderPutPartnerEventsResponse.Builder. entries(Collection<PutPartnerEventsResultEntry> entries)The list of events from this operation that were successfully written to the partner event bus.
-