Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationKubernetesConfigurationResult.Builder
-
Packages that use OrganizationKubernetesConfigurationResult.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationKubernetesConfigurationResult.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationKubernetesConfigurationResult.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.OrganizationKubernetesConfigurationResult.BuilderOrganizationKubernetesConfigurationResult.Builder. auditLogs(OrganizationKubernetesAuditLogsConfigurationResult auditLogs)The current configuration of Kubernetes audit logs as a data source for the organization.static OrganizationKubernetesConfigurationResult.BuilderOrganizationKubernetesConfigurationResult. builder()OrganizationKubernetesConfigurationResult.BuilderOrganizationKubernetesConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationKubernetesConfigurationResult.Builder Modifier and Type Method Description static Class<? extends OrganizationKubernetesConfigurationResult.Builder>OrganizationKubernetesConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationKubernetesConfigurationResult.Builder Modifier and Type Method Description default OrganizationDataSourceConfigurationsResult.BuilderOrganizationDataSourceConfigurationsResult.Builder. kubernetes(Consumer<OrganizationKubernetesConfigurationResult.Builder> kubernetes)Describes the configuration of Kubernetes data sources.
-