| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StopEventDataStoreIngestionRequest.Builder |
StopEventDataStoreIngestionRequest.builder() |
StopEventDataStoreIngestionRequest.Builder |
StopEventDataStoreIngestionRequest.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.Builder |
StopEventDataStoreIngestionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopEventDataStoreIngestionRequest.Builder |
StopEventDataStoreIngestionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopEventDataStoreIngestionRequest.Builder |
StopEventDataStoreIngestionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopEventDataStoreIngestionRequest.Builder> |
StopEventDataStoreIngestionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.