Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StopEventDataStoreIngestionResponse
-
Packages that use StopEventDataStoreIngestionResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of StopEventDataStoreIngestionResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return StopEventDataStoreIngestionResponse Modifier and Type Method Description default StopEventDataStoreIngestionResponseCloudTrailClient. stopEventDataStoreIngestion(Consumer<StopEventDataStoreIngestionRequest.Builder> stopEventDataStoreIngestionRequest)Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN.default StopEventDataStoreIngestionResponseCloudTrailClient. stopEventDataStoreIngestion(StopEventDataStoreIngestionRequest stopEventDataStoreIngestionRequest)Stops 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 StopEventDataStoreIngestionResponse Modifier and Type Method Description default CompletableFuture<StopEventDataStoreIngestionResponse>CloudTrailAsyncClient. stopEventDataStoreIngestion(Consumer<StopEventDataStoreIngestionRequest.Builder> stopEventDataStoreIngestionRequest)Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN.default CompletableFuture<StopEventDataStoreIngestionResponse>CloudTrailAsyncClient. stopEventDataStoreIngestion(StopEventDataStoreIngestionRequest stopEventDataStoreIngestionRequest)Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN.
-