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 Resource
Resource. clone()
Resource
Resource. withResourceName(String resourceName)
The name of the resource referenced by the event returned.Resource
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 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 Event
Event. 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 void
Event. setResources(Collection<Resource> resources)
A list of resources referenced by the event returned.Event
Event. withResources(Collection<Resource> resources)
A list of resources referenced by the event returned.
-