Uses of Class
software.amazon.awssdk.services.eventbridge.model.PutEventsResponse
-
Packages that use PutEventsResponse Package Description software.amazon.awssdk.services.eventbridge Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of PutEventsResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return PutEventsResponse Modifier and Type Method Description default PutEventsResponseEventBridgeClient. putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)Sends custom events to Amazon EventBridge so that they can be matched to rules.default PutEventsResponseEventBridgeClient. putEvents(PutEventsRequest putEventsRequest)Sends custom events to Amazon EventBridge so that they can be matched to rules.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type PutEventsResponse Modifier and Type Method Description default CompletableFuture<PutEventsResponse>EventBridgeAsyncClient. putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)Sends custom events to Amazon EventBridge so that they can be matched to rules.default CompletableFuture<PutEventsResponse>EventBridgeAsyncClient. putEvents(PutEventsRequest putEventsRequest)Sends custom events to Amazon EventBridge so that they can be matched to rules.
-