Uses of Class
software.amazon.awssdk.services.cloudtrail.model.GetInsightSelectorsResponse
-
Packages that use GetInsightSelectorsResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail -
-
Uses of GetInsightSelectorsResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return GetInsightSelectorsResponse Modifier and Type Method Description default GetInsightSelectorsResponseCloudTrailClient. getInsightSelectors(Consumer<GetInsightSelectorsRequest.Builder> getInsightSelectorsRequest)Describes the settings for the Insights event selectors that you configured for your trail or event data store.default GetInsightSelectorsResponseCloudTrailClient. getInsightSelectors(GetInsightSelectorsRequest getInsightSelectorsRequest)Describes the settings for the Insights event selectors that you configured for your trail or event data store.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type GetInsightSelectorsResponse Modifier and Type Method Description default CompletableFuture<GetInsightSelectorsResponse>CloudTrailAsyncClient. getInsightSelectors(Consumer<GetInsightSelectorsRequest.Builder> getInsightSelectorsRequest)Describes the settings for the Insights event selectors that you configured for your trail or event data store.default CompletableFuture<GetInsightSelectorsResponse>CloudTrailAsyncClient. getInsightSelectors(GetInsightSelectorsRequest getInsightSelectorsRequest)Describes the settings for the Insights event selectors that you configured for your trail or event data store.
-