| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
InsightSelector |
InsightSelector.clone() |
InsightSelector |
InsightSelector.withInsightType(InsightType insightType)
The type of insights to log on a trail.
|
InsightSelector |
InsightSelector.withInsightType(String insightType)
The type of insights to log on a trail.
|
| Modifier and Type | Method and Description |
|---|---|
List<InsightSelector> |
GetInsightSelectorsResult.getInsightSelectors()
A JSON string that contains the insight types you want to log on a trail.
|
List<InsightSelector> |
PutInsightSelectorsResult.getInsightSelectors()
A JSON string that contains the insight types you want to log on a trail.
|
List<InsightSelector> |
PutInsightSelectorsRequest.getInsightSelectors()
A JSON string that contains the insight types you want to log on a trail.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightSelectorsResult |
GetInsightSelectorsResult.withInsightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
PutInsightSelectorsResult |
PutInsightSelectorsResult.withInsightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
PutInsightSelectorsRequest |
PutInsightSelectorsRequest.withInsightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightSelectorsResult.setInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
void |
PutInsightSelectorsResult.setInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
void |
PutInsightSelectorsRequest.setInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
GetInsightSelectorsResult |
GetInsightSelectorsResult.withInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
PutInsightSelectorsResult |
PutInsightSelectorsResult.withInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
PutInsightSelectorsRequest |
PutInsightSelectorsRequest.withInsightSelectors(Collection<InsightSelector> insightSelectors)
A JSON string that contains the insight types you want to log on a trail.
|
Copyright © 2021. All rights reserved.