Uses of Class
software.amazon.awssdk.services.eventbridge.model.ListPartnerEventSourceAccountsResponse
Packages that use ListPartnerEventSourceAccountsResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of ListPartnerEventSourceAccountsResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return ListPartnerEventSourceAccountsResponseModifier and TypeMethodDescriptionEventBridgeClient.listPartnerEventSourceAccounts(Consumer<ListPartnerEventSourceAccountsRequest.Builder> listPartnerEventSourceAccountsRequest) An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with.EventBridgeClient.listPartnerEventSourceAccounts(ListPartnerEventSourceAccountsRequest listPartnerEventSourceAccountsRequest) An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type ListPartnerEventSourceAccountsResponseModifier and TypeMethodDescriptionEventBridgeAsyncClient.listPartnerEventSourceAccounts(Consumer<ListPartnerEventSourceAccountsRequest.Builder> listPartnerEventSourceAccountsRequest) An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with.EventBridgeAsyncClient.listPartnerEventSourceAccounts(ListPartnerEventSourceAccountsRequest listPartnerEventSourceAccountsRequest) An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular partner event source name is associated with.