Uses of Class
software.amazon.awssdk.services.cloudtrail.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of Resource in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>Event. resources()A list of resources referenced by the event returned.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type Resource Modifier and Type Method Description Event.BuilderEvent.Builder. resources(Resource... resources)A list of resources referenced by the event returned.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type Resource Modifier and Type Method Description Event.BuilderEvent.Builder. resources(Collection<Resource> resources)A list of resources referenced by the event returned.
-