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 EventEvent. clone()EventEvent. withCloudTrailEvent(String cloudTrailEvent)A JSON string that contains a representation of the event returned.EventEvent. withEventId(String eventId)The CloudTrail ID of the event returned.EventEvent. withEventName(String eventName)The name of the event returned.EventEvent. withEventTime(Date eventTime)The date and time of the event returned.EventEvent. withResources(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.EventEvent. 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 LookupEventsResultLookupEventsResult. 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 voidLookupEventsResult. setEvents(Collection<Event> events)A list of events returned based on the lookup attributes specified and the CloudTrail event.LookupEventsResultLookupEventsResult. withEvents(Collection<Event> events)A list of events returned based on the lookup attributes specified and the CloudTrail event.
-