| Package | Description |
|---|---|
| com.amazonaws.services.cloudtraildata.model |
| Modifier and Type | Method and Description |
|---|---|
ResultErrorEntry |
ResultErrorEntry.clone() |
ResultErrorEntry |
ResultErrorEntry.withErrorCode(String errorCode)
The error code for events that could not be ingested by CloudTrail.
|
ResultErrorEntry |
ResultErrorEntry.withErrorMessage(String errorMessage)
The message that describes the error for events that could not be ingested by CloudTrail.
|
ResultErrorEntry |
ResultErrorEntry.withId(String id)
The original event ID from the source event that could not be ingested by CloudTrail.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultErrorEntry> |
PutAuditEventsResult.getFailed()
Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error
code and error message returned for events that could not be ingested.
|
| Modifier and Type | Method and Description |
|---|---|
PutAuditEventsResult |
PutAuditEventsResult.withFailed(ResultErrorEntry... failed)
Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error
code and error message returned for events that could not be ingested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutAuditEventsResult.setFailed(Collection<ResultErrorEntry> failed)
Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error
code and error message returned for events that could not be ingested.
|
PutAuditEventsResult |
PutAuditEventsResult.withFailed(Collection<ResultErrorEntry> failed)
Lists events in the provided event payload that could not be ingested into CloudTrail, and includes the error
code and error message returned for events that could not be ingested.
|
Copyright © 2024. All rights reserved.