Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.StopEventDataStoreIngestionRequest.Builder
-
Packages that use StopEventDataStoreIngestionRequest.Builder Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.model -
-
Uses of StopEventDataStoreIngestionRequest.Builder in software.amazon.awssdk.services.cloudtrail
Method parameters in software.amazon.awssdk.services.cloudtrail with type arguments of type StopEventDataStoreIngestionRequest.Builder 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 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. -
Uses of StopEventDataStoreIngestionRequest.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return StopEventDataStoreIngestionRequest.Builder Modifier and Type Method Description static StopEventDataStoreIngestionRequest.BuilderStopEventDataStoreIngestionRequest. builder()StopEventDataStoreIngestionRequest.BuilderStopEventDataStoreIngestionRequest.Builder. eventDataStore(String eventDataStore)The ARN (or ID suffix of the ARN) of the event data store for which you want to stop ingestion.StopEventDataStoreIngestionRequest.BuilderStopEventDataStoreIngestionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopEventDataStoreIngestionRequest.BuilderStopEventDataStoreIngestionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopEventDataStoreIngestionRequest.BuilderStopEventDataStoreIngestionRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type StopEventDataStoreIngestionRequest.Builder Modifier and Type Method Description static Class<? extends StopEventDataStoreIngestionRequest.Builder>StopEventDataStoreIngestionRequest. serializableBuilderClass()
-