Uses of Class
software.amazon.awssdk.services.eventbridge.model.PartnerEventSource
Packages that use PartnerEventSource
-
Uses of PartnerEventSource in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PartnerEventSourceModifier and TypeMethodDescriptionfinal List<PartnerEventSource>ListPartnerEventSourcesResponse.partnerEventSources()The list of partner event sources returned by the operation.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type PartnerEventSourceModifier and TypeMethodDescriptionListPartnerEventSourcesResponse.Builder.partnerEventSources(PartnerEventSource... partnerEventSources) The list of partner event sources returned by the operation.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type PartnerEventSourceModifier and TypeMethodDescriptionListPartnerEventSourcesResponse.Builder.partnerEventSources(Collection<PartnerEventSource> partnerEventSources) The list of partner event sources returned by the operation.