Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.TestEventPatternResponse
-
Packages that use TestEventPatternResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of TestEventPatternResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return TestEventPatternResponse Modifier and Type Method Description default TestEventPatternResponseCloudWatchEventsClient. testEventPattern(Consumer<TestEventPatternRequest.Builder> testEventPatternRequest)Tests whether the specified event pattern matches the provided event.default TestEventPatternResponseCloudWatchEventsClient. testEventPattern(TestEventPatternRequest testEventPatternRequest)Tests whether the specified event pattern matches the provided event.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type TestEventPatternResponse Modifier and Type Method 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.
-