| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtraildata.model |
| Modifier and Type | Method and Description |
|---|---|
static PutAuditEventsResponse.Builder |
PutAuditEventsResponse.builder() |
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.
|
PutAuditEventsResponse.Builder |
PutAuditEventsResponse.Builder.failed(Consumer<ResultErrorEntry.Builder>... 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.
|
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.
|
PutAuditEventsResponse.Builder |
PutAuditEventsResponse.Builder.successful(AuditEventResultEntry... successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
PutAuditEventsResponse.Builder |
PutAuditEventsResponse.Builder.successful(Collection<AuditEventResultEntry> successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
PutAuditEventsResponse.Builder |
PutAuditEventsResponse.Builder.successful(Consumer<AuditEventResultEntry.Builder>... successful)
Lists events in the provided event payload that were successfully ingested into CloudTrail.
|
PutAuditEventsResponse.Builder |
PutAuditEventsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAuditEventsResponse.Builder> |
PutAuditEventsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.