Uses of Class
com.amazonaws.services.cloudtrail.model.Event
-
Packages that use Event Package Description com.amazonaws.services.cloudtrail.model -
-
Uses of Event in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return Event Modifier and Type Method Description Event
Event. clone()
Event
Event. withCloudTrailEvent(String cloudTrailEvent)
A JSON string that contains a representation of the event returned.Event
Event. withEventId(String eventId)
The CloudTrail ID of the event returned.Event
Event. withEventName(String eventName)
The name of the event returned.Event
Event. withEventTime(Date eventTime)
The date and time of the event returned.Event
Event. withResources(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.Event
Event. withUsername(String username)
A user name or role name of the requester that called the API in the event returned.Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type Event Modifier and Type Method Description List<Event>
LookupEventsResult. getEvents()
A list of events returned based on the lookup attributes specified and the CloudTrail event.Methods in com.amazonaws.services.cloudtrail.model with parameters of type Event Modifier and Type Method Description LookupEventsResult
LookupEventsResult. withEvents(Event... events)
A list of events returned based on the lookup attributes specified and the CloudTrail event.Method parameters in com.amazonaws.services.cloudtrail.model with type arguments of type Event Modifier and Type Method Description void
LookupEventsResult. setEvents(Collection<Event> events)
A list of events returned based on the lookup attributes specified and the CloudTrail event.LookupEventsResult
LookupEventsResult. withEvents(Collection<Event> events)
A list of events returned based on the lookup attributes specified and the CloudTrail event.
-