| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default RestoreEventDataStoreResponse |
CloudTrailClient.restoreEventDataStore(Consumer<RestoreEventDataStoreRequest.Builder> restoreEventDataStoreRequest)
Restores a deleted event data store specified by
EventDataStore, which accepts an event data store
ARN. |
default RestoreEventDataStoreResponse |
CloudTrailClient.restoreEventDataStore(RestoreEventDataStoreRequest restoreEventDataStoreRequest)
Restores a deleted event data store specified by
EventDataStore, which accepts an event data store
ARN. |
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 StartEventDataStoreIngestionResponse |
CloudTrailClient.startEventDataStoreIngestion(StartEventDataStoreIngestionRequest 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 StartImportResponse |
CloudTrailClient.startImport(Consumer<StartImportRequest.Builder> startImportRequest)
Starts an import of logged trail events from a source S3 bucket to a destination event data store.
|
default StartImportResponse |
CloudTrailClient.startImport(StartImportRequest startImportRequest)
Starts an import of logged trail events from a source S3 bucket to a destination event data store.
|
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.
|
Copyright © 2023. All rights reserved.