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