| Package | Description |
|---|---|
| com.amazonaws.services.cloudtraildata.model |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
AuditEvent.clone() |
AuditEvent |
AuditEvent.withEventData(String eventData)
The content of an audit event that comes from the event, such as
userIdentity,
userAgent, and eventSource. |
AuditEvent |
AuditEvent.withEventDataChecksum(String eventDataChecksum)
A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail receives the event that matches
with the checksum.
|
AuditEvent |
AuditEvent.withId(String id)
The original event ID from the source event.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditEvent> |
PutAuditEventsRequest.getAuditEvents()
The JSON payload of events that you want to ingest.
|
| Modifier and Type | Method and Description |
|---|---|
PutAuditEventsRequest |
PutAuditEventsRequest.withAuditEvents(AuditEvent... auditEvents)
The JSON payload of events that you want to ingest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutAuditEventsRequest.setAuditEvents(Collection<AuditEvent> auditEvents)
The JSON payload of events that you want to ingest.
|
PutAuditEventsRequest |
PutAuditEventsRequest.withAuditEvents(Collection<AuditEvent> auditEvents)
The JSON payload of events that you want to ingest.
|
Copyright © 2023. All rights reserved.