| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TestEventPatternResponse> |
CloudWatchEventsAsyncClient.testEventPattern(Consumer<TestEventPatternRequest.Builder> testEventPatternRequest)
Tests whether the specified event pattern matches the provided event.
|
default CompletableFuture<TestEventPatternResponse> |
CloudWatchEventsAsyncClient.testEventPattern(TestEventPatternRequest testEventPatternRequest)
Tests whether the specified event pattern matches the provided event.
|
Copyright © 2020. All rights reserved.