Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model | |
com.amazonaws.services.cloudtrail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Event> |
LookupEventsResult.events
A list of events returned based on the lookup attributes specified and
the CloudTrail event.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
Event.withCloudTrailEvent(java.lang.String cloudTrailEvent)
A JSON string that contains a representation of the event returned.
|
Event |
Event.withEventId(java.lang.String eventId)
The CloudTrail ID of the event returned.
|
Event |
Event.withEventName(java.lang.String eventName)
The name of the event returned.
|
Event |
Event.withEventTime(java.util.Date eventTime)
The date and time of the event returned.
|
Event |
Event.withResources(java.util.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(java.lang.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 |
---|---|
java.util.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(java.util.Collection<Event> events)
A list of events returned based on the lookup attributes specified and
the CloudTrail event.
|
LookupEventsResult |
LookupEventsResult.withEvents(java.util.Collection<Event> events)
A list of events returned based on the lookup attributes specified and
the CloudTrail event.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EventJsonMarshaller.marshall(Event event,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|