Uses of Class
software.amazon.awssdk.services.cloudtrail.model.PutInsightSelectorsRequest
-
Packages that use PutInsightSelectorsRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of PutInsightSelectorsRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type PutInsightSelectorsRequest Modifier and Type Method Description default CompletableFuture<PutInsightSelectorsResponse>CloudTrailAsyncClient. putInsightSelectors(PutInsightSelectorsRequest putInsightSelectorsRequest)Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail or event data store.default PutInsightSelectorsResponseCloudTrailClient. putInsightSelectors(PutInsightSelectorsRequest putInsightSelectorsRequest)Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing trail or event data store. -
Uses of PutInsightSelectorsRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type PutInsightSelectorsRequest Modifier and Type Method Description SdkHttpFullRequestPutInsightSelectorsRequestMarshaller. marshall(PutInsightSelectorsRequest putInsightSelectorsRequest)
-