| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
PutInsightSelectorsResult |
AWSCloudTrailClient.putInsightSelectors(PutInsightSelectorsRequest request)
Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an
existing trail or event data store.
|
PutInsightSelectorsResult |
AbstractAWSCloudTrail.putInsightSelectors(PutInsightSelectorsRequest request) |
PutInsightSelectorsResult |
AWSCloudTrail.putInsightSelectors(PutInsightSelectorsRequest putInsightSelectorsRequest)
Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an
existing trail or event data store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutInsightSelectorsResult> |
AWSCloudTrailAsyncClient.putInsightSelectorsAsync(PutInsightSelectorsRequest request,
AsyncHandler<PutInsightSelectorsRequest,PutInsightSelectorsResult> asyncHandler) |
Future<PutInsightSelectorsResult> |
AbstractAWSCloudTrailAsync.putInsightSelectorsAsync(PutInsightSelectorsRequest request,
AsyncHandler<PutInsightSelectorsRequest,PutInsightSelectorsResult> asyncHandler) |
Future<PutInsightSelectorsResult> |
AWSCloudTrailAsync.putInsightSelectorsAsync(PutInsightSelectorsRequest putInsightSelectorsRequest,
AsyncHandler<PutInsightSelectorsRequest,PutInsightSelectorsResult> asyncHandler)
Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an
existing trail or event data store.
|
| Modifier and Type | Method and Description |
|---|---|
PutInsightSelectorsResult |
PutInsightSelectorsResult.clone() |
PutInsightSelectorsResult |
PutInsightSelectorsResult.withEventDataStoreArn(String eventDataStoreArn)
The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights
selectors.
|
PutInsightSelectorsResult |
PutInsightSelectorsResult.withInsightsDestination(String insightsDestination)
The ARN of the destination event data store that logs Insights events.
|
PutInsightSelectorsResult |
PutInsightSelectorsResult.withInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the Insights event types that you want to log on a trail or event data store.
|
PutInsightSelectorsResult |
PutInsightSelectorsResult.withInsightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the Insights event types that you want to log on a trail or event data store.
|
PutInsightSelectorsResult |
PutInsightSelectorsResult.withTrailARN(String trailARN)
The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.
|
Copyright © 2024. All rights reserved.