| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
default PutEventsResponse |
CloudWatchEventsClient.putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)
Sends custom events to Amazon EventBridge so that they can be matched to rules.
|
default PutEventsResponse |
CloudWatchEventsClient.putEvents(PutEventsRequest putEventsRequest)
Sends custom events to Amazon EventBridge so that they can be matched to rules.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.