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