Uses of Class
com.amazonaws.services.cloudwatchevents.model.TestEventPatternResult
-
Packages that use TestEventPatternResult Package Description com.amazonaws.services.cloudwatchevents com.amazonaws.services.cloudwatchevents.model -
-
Uses of TestEventPatternResult in com.amazonaws.services.cloudwatchevents
Methods in com.amazonaws.services.cloudwatchevents that return TestEventPatternResult Modifier and Type Method Description TestEventPatternResult
AbstractAmazonCloudWatchEvents. testEventPattern(TestEventPatternRequest request)
TestEventPatternResult
AmazonCloudWatchEvents. testEventPattern(TestEventPatternRequest testEventPatternRequest)
Tests whether an event pattern matches the provided event.TestEventPatternResult
AmazonCloudWatchEventsClient. testEventPattern(TestEventPatternRequest testEventPatternRequest)
Tests whether an event pattern matches the provided event.Method parameters in com.amazonaws.services.cloudwatchevents with type arguments of type TestEventPatternResult Modifier and Type Method Description Future<TestEventPatternResult>
AbstractAmazonCloudWatchEventsAsync. testEventPatternAsync(TestEventPatternRequest request, AsyncHandler<TestEventPatternRequest,TestEventPatternResult> asyncHandler)
Future<TestEventPatternResult>
AmazonCloudWatchEventsAsync. testEventPatternAsync(TestEventPatternRequest testEventPatternRequest, AsyncHandler<TestEventPatternRequest,TestEventPatternResult> asyncHandler)
Tests whether an event pattern matches the provided event.Future<TestEventPatternResult>
AmazonCloudWatchEventsAsyncClient. testEventPatternAsync(TestEventPatternRequest request, AsyncHandler<TestEventPatternRequest,TestEventPatternResult> asyncHandler)
-
Uses of TestEventPatternResult in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return TestEventPatternResult Modifier and Type Method Description TestEventPatternResult
TestEventPatternResult. clone()
TestEventPatternResult
TestEventPatternResult. withResult(Boolean result)
Indicates whether the event matches the event pattern.
-