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