| 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 CreateArchiveResponse |
CloudWatchEventsClient.createArchive(Consumer<CreateArchiveRequest.Builder> createArchiveRequest)
Creates an archive of events with the specified settings.
|
default CreateArchiveResponse |
CloudWatchEventsClient.createArchive(CreateArchiveRequest createArchiveRequest)
Creates an archive of events with the specified settings.
|
default PutRuleResponse |
CloudWatchEventsClient.putRule(Consumer<PutRuleRequest.Builder> putRuleRequest)
Creates or updates the specified rule.
|
default PutRuleResponse |
CloudWatchEventsClient.putRule(PutRuleRequest putRuleRequest)
Creates or updates the specified rule.
|
default StartReplayResponse |
CloudWatchEventsClient.startReplay(Consumer<StartReplayRequest.Builder> startReplayRequest)
Starts the specified replay.
|
default StartReplayResponse |
CloudWatchEventsClient.startReplay(StartReplayRequest startReplayRequest)
Starts the specified replay.
|
default TestEventPatternResponse |
CloudWatchEventsClient.testEventPattern(Consumer<TestEventPatternRequest.Builder> testEventPatternRequest)
Tests whether the specified event pattern matches the provided event.
|
default TestEventPatternResponse |
CloudWatchEventsClient.testEventPattern(TestEventPatternRequest testEventPatternRequest)
Tests whether the specified event pattern matches the provided event.
|
default UpdateArchiveResponse |
CloudWatchEventsClient.updateArchive(Consumer<UpdateArchiveRequest.Builder> updateArchiveRequest)
Updates the specified archive.
|
default UpdateArchiveResponse |
CloudWatchEventsClient.updateArchive(UpdateArchiveRequest updateArchiveRequest)
Updates the specified archive.
|
Copyright © 2020. All rights reserved.