Uses of Class
com.amazonaws.services.cloudwatchevents.model.TestEventPatternRequest
-
Packages that use TestEventPatternRequest Package Description com.amazonaws.services.cloudwatchevents com.amazonaws.services.cloudwatchevents.model -
-
Uses of TestEventPatternRequest in com.amazonaws.services.cloudwatchevents
Method parameters in com.amazonaws.services.cloudwatchevents with type arguments of type TestEventPatternRequest 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 TestEventPatternRequest in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return TestEventPatternRequest Modifier and Type Method Description TestEventPatternRequestTestEventPatternRequest. clone()TestEventPatternRequestTestEventPatternRequest. withEvent(String event)The event in the JSON format to test against the event pattern.TestEventPatternRequestTestEventPatternRequest. withEventPattern(String eventPattern)The event pattern you want to test.
-