Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model |
Modifier and Type | Method and 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(Collection<Resource> resources)
A list of resources referenced by the event returned.
|
Event |
Event.withResources(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.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
LookupEventsResult.getEvents()
A list of events returned based on the lookup attributes specified and
the CloudTrail event.
|
Modifier and Type | Method and Description |
---|---|
LookupEventsResult |
LookupEventsResult.withEvents(Event... events)
A list of events returned based on the lookup attributes specified and
the CloudTrail event.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.