Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder
-
Packages that use AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder Modifier and Type Method Description static AwsGuardDutyDetectorDataSourcesDnsLogsDetails.BuilderAwsGuardDutyDetectorDataSourcesDnsLogsDetails. builder()AwsGuardDutyDetectorDataSourcesDnsLogsDetails.BuilderAwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder. status(String status)Describes whether DNS logs is enabled as a data source for the detector.AwsGuardDutyDetectorDataSourcesDnsLogsDetails.BuilderAwsGuardDutyDetectorDataSourcesDnsLogsDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder Modifier and Type Method Description static Class<? extends AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder>AwsGuardDutyDetectorDataSourcesDnsLogsDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder Modifier and Type Method Description default AwsGuardDutyDetectorDataSourcesDetails.BuilderAwsGuardDutyDetectorDataSourcesDetails.Builder. dnsLogs(Consumer<AwsGuardDutyDetectorDataSourcesDnsLogsDetails.Builder> dnsLogs)An object that contains information on the status of DNS logs as a data source for the detector.
-