Uses of Class
com.amazonaws.services.cloudtrail.model.Event
Packages that use Event
-
Uses of Event in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return EventModifier and TypeMethodDescriptionEvent.clone()Event.withCloudTrailEvent(String cloudTrailEvent) A JSON string that contains a representation of the event returned.Event.withEventId(String eventId) The CloudTrail ID of the event returned.Event.withEventName(String eventName) The name of the event returned.Event.withEventTime(Date eventTime) The date and time of the event returned.Event.withResources(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.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 EventModifier and TypeMethodDescriptionLookupEventsResult.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 EventModifier and TypeMethodDescriptionLookupEventsResult.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 EventModifier and TypeMethodDescriptionvoidLookupEventsResult.setEvents(Collection<Event> events) A list of events returned based on the lookup attributes specified and the CloudTrail event.LookupEventsResult.withEvents(Collection<Event> events) A list of events returned based on the lookup attributes specified and the CloudTrail event.