Uses of Class
software.amazon.awssdk.services.eventbridge.model.PartnerEventSourceAccount
-
Packages that use PartnerEventSourceAccount Package Description software.amazon.awssdk.services.eventbridge.model -
-
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 PartnerEventSourceAccount Modifier and Type Method Description 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 PartnerEventSourceAccount Modifier and Type Method Description ListPartnerEventSourceAccountsResponse.BuilderListPartnerEventSourceAccountsResponse.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 PartnerEventSourceAccount Modifier and Type Method Description ListPartnerEventSourceAccountsResponse.BuilderListPartnerEventSourceAccountsResponse.Builder. partnerEventSourceAccounts(Collection<PartnerEventSourceAccount> partnerEventSourceAccounts)The list of partner event sources returned by the operation.
-