Uses of Class
software.amazon.awssdk.services.cloudtrail.model.InsightSelector
-
Packages that use InsightSelector Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of InsightSelector in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type InsightSelector Modifier and Type Method Description List<InsightSelector>GetInsightSelectorsResponse. insightSelectors()A JSON string that contains the Insight types you want to log on a trail or event data store.List<InsightSelector>PutInsightSelectorsRequest. insightSelectors()A JSON string that contains the Insights types you want to log on a trail or event data store.List<InsightSelector>PutInsightSelectorsResponse. insightSelectors()A JSON string that contains the Insights event types that you want to log on a trail or event data store.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type InsightSelector Modifier and Type Method Description GetInsightSelectorsResponse.BuilderGetInsightSelectorsResponse.Builder. insightSelectors(InsightSelector... insightSelectors)A JSON string that contains the Insight types you want to log on a trail or event data store.PutInsightSelectorsRequest.BuilderPutInsightSelectorsRequest.Builder. insightSelectors(InsightSelector... insightSelectors)A JSON string that contains the Insights types you want to log on a trail or event data store.PutInsightSelectorsResponse.BuilderPutInsightSelectorsResponse.Builder. insightSelectors(InsightSelector... insightSelectors)A JSON string that contains the Insights event types that you want to log on a trail or event data store.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type InsightSelector Modifier and Type Method Description GetInsightSelectorsResponse.BuilderGetInsightSelectorsResponse.Builder. insightSelectors(Collection<InsightSelector> insightSelectors)A JSON string that contains the Insight types you want to log on a trail or event data store.PutInsightSelectorsRequest.BuilderPutInsightSelectorsRequest.Builder. insightSelectors(Collection<InsightSelector> insightSelectors)A JSON string that contains the Insights types you want to log on a trail or event data store.PutInsightSelectorsResponse.BuilderPutInsightSelectorsResponse.Builder. insightSelectors(Collection<InsightSelector> insightSelectors)A JSON string that contains the Insights event types that you want to log on a trail or event data store.
-