Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.ListConnectionsResponse
-
Packages that use ListConnectionsResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of ListConnectionsResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return ListConnectionsResponse Modifier and Type Method Description default ListConnectionsResponseCloudWatchEventsClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Retrieves a list of connections from the account.default ListConnectionsResponseCloudWatchEventsClient. listConnections(ListConnectionsRequest listConnectionsRequest)Retrieves a list of connections from the account.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type ListConnectionsResponse Modifier and Type Method Description default CompletableFuture<ListConnectionsResponse>CloudWatchEventsAsyncClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Retrieves a list of connections from the account.default CompletableFuture<ListConnectionsResponse>CloudWatchEventsAsyncClient. listConnections(ListConnectionsRequest listConnectionsRequest)Retrieves a list of connections from the account.
-