Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.InsightSelector.Builder
-
Packages that use InsightSelector.Builder Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of InsightSelector.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return InsightSelector.Builder Modifier and Type Method Description static InsightSelector.BuilderInsightSelector. builder()InsightSelector.BuilderInsightSelector.Builder. insightType(String insightType)The type of Insights events to log on a trail or event data store.InsightSelector.BuilderInsightSelector.Builder. insightType(InsightType insightType)The type of Insights events to log on a trail or event data store.InsightSelector.BuilderInsightSelector. toBuilder()Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type InsightSelector.Builder Modifier and Type Method Description static Class<? extends InsightSelector.Builder>InsightSelector. serializableBuilderClass()
-