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