Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.ListPartnerEventSourcesResponse
-
Packages that use ListPartnerEventSourcesResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of ListPartnerEventSourcesResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return ListPartnerEventSourcesResponse Modifier and Type Method Description default ListPartnerEventSourcesResponseCloudWatchEventsClient. listPartnerEventSources(Consumer<ListPartnerEventSourcesRequest.Builder> listPartnerEventSourcesRequest)An SaaS partner can use this operation to list all the partner event source names that they have created.default ListPartnerEventSourcesResponseCloudWatchEventsClient. listPartnerEventSources(ListPartnerEventSourcesRequest listPartnerEventSourcesRequest)An SaaS partner can use this operation to list all the partner event source names that they have created.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type ListPartnerEventSourcesResponse Modifier and Type Method Description default CompletableFuture<ListPartnerEventSourcesResponse>CloudWatchEventsAsyncClient. listPartnerEventSources(Consumer<ListPartnerEventSourcesRequest.Builder> listPartnerEventSourcesRequest)An SaaS partner can use this operation to list all the partner event source names that they have created.default CompletableFuture<ListPartnerEventSourcesResponse>CloudWatchEventsAsyncClient. listPartnerEventSources(ListPartnerEventSourcesRequest listPartnerEventSourcesRequest)An SaaS partner can use this operation to list all the partner event source names that they have created.
-