Uses of Class
software.amazon.awssdk.services.cloudtraildata.model.ResultErrorEntry
-
Packages that use ResultErrorEntry Package Description software.amazon.awssdk.services.cloudtraildata.model -
-
Uses of ResultErrorEntry in software.amazon.awssdk.services.cloudtraildata.model
Methods in software.amazon.awssdk.services.cloudtraildata.model that return types with arguments of type ResultErrorEntry Modifier and Type Method 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.Methods in software.amazon.awssdk.services.cloudtraildata.model with parameters of type ResultErrorEntry Modifier and Type Method Description PutAuditEventsResponse.BuilderPutAuditEventsResponse.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.Method parameters in software.amazon.awssdk.services.cloudtraildata.model with type arguments of type ResultErrorEntry Modifier and Type Method Description PutAuditEventsResponse.BuilderPutAuditEventsResponse.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.
-