Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsOpenSearchServiceDomainLogPublishingOption
-
Packages that use AwsOpenSearchServiceDomainLogPublishingOption Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsOpenSearchServiceDomainLogPublishingOption in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsOpenSearchServiceDomainLogPublishingOption Modifier and Type Method Description AwsOpenSearchServiceDomainLogPublishingOptionAwsOpenSearchServiceDomainLogPublishingOptionsDetails. auditLogs()Configures the OpenSearch audit logs publishing.AwsOpenSearchServiceDomainLogPublishingOptionAwsOpenSearchServiceDomainLogPublishingOptionsDetails. indexSlowLogs()Configures the OpenSearch index logs publishing.AwsOpenSearchServiceDomainLogPublishingOptionAwsOpenSearchServiceDomainLogPublishingOptionsDetails. searchSlowLogs()Configures the OpenSearch search slow log publishing.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsOpenSearchServiceDomainLogPublishingOption Modifier and Type Method Description AwsOpenSearchServiceDomainLogPublishingOptionsDetails.BuilderAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder. auditLogs(AwsOpenSearchServiceDomainLogPublishingOption auditLogs)Configures the OpenSearch audit logs publishing.AwsOpenSearchServiceDomainLogPublishingOptionsDetails.BuilderAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder. indexSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption indexSlowLogs)Configures the OpenSearch index logs publishing.AwsOpenSearchServiceDomainLogPublishingOptionsDetails.BuilderAwsOpenSearchServiceDomainLogPublishingOptionsDetails.Builder. searchSlowLogs(AwsOpenSearchServiceDomainLogPublishingOption searchSlowLogs)Configures the OpenSearch search slow log publishing.
-