Uses of Class
software.amazon.awssdk.services.eventbridge.model.ListPartnerEventSourceAccountsResponse
-
Packages that use ListPartnerEventSourceAccountsResponse Package Description software.amazon.awssdk.services.eventbridge 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 ListPartnerEventSourceAccountsResponse Modifier and Type Method Description default ListPartnerEventSourceAccountsResponseEventBridgeClient. 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.default ListPartnerEventSourceAccountsResponseEventBridgeClient. 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 ListPartnerEventSourceAccountsResponse Modifier and Type Method Description default CompletableFuture<ListPartnerEventSourceAccountsResponse>EventBridgeAsyncClient. 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.default CompletableFuture<ListPartnerEventSourceAccountsResponse>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.
-