Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StartEventDataStoreIngestionRequest
-
Packages that use StartEventDataStoreIngestionRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of StartEventDataStoreIngestionRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type StartEventDataStoreIngestionRequest Modifier and Type Method Description default CompletableFuture<StartEventDataStoreIngestionResponse>CloudTrailAsyncClient. startEventDataStoreIngestion(StartEventDataStoreIngestionRequest startEventDataStoreIngestionRequest)Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN.default StartEventDataStoreIngestionResponseCloudTrailClient. startEventDataStoreIngestion(StartEventDataStoreIngestionRequest startEventDataStoreIngestionRequest)Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. -
Uses of StartEventDataStoreIngestionRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type StartEventDataStoreIngestionRequest Modifier and Type Method Description SdkHttpFullRequestStartEventDataStoreIngestionRequestMarshaller. marshall(StartEventDataStoreIngestionRequest startEventDataStoreIngestionRequest)
-