| Package | Description |
|---|---|
| com.amazonaws.services.cloudtraildata |
The CloudTrail Data Service lets you ingest events into CloudTrail from any source in your hybrid environments, such
as in-house or SaaS applications hosted on-premises or in the cloud, virtual machines, or containers.
|
| com.amazonaws.services.cloudtraildata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutAuditEventsResult> |
AbstractAWSCloudTrailDataAsync.putAuditEventsAsync(PutAuditEventsRequest request,
AsyncHandler<PutAuditEventsRequest,PutAuditEventsResult> asyncHandler) |
Future<PutAuditEventsResult> |
AWSCloudTrailDataAsyncClient.putAuditEventsAsync(PutAuditEventsRequest request,
AsyncHandler<PutAuditEventsRequest,PutAuditEventsResult> asyncHandler) |
Future<PutAuditEventsResult> |
AWSCloudTrailDataAsync.putAuditEventsAsync(PutAuditEventsRequest putAuditEventsRequest,
AsyncHandler<PutAuditEventsRequest,PutAuditEventsResult> asyncHandler)
Ingests your application events into CloudTrail Lake.
|
| Modifier and Type | Method and Description |
|---|---|
PutAuditEventsRequest |
PutAuditEventsRequest.clone() |
PutAuditEventsRequest |
PutAuditEventsRequest.withAuditEvents(AuditEvent... auditEvents)
The JSON payload of events that you want to ingest.
|
PutAuditEventsRequest |
PutAuditEventsRequest.withAuditEvents(Collection<AuditEvent> auditEvents)
The JSON payload of events that you want to ingest.
|
PutAuditEventsRequest |
PutAuditEventsRequest.withChannelArn(String channelArn)
The ARN or ID (the ARN suffix) of a channel.
|
PutAuditEventsRequest |
PutAuditEventsRequest.withExternalId(String externalId)
A unique identifier that is conditionally required when the channel's resource policy includes an external ID.
|
Copyright © 2023. All rights reserved.