Uses of Class
software.amazon.awssdk.services.cloudtrail.model.PutInsightSelectorsResponse
-
Packages that use PutInsightSelectorsResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of PutInsightSelectorsResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return PutInsightSelectorsResponse Modifier and Type Method Description default PutInsightSelectorsResponseCloudTrailClient. putInsightSelectors(Consumer<PutInsightSelectorsRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type PutInsightSelectorsResponse Modifier and Type Method Description default CompletableFuture<PutInsightSelectorsResponse>CloudTrailAsyncClient. putInsightSelectors(Consumer<PutInsightSelectorsRequest.Builder> 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 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.
-