| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtraildata.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResultErrorEntry> |
PutAuditEventsResponse.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 |
|---|---|
PutAuditEventsResponse.Builder |
PutAuditEventsResponse.Builder.failed(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 |
|---|---|
PutAuditEventsResponse.Builder |
PutAuditEventsResponse.Builder.failed(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 © 2023. All rights reserved.