Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.aws.CloudEvent
-
Packages that use CloudEvent Package Description com.yahoo.vespa.hosted.controller.api.integration.aws -
-
Uses of CloudEvent in com.yahoo.vespa.hosted.controller.api.integration.aws
Methods in com.yahoo.vespa.hosted.controller.api.integration.aws that return types with arguments of type CloudEvent Modifier and Type Method Description java.util.List<CloudEvent>AwsEventFetcher. getEvents(java.lang.String awsRegionName)java.util.List<CloudEvent>MockAwsEventFetcher. getEvents(java.lang.String awsRegionName)Methods in com.yahoo.vespa.hosted.controller.api.integration.aws with parameters of type CloudEvent Modifier and Type Method Description voidMockAwsEventFetcher. addEvent(java.lang.String awsRegionName, CloudEvent cloudEvent)IssueAwsEventFetcher. createIssue(CloudEvent event)IssueMockAwsEventFetcher. createIssue(CloudEvent event)
-