| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
GetInsightSelectorsResult |
AWSCloudTrailClient.getInsightSelectors(GetInsightSelectorsRequest request)
Describes the settings for the Insights event selectors that you configured for your trail or event data store.
|
GetInsightSelectorsResult |
AbstractAWSCloudTrail.getInsightSelectors(GetInsightSelectorsRequest request) |
GetInsightSelectorsResult |
AWSCloudTrail.getInsightSelectors(GetInsightSelectorsRequest getInsightSelectorsRequest)
Describes the settings for the Insights event selectors that you configured for your trail or event data store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInsightSelectorsResult> |
AWSCloudTrailAsyncClient.getInsightSelectorsAsync(GetInsightSelectorsRequest request,
AsyncHandler<GetInsightSelectorsRequest,GetInsightSelectorsResult> asyncHandler) |
Future<GetInsightSelectorsResult> |
AbstractAWSCloudTrailAsync.getInsightSelectorsAsync(GetInsightSelectorsRequest request,
AsyncHandler<GetInsightSelectorsRequest,GetInsightSelectorsResult> asyncHandler) |
Future<GetInsightSelectorsResult> |
AWSCloudTrailAsync.getInsightSelectorsAsync(GetInsightSelectorsRequest getInsightSelectorsRequest,
AsyncHandler<GetInsightSelectorsRequest,GetInsightSelectorsResult> asyncHandler)
Describes the settings for the Insights event selectors that you configured for your trail or event data store.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightSelectorsResult |
GetInsightSelectorsResult.clone() |
GetInsightSelectorsResult |
GetInsightSelectorsResult.withEventDataStoreArn(String eventDataStoreArn)
The ARN of the source event data store that enabled Insights events.
|
GetInsightSelectorsResult |
GetInsightSelectorsResult.withInsightsDestination(String insightsDestination)
The ARN of the destination event data store that logs Insights events.
|
GetInsightSelectorsResult |
GetInsightSelectorsResult.withInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the Insight types you want to log on a trail or event data store.
|
GetInsightSelectorsResult |
GetInsightSelectorsResult.withInsightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the Insight types you want to log on a trail or event data store.
|
GetInsightSelectorsResult |
GetInsightSelectorsResult.withTrailARN(String trailARN)
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
|
Copyright © 2024. All rights reserved.