Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationKubernetesConfiguration.Builder
-
Packages that use OrganizationKubernetesConfiguration.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationKubernetesConfiguration.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationKubernetesConfiguration.Builder Modifier and Type Method Description default OrganizationKubernetesConfiguration.BuilderOrganizationKubernetesConfiguration.Builder. auditLogs(Consumer<OrganizationKubernetesAuditLogsConfiguration.Builder> auditLogs)Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.OrganizationKubernetesConfiguration.BuilderOrganizationKubernetesConfiguration.Builder. auditLogs(OrganizationKubernetesAuditLogsConfiguration auditLogs)Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.static OrganizationKubernetesConfiguration.BuilderOrganizationKubernetesConfiguration. builder()OrganizationKubernetesConfiguration.BuilderOrganizationKubernetesConfiguration. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationKubernetesConfiguration.Builder Modifier and Type Method Description static Class<? extends OrganizationKubernetesConfiguration.Builder>OrganizationKubernetesConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationKubernetesConfiguration.Builder Modifier and Type Method Description default OrganizationDataSourceConfigurations.BuilderOrganizationDataSourceConfigurations.Builder. kubernetes(Consumer<OrganizationKubernetesConfiguration.Builder> kubernetes)Describes the configuration of Kubernetes data sources for new members of the organization.
-