Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsElasticsearchDomainLogPublishingOptionsLogConfig
-
Packages that use AwsElasticsearchDomainLogPublishingOptionsLogConfig Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsElasticsearchDomainLogPublishingOptionsLogConfig in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsElasticsearchDomainLogPublishingOptionsLogConfig Modifier and Type Method Description AwsElasticsearchDomainLogPublishingOptionsLogConfigAwsElasticsearchDomainLogPublishingOptions. auditLogs()Returns the value of the AuditLogs property for this object.AwsElasticsearchDomainLogPublishingOptionsLogConfigAwsElasticsearchDomainLogPublishingOptions. indexSlowLogs()Configures the OpenSearch index logs publishing.AwsElasticsearchDomainLogPublishingOptionsLogConfigAwsElasticsearchDomainLogPublishingOptions. searchSlowLogs()Configures the OpenSearch search slow log publishing.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsElasticsearchDomainLogPublishingOptionsLogConfig Modifier and Type Method Description AwsElasticsearchDomainLogPublishingOptions.BuilderAwsElasticsearchDomainLogPublishingOptions.Builder. auditLogs(AwsElasticsearchDomainLogPublishingOptionsLogConfig auditLogs)Sets the value of the AuditLogs property for this object.AwsElasticsearchDomainLogPublishingOptions.BuilderAwsElasticsearchDomainLogPublishingOptions.Builder. indexSlowLogs(AwsElasticsearchDomainLogPublishingOptionsLogConfig indexSlowLogs)Configures the OpenSearch index logs publishing.AwsElasticsearchDomainLogPublishingOptions.BuilderAwsElasticsearchDomainLogPublishingOptions.Builder. searchSlowLogs(AwsElasticsearchDomainLogPublishingOptionsLogConfig searchSlowLogs)Configures the OpenSearch search slow log publishing.
-