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