Uses of Class
com.amazonaws.services.cloudtrail.model.Resource
Packages that use Resource
-
Uses of Resource in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return ResourceModifier and TypeMethodDescriptionResource.clone()
Resource.withResourceName
(String resourceName) The name of the resource referenced by the event returned.Resource.withResourceType
(String resourceType) The type of a resource referenced by the event returned.Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type ResourceModifier and TypeMethodDescriptionEvent.getResources()
A list of resources referenced by the event returned.Methods in com.amazonaws.services.cloudtrail.model with parameters of type ResourceModifier and TypeMethodDescriptionEvent.withResources
(Resource... resources) A list of resources referenced by the event returned.Method parameters in com.amazonaws.services.cloudtrail.model with type arguments of type ResourceModifier and TypeMethodDescriptionvoid
Event.setResources
(Collection<Resource> resources) A list of resources referenced by the event returned.Event.withResources
(Collection<Resource> resources) A list of resources referenced by the event returned.