Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationKubernetesAuditLogsConfigurationResult.Builder
-
Packages that use OrganizationKubernetesAuditLogsConfigurationResult.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationKubernetesAuditLogsConfigurationResult.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationKubernetesAuditLogsConfigurationResult.Builder Modifier and Type Method Description OrganizationKubernetesAuditLogsConfigurationResult.BuilderOrganizationKubernetesAuditLogsConfigurationResult.Builder. autoEnable(Boolean autoEnable)Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.static OrganizationKubernetesAuditLogsConfigurationResult.BuilderOrganizationKubernetesAuditLogsConfigurationResult. builder()OrganizationKubernetesAuditLogsConfigurationResult.BuilderOrganizationKubernetesAuditLogsConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationKubernetesAuditLogsConfigurationResult.Builder Modifier and Type Method Description static Class<? extends OrganizationKubernetesAuditLogsConfigurationResult.Builder>OrganizationKubernetesAuditLogsConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationKubernetesAuditLogsConfigurationResult.Builder Modifier and Type Method Description default OrganizationKubernetesConfigurationResult.BuilderOrganizationKubernetesConfigurationResult.Builder. auditLogs(Consumer<OrganizationKubernetesAuditLogsConfigurationResult.Builder> auditLogs)The current configuration of Kubernetes audit logs as a data source for the organization.
-