Uses of Class
software.amazon.awssdk.services.cloudtraildata.model.CloudTrailDataException
-
Packages that use CloudTrailDataException Package Description software.amazon.awssdk.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.software.amazon.awssdk.services.cloudtraildata.model -
-
Uses of CloudTrailDataException in software.amazon.awssdk.services.cloudtraildata
Methods in software.amazon.awssdk.services.cloudtraildata that throw CloudTrailDataException Modifier and Type Method Description default PutAuditEventsResponseCloudTrailDataClient. putAuditEvents(Consumer<PutAuditEventsRequest.Builder> putAuditEventsRequest)Ingests your application events into CloudTrail Lake.default PutAuditEventsResponseCloudTrailDataClient. putAuditEvents(PutAuditEventsRequest putAuditEventsRequest)Ingests your application events into CloudTrail Lake. -
Uses of CloudTrailDataException in software.amazon.awssdk.services.cloudtraildata.model
Subclasses of CloudTrailDataException in software.amazon.awssdk.services.cloudtraildata.model Modifier and Type Class Description classChannelInsufficientPermissionExceptionThe caller's account ID must be the same as the channel owner's account ID.classChannelNotFoundExceptionThe channel could not be found.classChannelUnsupportedSchemaExceptionThe schema type of the event is not supported.classDuplicatedAuditEventIdExceptionTwo or more entries in the request have the same event ID.classInvalidChannelArnExceptionThe specified channel ARN is not a valid channel ARN.classUnsupportedOperationExceptionThe operation requested is not supported in this region or account.Methods in software.amazon.awssdk.services.cloudtraildata.model that return CloudTrailDataException Modifier and Type Method Description CloudTrailDataExceptionCloudTrailDataException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.cloudtraildata.model with parameters of type CloudTrailDataException Constructor Description BuilderImpl(CloudTrailDataException ex)
-