Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StartEventDataStoreIngestionResponse
-
Packages that use StartEventDataStoreIngestionResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of StartEventDataStoreIngestionResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return StartEventDataStoreIngestionResponse Modifier and Type Method Description default StartEventDataStoreIngestionResponseCloudTrailClient. startEventDataStoreIngestion(Consumer<StartEventDataStoreIngestionRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type StartEventDataStoreIngestionResponse Modifier and Type Method Description default CompletableFuture<StartEventDataStoreIngestionResponse>CloudTrailAsyncClient. startEventDataStoreIngestion(Consumer<StartEventDataStoreIngestionRequest.Builder> 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 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.
-