Uses of Class
software.amazon.awssdk.services.cloudtrail.model.StopEventDataStoreIngestionRequest
-
Packages that use StopEventDataStoreIngestionRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of StopEventDataStoreIngestionRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type StopEventDataStoreIngestionRequest Modifier and Type Method Description 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.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. -
Uses of StopEventDataStoreIngestionRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type StopEventDataStoreIngestionRequest Modifier and Type Method Description SdkHttpFullRequestStopEventDataStoreIngestionRequestMarshaller. marshall(StopEventDataStoreIngestionRequest stopEventDataStoreIngestionRequest)
-