Uses of Class
com.amazonaws.services.cloudtrail.model.Resource
-
Packages that use Resource Package Description com.amazonaws.services.cloudtrail.model -
-
Uses of Resource in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return Resource Modifier and Type Method Description ResourceResource. clone()ResourceResource. withResourceName(String resourceName)The name of the resource referenced by the event returned.ResourceResource. 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 Resource Modifier and Type Method Description List<Resource>Event. getResources()A list of resources referenced by the event returned.Methods in com.amazonaws.services.cloudtrail.model with parameters of type Resource Modifier and Type Method Description EventEvent. 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 Resource Modifier and Type Method Description voidEvent. setResources(Collection<Resource> resources)A list of resources referenced by the event returned.EventEvent. withResources(Collection<Resource> resources)A list of resources referenced by the event returned.
-