| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
List<InsightSelector> |
PutInsightSelectorsRequest.insightSelectors()
A JSON string that contains the insight types you want to log on a trail.
|
List<InsightSelector> |
GetInsightSelectorsResponse.insightSelectors()
A JSON string that contains the insight types you want to log on a trail.
|
List<InsightSelector> |
PutInsightSelectorsResponse.insightSelectors()
A JSON string that contains the insight types you want to log on a trail.
|
| Modifier and Type | Method and Description |
|---|---|
PutInsightSelectorsRequest.Builder |
PutInsightSelectorsRequest.Builder.insightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
GetInsightSelectorsResponse.Builder |
GetInsightSelectorsResponse.Builder.insightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.insightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
| Modifier and Type | Method and Description |
|---|---|
PutInsightSelectorsRequest.Builder |
PutInsightSelectorsRequest.Builder.insightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
GetInsightSelectorsResponse.Builder |
GetInsightSelectorsResponse.Builder.insightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.insightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
Copyright © 2020. All rights reserved.