| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default StopEventDataStoreIngestionResponse |
CloudTrailClient.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 StopEventDataStoreIngestionResponse |
CloudTrailClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.