| Package | Description |
|---|---|
| com.amazonaws.services.cloudtraildata.model |
| Modifier and Type | Method and Description |
|---|---|
AuditEventResultEntry |
AuditEventResultEntry.clone() |
AuditEventResultEntry |
AuditEventResultEntry.withEventID(String eventID)
The event ID assigned by CloudTrail.
|
AuditEventResultEntry |
AuditEventResultEntry.withId(String id)
The original event ID from the source event.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuditEventResultEntry> |
PutAuditEventsResult.getSuccessful()
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
| Modifier and Type | Method and Description |
|---|---|
PutAuditEventsResult |
PutAuditEventsResult.withSuccessful(AuditEventResultEntry... successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutAuditEventsResult.setSuccessful(Collection<AuditEventResultEntry> successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
PutAuditEventsResult |
PutAuditEventsResult.withSuccessful(Collection<AuditEventResultEntry> successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
Copyright © 2024. All rights reserved.