Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.ListPartnerEventSourceAccountsResponse
-
Packages that use ListPartnerEventSourceAccountsResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of ListPartnerEventSourceAccountsResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return ListPartnerEventSourceAccountsResponse Modifier and Type Method Description default ListPartnerEventSourceAccountsResponseCloudWatchEventsClient. 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 ListPartnerEventSourceAccountsResponseCloudWatchEventsClient. 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.cloudwatchevents that return types with arguments of type ListPartnerEventSourceAccountsResponse Modifier and Type Method Description default CompletableFuture<ListPartnerEventSourceAccountsResponse>CloudWatchEventsAsyncClient. 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>CloudWatchEventsAsyncClient. 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.
-