Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.ListPartnerEventSourceAccountsRequest
-
Packages that use ListPartnerEventSourceAccountsRequest Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.software.amazon.awssdk.services.cloudwatchevents.transform -
-
Uses of ListPartnerEventSourceAccountsRequest in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents with parameters of type ListPartnerEventSourceAccountsRequest Modifier and Type Method Description 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.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. -
Uses of ListPartnerEventSourceAccountsRequest in software.amazon.awssdk.services.cloudwatchevents.transform
Methods in software.amazon.awssdk.services.cloudwatchevents.transform with parameters of type ListPartnerEventSourceAccountsRequest Modifier and Type Method Description SdkHttpFullRequestListPartnerEventSourceAccountsRequestMarshaller. marshall(ListPartnerEventSourceAccountsRequest listPartnerEventSourceAccountsRequest)
-