Uses of Class
software.amazon.awssdk.services.eventbridge.model.ListEndpointsResponse
Packages that use ListEndpointsResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of ListEndpointsResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return ListEndpointsResponseModifier and TypeMethodDescriptiondefault ListEndpointsResponseEventBridgeClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest) List the global endpoints associated with this account.default ListEndpointsResponseEventBridgeClient.listEndpoints(ListEndpointsRequest listEndpointsRequest) List the global endpoints associated with this account.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type ListEndpointsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListEndpointsResponse>EventBridgeAsyncClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest) List the global endpoints associated with this account.default CompletableFuture<ListEndpointsResponse>EventBridgeAsyncClient.listEndpoints(ListEndpointsRequest listEndpointsRequest) List the global endpoints associated with this account.