Uses of Class
software.amazon.awssdk.services.eventbridge.model.ListEndpointsResponse
-
Packages that use ListEndpointsResponse Package Description software.amazon.awssdk.services.eventbridge 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 ListEndpointsResponse Modifier and Type Method Description default 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 ListEndpointsResponse Modifier and Type Method Description default 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.
-