Uses of Class
software.amazon.awssdk.services.eventbridge.model.ListConnectionsResponse
Packages that use ListConnectionsResponse
Package
Description
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 ListConnectionsResponseModifier and TypeMethodDescriptiondefault 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 ListConnectionsResponseModifier and TypeMethodDescriptiondefault 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.