| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
default StartEventDataStoreIngestionResponse |
CloudTrailClient.startEventDataStoreIngestion(Consumer<StartEventDataStoreIngestionRequest.Builder> startEventDataStoreIngestionRequest)
Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the
ARN.
|
default CompletableFuture<StartEventDataStoreIngestionResponse> |
CloudTrailAsyncClient.startEventDataStoreIngestion(Consumer<StartEventDataStoreIngestionRequest.Builder> startEventDataStoreIngestionRequest)
Starts 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 StartEventDataStoreIngestionRequest.Builder |
StartEventDataStoreIngestionRequest.builder() |
StartEventDataStoreIngestionRequest.Builder |
StartEventDataStoreIngestionRequest.Builder.eventDataStore(String eventDataStore)
The ARN (or ID suffix of the ARN) of the event data store for which you want to start ingestion.
|
StartEventDataStoreIngestionRequest.Builder |
StartEventDataStoreIngestionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartEventDataStoreIngestionRequest.Builder |
StartEventDataStoreIngestionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartEventDataStoreIngestionRequest.Builder |
StartEventDataStoreIngestionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartEventDataStoreIngestionRequest.Builder> |
StartEventDataStoreIngestionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.