Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.ListEventSourcesResponse
-
Packages that use ListEventSourcesResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of ListEventSourcesResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return ListEventSourcesResponse Modifier and Type Method Description default ListEventSourcesResponseCloudWatchEventsClient. listEventSources(Consumer<ListEventSourcesRequest.Builder> listEventSourcesRequest)You can use this to see all the partner event sources that have been shared with your Amazon Web Services account.default ListEventSourcesResponseCloudWatchEventsClient. listEventSources(ListEventSourcesRequest listEventSourcesRequest)You can use this to see all the partner event sources that have been shared with your Amazon Web Services account.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type ListEventSourcesResponse Modifier and Type Method Description default CompletableFuture<ListEventSourcesResponse>CloudWatchEventsAsyncClient. listEventSources(Consumer<ListEventSourcesRequest.Builder> listEventSourcesRequest)You can use this to see all the partner event sources that have been shared with your Amazon Web Services account.default CompletableFuture<ListEventSourcesResponse>CloudWatchEventsAsyncClient. listEventSources(ListEventSourcesRequest listEventSourcesRequest)You can use this to see all the partner event sources that have been shared with your Amazon Web Services account.
-