| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateChannelResponse |
CloudTrailClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a channel for CloudTrail to ingest events from a partner or external source.
|
default CreateChannelResponse |
CloudTrailClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a channel for CloudTrail to ingest events from a partner or external source.
|
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.
|
default UpdateChannelResponse |
CloudTrailClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel specified by a required channel ARN or UUID.
|
default UpdateChannelResponse |
CloudTrailClient.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel specified by a required channel ARN or UUID.
|
Copyright © 2023. All rights reserved.