Uses of Class
software.amazon.awssdk.services.devopsguru.model.EventResource
-
Packages that use EventResource Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of EventResource in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type EventResource Modifier and Type Method Description List<EventResource>Event. resources()AnEventResourceobject that contains information about the resource that emitted the event.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type EventResource Modifier and Type Method Description Event.BuilderEvent.Builder. resources(EventResource... resources)AnEventResourceobject that contains information about the resource that emitted the event.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type EventResource Modifier and Type Method Description Event.BuilderEvent.Builder. resources(Collection<EventResource> resources)AnEventResourceobject that contains information about the resource that emitted the event.
-